Static Public Attributes
io_export_ogreDotScene.INFO_OT_createOgreExport Class Reference

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

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

List of all members.

Static Public Attributes

string bl_idname = "ogre.export"
string bl_label = "Export Ogre"
dictionary bl_options = {'REGISTER'}
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 = 'OGRE'
tuple filepath

Detailed Description

UI panel Ogre export - Subclasses _OgreCommonExport_.

Export Ogre Scene

Definition at line 3911 of file io_export_ogreDotScene.py.


Member Data Documentation

Definition at line 3913 of file io_export_ogreDotScene.py.

Definition at line 3914 of file io_export_ogreDotScene.py.

Definition at line 3915 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 3967 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 3979 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 3992 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 3947 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 3951 of file io_export_ogreDotScene.py.

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

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 3987 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 3955 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 4019 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 4023 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 4004 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 3999 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 4009 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 3983 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 3959 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 3963 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 4014 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 3935 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 3927 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 3931 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 4049 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 4045 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 3939 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 3943 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 3923 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 3971 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 3918 of file io_export_ogreDotScene.py.

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

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4027 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 4037 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 4041 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 4032 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 3975 of file io_export_ogreDotScene.py.

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4061 of file io_export_ogreDotScene.py.

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

Reimplemented from io_export_ogreDotScene._OgreCommonExport_.

Definition at line 4054 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