blender/release/scripts/templates
2011-01-24 15:25:03 +00:00
..
addon_add_object.py add icons to show community vs official scripts as well as buttons to filter by support level (currently all scripts default to community) 2011-01-14 16:49:43 +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
builtin_keyingset.py Adding script template for adding Builtin Keying Sets 2011-01-11 11:25:24 +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_mesh_add.py fix [#25757] Torus script uses radians for rotation in panel 2011-01-24 15:25:03 +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