Blender Git Commit Log
Git Commits -> Revision 3f98b7a
Revision 3f98b7a by Campbell Barton (master) April 11, 2009, 16:17 (GMT) |
Added back importing UI scripts rather then running, The bug was todo with bpy.data and bpy.types becoming invalid, temporary fix is to re-assign them to the bpy module before running python operators or panels. will look into a nicer way to get this working. |
Commit Details:
Full Hash: 3f98b7ac35cbac648face4334402e1c3b707ed0c
SVN Revision: 19666
Parent Commit: 91d6e68
Lines Changed: +118, -42
7 Modified Paths:
/release/ui/buttons_objects.py (+1, -1) (Diff)
/source/blender/python/BPY_extern.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_interface.c (+94, -31) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+4, -0) (Diff)
/source/blender/python/intern/bpy_panel_wrap.c (+4, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+11, -10) (Diff)
/source/blender/python/intern/bpy_util.h (+3, -0) (Diff)
/source/blender/python/BPY_extern.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_interface.c (+94, -31) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+4, -0) (Diff)
/source/blender/python/intern/bpy_panel_wrap.c (+4, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+11, -10) (Diff)
/source/blender/python/intern/bpy_util.h (+3, -0) (Diff)