blender/release/scripts/templates_py
Antony Riakiotakis 028fd29eeb Pie Menus C code backend.
This commit merges the code in the pie-menu branch.

As per decisions taken the last few days, there are no pie menus
included and there will be an official add-on including overrides of
some keys with pie menus. However, people will now be able to use the
new code in python.

Full Documentation is in http://wiki.blender.org/index.php/Dev:Ref/

Thanks:
Campbell Barton, Dalai Felinto and Ton Roosendaal for the code review
and design comments

Jonathan Williamson, Pawel Lyczkowski, Pablo Vazquez among others for
suggestions during the development.

Special Thanks to Sean Olson, for his support, suggestions, testing and
merciless bugging so that I would finish the pie menu code. Without him
we wouldn't be here. Also to the rest of the developers of the original
python add-on, Patrick Moore and Dan Eicher and finally to Matt Ebb, who
did the research and first implementation and whose code I used to get
started.
2014-08-11 11:02:26 +02:00
..
addon_add_object.py Addons: remove tracker URL from addon template, as this is no longer used, 2013-11-16 03:15:17 +01:00
background_job.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
batch_export.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
bmesh_simple_editmode.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
bmesh_simple.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
builtin_keyingset.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
custom_nodes.py Style cleanup: C & pep8 2014-04-15 13:11:48 +10:00
driver_functions.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
gamelogic_module.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
gamelogic_simple.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
gamelogic.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
operator_file_export.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
operator_file_import.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
operator_mesh_add.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
operator_mesh_uv.py minor changes to templates 2013-10-22 00:25:15 +00:00
operator_modal_draw.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
operator_modal_timer.py remove return argument from wmOperatorType->cancel, was only ever returning OPERATOR_CANCELLED. 2013-10-30 23:08:53 +00:00
operator_modal_view3d_raycast.py Style cleanup: C & pep8 2014-04-15 13:11:48 +10:00
operator_modal_view3d.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
operator_modal.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
operator_node.py Fix T38008: Bug in templates operator_nodes.py 2014-01-01 12:02:43 +01:00
operator_simple.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
script_stub.py use 'with' keyword for script stub (recommended with py3). 2013-08-17 05:27:58 +00:00
ui_list_simple.py Add ctrl-click rename to most lists in Blender UI and templates/examples. 2013-11-23 20:54:32 +01:00
ui_list.py Fix broken example, reported by Codemanx on IRC, thanks. 2013-09-29 14:57:47 +00:00
ui_menu_simple.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
ui_menu.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
ui_panel_simple.py add templates menu for OSL, use preprocessor directive color for decorators in python. 2012-12-30 01:39:55 +00:00
ui_panel.py Style cleanup: C & pep8 2014-04-15 13:11:48 +10:00
ui_pie_menu.py Pie Menus C code backend. 2014-08-11 11:02:26 +02:00