Blender Git Commit Log
Git Commits -> Revision 026ac24
Revision 026ac24 by Campbell Barton (master) July 23, 2010, 01:43 (GMT) |
[#22488] Reloading scripts causes crash F8 key enabled again, useful for script UI development. - keying set freeing wasnt freeing from all scenes and the builtin list. - PointerProperty() cant refer to a removed python srna type (fixed in rigify and netrender). - Added a check for freeing a type used by a PointerProperty but its very slow, makes reloading take ~10sec. Only enabled this in debug mode for now. Netrender register() function isnt re-registering the property, probably because the module is cached by python and not re-run. |
Commit Details:
Full Hash: 026ac2492232fac4fb7350ff210ba34b353a84e2
SVN Revision: 30644
Parent Commit: 43d5357
Lines Changed: +77, -29
7 Modified Paths:
/release/scripts/io/netrender/__init__.py (+3, -0) (Diff)
/release/scripts/ui/properties_data_armature_rigify.py (+1, -0) (Diff)
/source/blender/editors/animation/keyingsets.c (+9, -2) (Diff)
/source/blender/editors/space_script/script_edit.c (+3, -7) (Diff)
/source/blender/python/generic/mathutils.h (+0, -13) (Diff)
/source/blender/python/intern/bpy_rna.c (+61, -3) (Diff)
/source/blender/python/intern/bpy_rna.h (+0, -4) (Diff)
/release/scripts/ui/properties_data_armature_rigify.py (+1, -0) (Diff)
/source/blender/editors/animation/keyingsets.c (+9, -2) (Diff)
/source/blender/editors/space_script/script_edit.c (+3, -7) (Diff)
/source/blender/python/generic/mathutils.h (+0, -13) (Diff)
/source/blender/python/intern/bpy_rna.c (+61, -3) (Diff)
/source/blender/python/intern/bpy_rna.h (+0, -4) (Diff)