blender/release/scripts/templates
2011-01-11 02:30:01 +00:00
..
addon_add_object.py == text editor templates == 2010-12-22 18:43:21 +00:00
background_job.py - bpy.data.lamps.new() now takes a type argument since lamp type also sets class type this avoids needing to use ugly lamp.type_recast() after changing type. 2011-01-11 02:30:01 +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