Blender Git Commit Log
Git Commits -> Revision f221d91
Revision f221d91 by Arystanbek Dyussenov (master) July 11, 2009, 11:58 (GMT) |
Added Scene.set_frame RNA function to get immediate scene update. Changing Scene.current_frame doesn't work in this case because it adds a notifier. Also added RNA_property_update call in pyrna_struct_setattro so that notifiers are added when a property changes. |
Commit Details:
Full Hash: f221d9128ddf593f7977251ed4214cfe682d7c40
SVN Revision: 21521
Parent Commit: 3ad6472
Lines Changed: +79, -7
1 Added Path:
/source/blender/makesrna/intern/rna_action_api.c (+48, -0) (View)
7 Modified Paths:
/release/io/export_fbx.py (+4, -2) (Diff)
/release/scripts/export_fbx.py (+2, -1) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_action.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_pose_api.c (+0, -2) (Diff)
/source/blender/makesrna/intern/rna_scene_api.c (+16, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+6, -1) (Diff)
/release/scripts/export_fbx.py (+2, -1) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_action.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_pose_api.c (+0, -2) (Diff)
/source/blender/makesrna/intern/rna_scene_api.c (+16, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+6, -1) (Diff)