Reputation: 25058
I have been watching a tutorial for a game in blender, but when I open the blend file it automatically starts the game engine, is there a way to bypass this?
this is the source file.
http://www.neisd.net/ksat/studentwork/blender/niland/sam_game.blend
Upvotes: 0
Views: 260
Reputation: 20257
Just use the -Y
command line switch. To quote from the blender wiki:
-Y or --disable-autoexec
Disable automatic python script execution (pydrivers, pyconstraints, pynodes)
Beware! That is an uppercase Y
Upvotes: 1