I’ve tried to change the default physics engine to none by changing the code in the file world.c
wrld->physicsEngine= WOPHY_BULLET
to
wrld->physicsEngine= WOPHY_NONE
I know that the code is right but it ain’t changing it. Is it in the right file? Even if I delete that part, bullet is still selected by default, is something else changing the default engine?
99% of the people on this forum will have no idea that you’re modifying the source. Go to some of the forums on blender.org, and look around on the development page…
did you delete your .B.blend (and modify the default one compiled in)? note that the setting is saved in DNA, so when opening .B.blend to load defaults it will overwrite what you put in the struct
@Captain Oblivion: Yea, I’m not that stupid. @cyborg_ar: I didn’t do anything to any B.blend, I look further into that.
But, I’ve noticed that if I chuck that code in somewhere else like the logic panel, it’ll change to “none” as soon as I enter the logic panel, so does anyone know when world.c runs?
Also when I delete that part from world.c, bullet is still enabled by default so something else must be enabling it.
Also I still want bullet as an option, I just want “none” there by default.