Extensions:2.6/Py/Scripts/Import-Export/OgreDotScene Exporter

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Import-Export
2018年6月29日 (金) 04:42時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
Ogre3D Exporter (.scene)
Exports the selected meshes of the current scene to the Ogre3D formats (.scene, .mesh, .skeleton, .materials)
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


Executable information
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