Blender Git Loki
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