blender/release/scripts/io
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
..
netrender [#22488] Reloading scripts causes crash 2010-07-23 01:43:30 +00:00
engine_render_pov.py rna api: 2010-07-03 17:39:29 +00:00
export_3ds.py spelling correction: alredy --> already 2010-07-17 18:08:14 +00:00
export_fbx.py Fix #22921: Default human meta-rig will not export to FBX. Still missed 2010-07-21 14:08:55 +00:00
export_mdd.py bugfix [#22843] Cannot export to folder with ".blend" on the end. 2010-07-14 11:58:19 +00:00
export_obj.py spelling correction: alredy --> already 2010-07-17 18:08:14 +00:00
export_ply.py bugfix [#22843] Cannot export to folder with ".blend" on the end. 2010-07-14 11:58:19 +00:00
export_x3d.py bugfix [#22843] Cannot export to folder with ".blend" on the end. 2010-07-14 11:58:19 +00:00
import_anim_bvh.py Apply first pass of edits to rna values from rna_booleans.txt. 2010-07-15 16:56:04 +00:00
import_scene_3ds.py use dict comprehension where possible 2010-07-15 00:52:26 +00:00
import_scene_obj.py - correct some spelling errors. 2010-07-20 10:41:08 +00:00
import_shape_mdd.py naming changes 2010-06-14 03:52:10 +00:00