Public Member Functions | Static Public Attributes | List of all members
io_export_selected.ColladaEmulator Class Reference

Public Member Functions

def draw (self, context)
 

Static Public Attributes

 active_uv_only = bpy.props.BoolProperty(name="Only Active UV layer", description="Export textures assigned to the object UV maps", default=False)
 
 apply_modifiers = bpy.props.BoolProperty(name="Apply Modifiers", description="Apply modifiers to exported mesh (non destructive)", default=False)
 
 deform_bones_only = bpy.props.BoolProperty(name="Deform Bones only", description="Only export deforming bones with armatures", default=False)
 
 export_mesh_type_selection = bpy.props.EnumProperty(name="Type of modifiers", description="Modifier resolution for export", default='view', items=[('render', "Render", "Apply modifier's render settings"), ('view', "View", "Apply modifier's view settings")])
 
 export_transformation_type_selection = bpy.props.EnumProperty(name="Transformation Type", description="Transformation type for translation, scale and rotation", default='matrix', items=[('both', "Both", "Use <matrix> AND <translate>, <rotate>, <scale> to specify transformations"), ('transrotloc', "TransLocRot", "Use <translate>, <rotate>, <scale> to specify transformations"), ('matrix', "Matrix", "Use <matrix> to specify transformations")])
 
 include_armatures = bpy.props.BoolProperty(name="Include Armatures", description="Export related armatures (even if not selected)", default=False)
 
 include_children = bpy.props.BoolProperty(name="Include Children", description="Export all children of selected objects (even if not selected)", default=False)
 
 include_material_textures = bpy.props.BoolProperty(name="Include Material Textures", description="Export textures assigned to the object Materials", default=False)
 
 include_shapekeys = bpy.props.BoolProperty(name="Include Shape Keys", description="Export all Shape Keys from Mesh Objects", default=True)
 
 include_uv_textures = bpy.props.BoolProperty(name="Include UV Textures", description="Export textures assigned to the object UV maps", default=False)
 
 open_sim = bpy.props.BoolProperty(name="Export for OpenSim", description="Compatibility mode for OpenSim and compatible online worlds", default=False)
 
 selected = bpy.props.BoolProperty(name="Selection Only", description="Export only selected elements", default=False)
 
 sort_by_name = bpy.props.BoolProperty(name="Sort by Object name", description="Sort exported data by Object name", default=False)
 
 triangulate = bpy.props.BoolProperty(name="Triangulate", description="Export Polygons (Quads & NGons) as Triangles", default=True)
 
 use_object_instantiation = bpy.props.BoolProperty(name="Use Object Instances", description="Instantiate multiple Objects from same Data", default=True)
 
 use_texture_copies = bpy.props.BoolProperty(name="Copy Textures", description="Copy textures to the same folder where .dae file is exported", default=True)
 

Detailed Description

Definition at line 166 of file io_export_selected.py.

Member Function Documentation

def io_export_selected.ColladaEmulator.draw (   self,
  context 
)

Definition at line 187 of file io_export_selected.py.

Member Data Documentation

io_export_selected.ColladaEmulator.active_uv_only = bpy.props.BoolProperty(name="Only Active UV layer", description="Export textures assigned to the object UV maps", default=False)
static

Definition at line 176 of file io_export_selected.py.

io_export_selected.ColladaEmulator.apply_modifiers = bpy.props.BoolProperty(name="Apply Modifiers", description="Apply modifiers to exported mesh (non destructive)", default=False)
static

Definition at line 168 of file io_export_selected.py.

io_export_selected.ColladaEmulator.deform_bones_only = bpy.props.BoolProperty(name="Deform Bones only", description="Only export deforming bones with armatures", default=False)
static

Definition at line 175 of file io_export_selected.py.

io_export_selected.ColladaEmulator.export_mesh_type_selection = bpy.props.EnumProperty(name="Type of modifiers", description="Modifier resolution for export", default='view', items=[('render', "Render", "Apply modifier's render settings"), ('view', "View", "Apply modifier's view settings")])
static

Definition at line 170 of file io_export_selected.py.

io_export_selected.ColladaEmulator.export_transformation_type_selection = bpy.props.EnumProperty(name="Transformation Type", description="Transformation type for translation, scale and rotation", default='matrix', items=[('both', "Both", "Use <matrix> AND <translate>, <rotate>, <scale> to specify transformations"), ('transrotloc', "TransLocRot", "Use <translate>, <rotate>, <scale> to specify transformations"), ('matrix', "Matrix", "Use <matrix> to specify transformations")])
static

Definition at line 184 of file io_export_selected.py.

io_export_selected.ColladaEmulator.include_armatures = bpy.props.BoolProperty(name="Include Armatures", description="Export related armatures (even if not selected)", default=False)
static

Definition at line 173 of file io_export_selected.py.

io_export_selected.ColladaEmulator.include_children = bpy.props.BoolProperty(name="Include Children", description="Export all children of selected objects (even if not selected)", default=False)
static

Definition at line 172 of file io_export_selected.py.

io_export_selected.ColladaEmulator.include_material_textures = bpy.props.BoolProperty(name="Include Material Textures", description="Export textures assigned to the object Materials", default=False)
static

Definition at line 178 of file io_export_selected.py.

io_export_selected.ColladaEmulator.include_shapekeys = bpy.props.BoolProperty(name="Include Shape Keys", description="Export all Shape Keys from Mesh Objects", default=True)
static

Definition at line 174 of file io_export_selected.py.

io_export_selected.ColladaEmulator.include_uv_textures = bpy.props.BoolProperty(name="Include UV Textures", description="Export textures assigned to the object UV maps", default=False)
static

Definition at line 177 of file io_export_selected.py.

io_export_selected.ColladaEmulator.open_sim = bpy.props.BoolProperty(name="Export for OpenSim", description="Compatibility mode for OpenSim and compatible online worlds", default=False)
static

Definition at line 185 of file io_export_selected.py.

io_export_selected.ColladaEmulator.selected = bpy.props.BoolProperty(name="Selection Only", description="Export only selected elements", default=False)
static

Definition at line 171 of file io_export_selected.py.

io_export_selected.ColladaEmulator.sort_by_name = bpy.props.BoolProperty(name="Sort by Object name", description="Sort exported data by Object name", default=False)
static

Definition at line 182 of file io_export_selected.py.

io_export_selected.ColladaEmulator.triangulate = bpy.props.BoolProperty(name="Triangulate", description="Export Polygons (Quads & NGons) as Triangles", default=True)
static

Definition at line 180 of file io_export_selected.py.

io_export_selected.ColladaEmulator.use_object_instantiation = bpy.props.BoolProperty(name="Use Object Instances", description="Instantiate multiple Objects from same Data", default=True)
static

Definition at line 181 of file io_export_selected.py.

io_export_selected.ColladaEmulator.use_texture_copies = bpy.props.BoolProperty(name="Copy Textures", description="Copy textures to the same folder where .dae file is exported", default=True)
static

Definition at line 179 of file io_export_selected.py.


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


naoqi_tools
Author(s): Mikael Arguedas
autogenerated on Thu Jul 16 2020 03:18:37