blender/release/scripts/templates
Campbell Barton f3686b5885 py/api registration:
move calls to the classes register/unregister function into register_class() / unregister_class() and add docs.

also other minor changes:
- remove face sorting keybinding, was Ctrl+Alt+F, this is quite and obscure feature and face order normally doesn't matter, so access from Face menu is enough.
- add commented out call to mesh.validate() in addon template since its useful to correct incomplete meshes during development.
2011-03-22 01:38:26 +00:00
..
addon_add_object.py py/api registration: 2011-03-22 01:38:26 +00:00
background_job.py Script to test import operators, so a single command can execute an operator on all files in a directory and optionally save out blend files for inspection. 2011-02-01 12:47:50 +00:00
builtin_keyingset.py replace import *'s with named imports (using * is convenient for some scripts but considered bad practice by python devs) 2011-02-27 15:25:24 +00:00
gamelogic_basic.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
gamelogic_module.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
gamelogic.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
operator_export.py replace import *'s with named imports (using * is convenient for some scripts but considered bad practice by python devs) 2011-02-27 15:25:24 +00:00
operator_mesh_add.py replace import *'s with named imports (using * is convenient for some scripts but considered bad practice by python devs) 2011-02-27 15:25:24 +00:00
operator_modal_draw.py update templates for registration changes 2011-02-12 08:04:32 +00:00
operator_modal_view3d.py update templates for registration changes 2011-02-12 08:04:32 +00:00
operator_modal.py replace import *'s with named imports (using * is convenient for some scripts but considered bad practice by python devs) 2011-02-27 15:25:24 +00:00
operator_simple.py update templates for registration changes 2011-02-12 08:04:32 +00:00
operator_uv.py update templates for registration changes 2011-02-12 08:04:32 +00:00
panel_simple.py bugfix [#26094] Going to Bone Roll menu brings up python error 2011-02-16 02:25:03 +00:00