blender/source/creator
Martin Poirier e776ecfdde 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.
2009-11-11 04:08:09 +00:00
..
buildinfo.c Attempted fix for mingw buildinfo.c compile problem. 2009-10-20 08:01:17 +00:00
CMakeLists.txt 2.5 Modifiers: mesh deform, boolean and decimation work again. 2009-11-05 18:05:55 +00:00
creator.c Background mode in more working conditions. 2009-11-11 04:08:09 +00:00
Makefile texture enum was crashing when generating docs, removed radiosity from makefiles. 2009-08-19 14:04:21 +00:00
SConscript Bugfix: scons builds didn't print build info when running blender -v. 2009-10-19 16:29:26 +00:00