Extensions:2.6/Py/Scripts/Import-Export/OgreDotScene Exporter
< Extensions:2.6 | Py | Scripts | Import-Export
UI location | File > Export > Ogre3D (.scene) | ||
---|---|---|---|
Version | 0.3.3 | Author(s) | Brett Hartshorn (HartsAntler), Michel Reimpel, SRombauts |
Blender | 2.57 Rev:#35899 | License | LGPL 2.1 |
File name | io_export_ogreDotScene.py |
---|---|
External Python Modules or dependencies | os, sys, subprocess, math, time, hashlib, getpass, tempfile , configparser, xml.dom.minidom |
Links | http://code.google.com/p/blender2ogre/ |
---|
Information
Installation
To install the most recent version of the script:
- Drop io_export_ogreDotScene.py into the 2.57/scripts/addons folder
- Enable the Add-On from the Add-Ons tab in the User Preferences window
Use
- Select File > Export > Ogre3D (.scene).
- Choose a file path, and then click Export Ogre.
History
- 2011-06-17: 0.4.3 bugfix release + shape animation, mesh export 100x faster
- 2011-04-03: 0.3.3 bugfix release
- 2011-03-31: 0.3.2 Blender 2.57 release with config file
- 2011-03-16: 0.3.1 community bugfix release
- 2011-01-06: 0.3.0 "final bugfix milestone" release from HartsAntler
- 2010-11-16: 0.1.2 first public release for Blender 2.5x from HartsAntler
Links and Support
- blender2ogre project homepage, bug reports could be filled there.
- blender2ogre download page
- Support thread of the addon on Ogre3D forum
- Back to Extensions:2.5/Py/Scripts