Blender Git Loki
Git Commits -> Revision 1ed95e0
Revision 1ed95e0 by Campbell Barton (master) April 23, 2009, 06:58 (GMT) |
F8Key reloads all python scripts and redraws for quick testing F7 runs test.py also for testing |
Commit Details:
Full Hash: 1ed95e0450d9d7e5a98141b209640ffd0283ab9d
SVN Revision: 19894
Parent Commit: d00c3ef
Lines Changed: +48, -9
8 Modified Paths:
/source/blender/editors/screen/screen_ops.c (+3, -0) (Diff)
/source/blender/editors/space_script/script_edit.c (+30, -0) (Diff)
/source/blender/editors/space_script/script_intern.h (+1, -0) (Diff)
/source/blender/editors/space_script/script_ops.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+0, -3) (Diff)
/source/blender/python/BPY_extern.h (+1, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+10, -4) (Diff)
/source/creator/creator.c (+1, -1) (Diff)
/source/blender/editors/space_script/script_edit.c (+30, -0) (Diff)
/source/blender/editors/space_script/script_intern.h (+1, -0) (Diff)
/source/blender/editors/space_script/script_ops.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+0, -3) (Diff)
/source/blender/python/BPY_extern.h (+1, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+10, -4) (Diff)
/source/creator/creator.c (+1, -1) (Diff)