Blender Git Commit Log

Git Commits -> Revision db18b47

Revision db18b47 by Campbell Barton (master)
April 27, 2008, 11:37 (GMT)
fix for own error when trying to fix python command line crash,
was calling screenmain() before executing the python script which meant it was never executed (therefore no crash :) )

Moved screenmain() back to the the end of main() and added a TESTBASELIB_BGMODE which checks for G.vd and uses the scene layer if its not there. Of course python should not be running stuff that uses G.vd :/

Also made python scripts stay attached to screens when LOAD UI is disabled. This means you can load a new blend file and the python console can stay open, has been tested for a while in the apricot branch.

Commit Details:

Full Hash: db18b47be53d997e95f7f0d3ba796c0b1b4133b5
SVN Revision: 14558
Parent Commit: bc059cb
Lines Changed: +11, -8

5 Modified Paths:

/source/blender/blenkernel/intern/blender.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+0, -2) (Diff)
/source/blender/include/blendef.h (+4, -0) (Diff)
/source/blender/src/meshtools.c (+4, -4) (Diff)
/source/creator/creator.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021