Importing dotScene files

DaveWebster

30-01-2006 21:08:10

I've had a look through the pyOgre installation and there seems to be a OctreeSceneManager plugin installed:

C:\Python24\Lib\site-packages\pyogre\Plugin_OctreeSceneManager.dll

Do you know if this will import blender exported dotscene files and if there is any example code for using this from pyogre?

Thanks,
Dave

dermont

30-01-2006 21:26:25

No it won't import blender's exported scene files.

See the following link for a description of dotscene:
http://www.ogre3d.org/wiki/index.php/DotScene
and
http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=345

griminventions

31-01-2006 02:21:19

I plan to create a custom loader so my engine can have user data in there (which I hope will make level editing easier from Blender). It's just XML, so it shouldn't be difficult. Famous last words....? :)