Export selected objects to a chosen format
Definition at line 221 of file io_export_selected.py.
def io_export_selected.ExportSelected.clear_world |
( |
|
self, |
|
|
|
context |
|
) |
| |
def io_export_selected.ExportSelected.draw |
( |
|
self, |
|
|
|
context |
|
) |
| |
def io_export_selected.ExportSelected.execute |
( |
|
self, |
|
|
|
context |
|
) |
| |
def io_export_selected.ExportSelected.fill_props |
( |
|
self | ) |
|
def io_export_selected.ExportSelected.invoke |
( |
|
self, |
|
|
|
context, |
|
|
|
event |
|
) |
| |
def io_export_selected.ExportSelected.poll |
( |
|
cls, |
|
|
|
context |
|
) |
| |
string io_export_selected.ExportSelected.bl_idname = "export_scene.selected" |
|
static |
string io_export_selected.ExportSelected.bl_label = "Export Selected" |
|
static |
io_export_selected.ExportSelected.filename_ext |
|
static |
io_export_selected.ExportSelected.filepath |
io_export_selected.ExportSelected.filter_glob |
|
static |
io_export_selected.ExportSelected.format |
|
static |
Initial value: 1 = bpy.props.StringProperty(
3 description=
"Export format",
Definition at line 304 of file io_export_selected.py.
io_export_selected.ExportSelected.format_props |
|
static |
Initial value: 1 = bpy.props.PointerProperty(
2 type=CurrentFormatProperties,
Definition at line 310 of file io_export_selected.py.
io_export_selected.ExportSelected.include_children |
|
static |
Initial value: 1 = bpy.props.BoolProperty(
2 name=
"Include Children",
3 description=
"Keep children even if they're not selected",
Definition at line 247 of file io_export_selected.py.
io_export_selected.ExportSelected.keep_materials |
|
static |
Initial value: 1 = bpy.props.BoolProperty(
3 description=
"Keep Materials",
Definition at line 259 of file io_export_selected.py.
io_export_selected.ExportSelected.keep_textures |
|
static |
Initial value: 1 = bpy.props.BoolProperty(
3 description=
"Keep Textures",
Definition at line 265 of file io_export_selected.py.
io_export_selected.ExportSelected.keep_world_textures |
|
static |
Initial value: 1 = bpy.props.BoolProperty(
2 name=
"Keep World Textures",
3 description=
"Keep World Textures",
Definition at line 271 of file io_export_selected.py.
io_export_selected.ExportSelected.object_types |
|
static |
Initial value: 1 = bpy.props.EnumProperty(
3 description=
"Object type(s) to export",
8 (
'CURVE',
"Curve",
""),
9 (
'SURFACE',
"Surface",
""),
12 (
'ARMATURE',
"Armature",
""),
13 (
'LATTICE',
"Lattice",
""),
14 (
'EMPTY',
"Empty",
""),
15 (
'CAMERA',
"Camera",
""),
17 (
'SPEAKER',
"Speaker",
""),
19 options={
'ENUM_FLAG'},
Definition at line 277 of file io_export_selected.py.
io_export_selected.ExportSelected.props_initialized |
|
static |
io_export_selected.ExportSelected.remove_orphans |
|
static |
Initial value: 1 = bpy.props.BoolProperty(
3 description=
"Remove datablocks that have no users",
Definition at line 253 of file io_export_selected.py.
io_export_selected.ExportSelected.selection_mode |
|
static |
Initial value: 1 = bpy.props.EnumProperty(
3 description=
"Limit/expand the selection",
6 (
'SELECTED',
"Selected",
""),
7 (
'VISIBLE',
"Visible",
""),
Definition at line 236 of file io_export_selected.py.
io_export_selected.ExportSelected.visible_name |
|
static |
Initial value: 1 = bpy.props.StringProperty(
3 description=
"Visible name",
Definition at line 298 of file io_export_selected.py.
The documentation for this class was generated from the following file: