I’ve heard that this cannot be done in blender 2.49 but is able to be done in 2.5 using the GameLogic.LibLoad function.
What code should I type in order to put an object from another file into the scene?
By the way, is the Blender 2.5 API published?
I’ve heard that this cannot be done in blender 2.49 but is able to be done in 2.5 using the GameLogic.LibLoad function.
What code should I type in order to put an object from another file into the scene?
By the way, is the Blender 2.5 API published?
I’ve heard that this cannot be done in blender 2.49
There is a build for Win and Linux with a new actuator Scene->Load/Remove scene objects
API only for linux
http://blender3d.org.ua/forum/game/145.html#5
Just do not tell anyone … hush;)
What code should I type in order to put an object from another file into the scene?
GameLogic.LibLoad(“my_file.blend”, “Scene”) see build on graphicall.org