Blender Git Commit Log
Git Commits -> Revision e776ecf
Revision e776ecf by Martin Poirier (master) November 11, 2009, 04:08 (GMT) |
Background mode in more working conditions. What works: The usual command line options for rendering. All python scripts are loaded (which includes custom properties) Render engines are loaded and can be used -P to run scripts works partially: rna api works ok, not operators. What doesn't: Most operator calls in python. This is a problem with poll functions. (Brecht and Campbell are aware of this already) Changes: -d now also applied with -b (it was ignored before) user file (.B25.blend) now also loaded in bg mode. This helps for custom paths and all. wm is also initialized (it's needed for a lot of context calls) Ghost, however, is not initialized. |
Commit Details:
Full Hash: e776ecfddec846b50b6bbd86f2ea56d159b6f237
SVN Revision: 24472
Parent Commit: f7d7149
Lines Changed: +64, -32
7 Modified Paths:
/source/blender/windowmanager/intern/wm.c (+17, -14) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+3, -3) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+9, -5) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+4, -4) (Diff)
/source/blender/windowmanager/wm.h (+0, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+3, -0) (Diff)
/source/creator/creator.c (+28, -5) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+3, -3) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+9, -5) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+4, -4) (Diff)
/source/blender/windowmanager/wm.h (+0, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+3, -0) (Diff)
/source/creator/creator.c (+28, -5) (Diff)