edgarmtze
edgarmtze

Reputation: 25058

How to Avoid the Blender game engine starts when opening a blend file

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

Answers (1)

Ocaso Protal
Ocaso Protal

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

Related Questions