blender/release/scripts
Campbell Barton 026ac24922 [#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.
2010-07-23 01:43:30 +00:00
..
io [#22488] Reloading scripts causes crash 2010-07-23 01:43:30 +00:00
keyingsets bugfix [#22311] BVH Import broken 2010-05-20 17:23:37 +00:00
modules - correct some spelling errors. 2010-07-20 10:41:08 +00:00
op == Sequencer == 2010-07-19 17:39:25 +00:00
presets bugfix [#22890] Setting the Maya keymap gives python errors 2010-07-17 14:34:52 +00:00
templates Apply first pass of edits to rna values from rna_booleans.txt. 2010-07-15 16:56:04 +00:00
ui [#22488] Reloading scripts causes crash 2010-07-23 01:43:30 +00:00