blender/release/scripts/modules
Campbell Barton 599bd1cbda patch from Martin, call classes register/unregister functions.
Modified to only do one lookup.

from Martin: 
 "Basically, what it does is allow you to add register and unregister class methods to rna types, this way you don't have to rely on module register/unregister methods to setup your types properly (and it makes them easier to move around when reorganizing code and easier to understand what a type does when reading code). This is especially nice for PropertyGroup classes that are added as properties to existing types, you can easily see in their register methods where they are added and removed in their unregister method. Obviously, those two methods are optional, so current code still works fine."
2011-03-21 06:22:09 +00:00
..
bpy patch from Martin, call classes register/unregister functions. 2011-03-21 06:22:09 +00:00
console mailed Stani Michiels and he's ok to switch his console autocomplete to GPLv2 or later. 2011-02-08 00:01:15 +00:00
add_object_utils.py pep8 cleanup 2011-02-25 16:06:14 +00:00
addon_utils.py pep8 cleanup 2011-02-25 16:06:14 +00:00
animsys_refactor.py pep8 cleanup 2011-01-01 07:20:34 +00:00
blend_render_info.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpy_types.py pep8 edits and remove commented code from last commit. 2011-03-14 23:17:52 +00:00
bpyml_ui.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpyml.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
graphviz_export.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
image_utils.py update for changed exception type 2011-03-02 04:16:57 +00:00
io_utils.py pep8 edits and remove commented code from last commit. 2011-03-14 23:17:52 +00:00
keyingsets_utils.py - move keyingsets_utils.py into modules. 2011-02-12 08:12:00 +00:00
mesh_utils.py port of function from 2.4x's BPyMesh.py thanks to 'merlin_' on IRC. 2011-02-26 16:13:14 +00:00
rna_info.py bpy.types.libraries.load sphinx doc & examples (doc system needed some updates). 2011-03-14 10:31:50 +00:00
rna_prop_ui.py pep8 cleanup 2011-01-01 07:20:34 +00:00
sys_info.py pep8 cleanup and remove unused vars/imports 2011-02-17 04:35:41 +00:00