blender/release/scripts/templates
Campbell Barton 1622385445 pedantic word ordering change.
- wm.add_modal_handler -> modal_handler_add
- wm.add_fileselect -> fileselect_add
- ob.add_shape_key -> shape_key_add
- VIEW3D_OT_add_background_image -> VIEW3D_OT_background_image_add (same for remove)

Also made 2 internal cmake vars hidden.
2010-12-08 11:42:11 +00:00
..
gamelogic_basic.py update for gamelogic templates 2010-10-11 22:25:28 +00:00
gamelogic_module.py update for gamelogic templates 2010-10-11 22:25:28 +00:00
gamelogic.py update for gamelogic templates 2010-10-11 22:25:28 +00:00
operator_export.py cleanup the operator template and rename to operator_export 2010-11-17 07:00:14 +00:00
operator_modal_draw.py pedantic word ordering change. 2010-12-08 11:42:11 +00:00
operator_modal_view3d.py pedantic word ordering change. 2010-12-08 11:42:11 +00:00
operator_modal.py pedantic word ordering change. 2010-12-08 11:42:11 +00:00
operator_simple.py poll() as a python '@staticmethod' was too limiting and didnt allow useful base class poll functions in many cases. 2010-08-09 01:37:09 +00:00
operator_uv.py bugfix [#24884] Loading any preset leads to crash 2010-11-24 18:37:54 +00:00
panel_simple.py remove register/unregister from templates 2010-08-02 03:30:07 +00:00