Static Public Attributes
io_export_ogreDotScene.INFO_OT_createRealxtendExport Class Reference

UI panel Tundra export - Subclasses _OgreCommonExport_. More...

Inheritance diagram for io_export_ogreDotScene.INFO_OT_createRealxtendExport:
Inheritance graph
[legend]

List of all members.

Static Public Attributes

string bl_idname = "ogre.export_realxtend"
string bl_label = "Export RealXtend"
dictionary bl_options = {'REGISTER', 'UNDO'}
tuple EX_ARM_ANIM
tuple EX_ARRAY
tuple EX_DDS_MIPS
tuple EX_EXPORT_HIDDEN
tuple EX_FORCE_CAMERA
tuple EX_FORCE_IMAGE_FORMAT
tuple EX_FORCE_LAMPS
tuple EX_generateEdgeLists
tuple EX_generateTangents
tuple EX_lodDistance
tuple EX_lodLevels
tuple EX_lodPercent
tuple EX_MATERIALS
tuple EX_MESH
tuple EX_MESH_OVERWRITE
tuple EX_nuextremityPoints
tuple EX_OGRE_INHERIT_SCALE
tuple EX_ONLY_DEFORMABLE_BONES
tuple EX_ONLY_KEYFRAMED_BONES
tuple EX_optimiseAnimations
tuple EX_reorganiseBuffers
tuple EX_SCENE
tuple EX_SELONLY
tuple EX_SEP_MATS
tuple EX_SHAPE_ANIM
tuple EX_SWAP_AXIS
tuple EX_tangentSemantic
tuple EX_tangentSplitMirrored
tuple EX_tangentSplitRotated
tuple EX_tangentUseParity
tuple EX_TRIM_BONE_WEIGHTS
string EXPORT_TYPE = 'REX'
tuple filepath

Detailed Description

UI panel Tundra export - Subclasses _OgreCommonExport_.

Export RealXtend Scene

Definition at line 4065 of file io_export_ogreDotScene.py.


Member Data Documentation

string io_export_ogreDotScene.INFO_OT_createRealxtendExport::bl_idname = "ogre.export_realxtend" [static]

Definition at line 4067 of file io_export_ogreDotScene.py.

Definition at line 4068 of file io_export_ogreDotScene.py.

dictionary io_export_ogreDotScene.INFO_OT_createRealxtendExport::bl_options = {'REGISTER', 'UNDO'} [static]

Definition at line 4069 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Armature Animation",
        description="export armature animations - updates the .skeleton file",
        default=CONFIG['ARM_ANIM'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4123 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Optimize Arrays",
        description="optimize array modifiers as instances (constant offset only)",
        default=CONFIG['ARRAY'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4135 of file io_export_ogreDotScene.py.

Initial value:
IntProperty(
        name="DDS Mips",
        description="number of mip maps (DDS)",
        min=0, max=16,
        default=CONFIG['DDS_MIPS'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4148 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Export Hidden Also",
        description="Export hidden meshes in addition to visible ones. Turn off to avoid exporting hidden stuff.",
        default=CONFIG['EXPORT_HIDDEN'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4103 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Force Camera",
        description="export active camera",
        default=CONFIG['FORCE_CAMERA'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4107 of file io_export_ogreDotScene.py.

Initial value:
EnumProperty(
        name='Convert Images',
        description='convert all textures to format',
        items=_IMAGE_FORMATS,
        default=CONFIG['FORCE_IMAGE_FORMAT'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4143 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Force Lamps",
        description="export all lamps",
        default=CONFIG['FORCE_LAMPS'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4111 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Edge Lists",
        description="MESH generate edge lists (for stencil shadows)",
        default=CONFIG['generateEdgeLists'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4175 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Tangents",
        description="MESH generate tangents",
        default=CONFIG['generateTangents'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4179 of file io_export_ogreDotScene.py.

Initial value:
IntProperty(
        name="LOD Distance",
        description="MESH distance increment to reduce LOD",
        min=0, max=2000,
        default=CONFIG['lodDistance'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4160 of file io_export_ogreDotScene.py.

Initial value:
IntProperty(
        name="LOD Levels",
        description="MESH number of LOD levels",
        min=0, max=32,
        default=CONFIG['lodLevels'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4155 of file io_export_ogreDotScene.py.

Initial value:
IntProperty(
        name="LOD Percentage",
        description="LOD percentage reduction",
        min=0, max=99,
        default=CONFIG['lodPercent'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4165 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Export Materials",
        description="exports .material script",
        default=CONFIG['MATERIALS'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4139 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Export Meshes",
        description="export meshes",
        default=CONFIG['MESH'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4115 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Export Meshes (overwrite)",
        description="export meshes (overwrite existing files)",
        default=CONFIG['MESH_OVERWRITE'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4119 of file io_export_ogreDotScene.py.

Initial value:
IntProperty(
        name="Extremity Points",
        description="MESH Extremity Points",
        min=0, max=65536,
        default=CONFIG['nuextremityPoints'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4170 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="OGRE inherit scale",
        description="whether the OGRE bones have the 'inherit scale' flag on.  If the animation has scale in it, the exported animation needs to be adjusted to account for the state of the inherit-scale flag in OGRE.",
        default=CONFIG['OGRE_INHERIT_SCALE'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4091 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Only Deformable Bones",
        description="only exports bones that are deformable. Useful for hiding IK-Bones used in Blender. Note: Any bone with deformable children/descendants will be output as well.",
        default=CONFIG['ONLY_DEFORMABLE_BONES'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4083 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Only Keyframed Bones",
        description="only exports bones that have been keyframed for a given animation. Useful to limit the set of bones on a per-animation basis.",
        default=CONFIG['ONLY_KEYFRAMED_BONES'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4087 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Optimize Animations",
        description="MESH optimize animations",
        default=CONFIG['optimiseAnimations'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4205 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Reorganise Buffers",
        description="MESH reorganise vertex buffers",
        default=CONFIG['reorganiseBuffers'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4201 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Export Scene",
        description="export current scene (OgreDotScene xml)",
        default=CONFIG['SCENE'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4095 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Export Selected Only",
        description="export selected",
        default=CONFIG['SELONLY'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4099 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Separate Materials",
        description="exports a .material for each material (rather than putting all materials in a single .material file)",
        default=CONFIG['SEP_MATS'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4079 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Shape Animation",
        description="export shape animations - updates the .mesh file",
        default=CONFIG['SHAPE_ANIM'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4127 of file io_export_ogreDotScene.py.

Initial value:
EnumProperty(
        items=AXIS_MODES,
        name='swap axis',
        description='axis swapping mode',
        default= CONFIG['SWAP_AXIS']
    )

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4071 of file io_export_ogreDotScene.py.

Initial value:
StringProperty(
        name="Tangent Semantic",
        description="MESH tangent semantic",
        maxlen=3,
        default=CONFIG['tangentSemantic'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4183 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Tangent Split Mirrored",
        description="MESH split mirrored tangents",
        default=CONFIG['tangentSplitMirrored'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4193 of file io_export_ogreDotScene.py.

Initial value:
BoolProperty(
        name="Tangent Split Rotated",
        description="MESH split rotated tangents",
        default=CONFIG['tangentSplitRotated'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4197 of file io_export_ogreDotScene.py.

Initial value:
IntProperty(
        name="Tangent Parity",
        description="MESH tangent use parity",
        min=0, max=16,
        default=CONFIG['tangentUseParity'])

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4188 of file io_export_ogreDotScene.py.

Initial value:
FloatProperty(
        name="Trim Weights",
        description="ignore bone weights below this value (Ogre supports 4 bones per vertex)",
        min=0.0, max=0.5, default=CONFIG['TRIM_BONE_WEIGHTS'] )

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4131 of file io_export_ogreDotScene.py.

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4217 of file io_export_ogreDotScene.py.

Initial value:
StringProperty(
        name="File Path",
        description="Filepath used for exporting .txml file",
        maxlen=1024,
        default="",
        subtype='FILE_PATH')

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4210 of file io_export_ogreDotScene.py.


The documentation for this class was generated from the following file:


naoqi_tools
Author(s): Mikael Arguedas
autogenerated on Sat Jun 8 2019 20:30:21