0

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

edgarmtze
  • 24,683
  • 80
  • 235
  • 386

1 Answers1

1

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

Ocaso Protal
  • 19,362
  • 8
  • 76
  • 83