Classes | Functions | Variables
io_export_selected Namespace Reference

Classes

class  ColladaEmulator
 
class  CurrentFormatProperties
 
class  ExportSelected
 
class  OBJECT_MT_selected_export
 
class  ToggleObjectMode
 

Functions

def get_op (idname)
 
def is_bpy_prop (value)
 
def iter_exporters ()
 
def iter_public_bpy_props (cls, exclude_hidden=False)
 
def menu_func_export (self, context)
 
def register ()
 
def unregister ()
 

Variables

dictionary bl_info
 
dictionary bpy_props
 
dictionary join_before_export
 

Function Documentation

def io_export_selected.get_op (   idname)

Definition at line 74 of file io_export_selected.py.

def io_export_selected.is_bpy_prop (   value)

Definition at line 56 of file io_export_selected.py.

def io_export_selected.iter_exporters ( )

Definition at line 113 of file io_export_selected.py.

def io_export_selected.iter_public_bpy_props (   cls,
  exclude_hidden = False 
)

Definition at line 62 of file io_export_selected.py.

def io_export_selected.menu_func_export (   self,
  context 
)

Definition at line 563 of file io_export_selected.py.

def io_export_selected.register ( )

Definition at line 566 of file io_export_selected.py.

def io_export_selected.unregister ( )

Definition at line 572 of file io_export_selected.py.

Variable Documentation

dictionary io_export_selected.bl_info
Initial value:
1 = {
2  "name": "Export Selected",
3  "author": "dairin0d, rking",
4  "version": (1, 4),
5  "blender": (2, 6, 9),
6  "location": "File > Export > Selected",
7  "description": "Export selected objects to a chosen format",
8  "warning": "",
9  "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
10  "Scripts/Import-Export/Export_Selected",
11  "tracker_url": "http://projects.blender.org/tracker/"\
12  "?func=detail&aid=30942",
13  "category": "Import-Export"}

Definition at line 20 of file io_export_selected.py.

dictionary io_export_selected.bpy_props
Initial value:
1 = {
2  bpy.props.BoolProperty,
3  bpy.props.BoolVectorProperty,
4  bpy.props.IntProperty,
5  bpy.props.IntVectorProperty,
6  bpy.props.FloatProperty,
7  bpy.props.FloatVectorProperty,
8  bpy.props.StringProperty,
9  bpy.props.EnumProperty,
10  bpy.props.PointerProperty,
11  bpy.props.CollectionProperty,
12 }

Definition at line 43 of file io_export_selected.py.

dictionary io_export_selected.join_before_export
Initial value:
1 = {
2  "export_mesh.ply",
3 }

Definition at line 39 of file io_export_selected.py.



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