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
def is_bpy_prop
def iter_exporters
def iter_public_bpy_props
def menu_func_export
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.

Definition at line 56 of file io_export_selected.py.

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.

Definition at line 566 of file io_export_selected.py.

Definition at line 572 of file io_export_selected.py.


Variable Documentation

Initial value:
00001 {
00002     "name": "Export Selected",
00003     "author": "dairin0d, rking",
00004     "version": (1, 4),
00005     "blender": (2, 6, 9),
00006     "location": "File > Export > Selected",
00007     "description": "Export selected objects to a chosen format",
00008     "warning": "",
00009     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
00010                 "Scripts/Import-Export/Export_Selected",
00011     "tracker_url": "http://projects.blender.org/tracker/"\
00012                    "?func=detail&aid=30942",
00013     "category": "Import-Export"}

Definition at line 20 of file io_export_selected.py.

Initial value:
00001 {
00002     bpy.props.BoolProperty,
00003     bpy.props.BoolVectorProperty,
00004     bpy.props.IntProperty,
00005     bpy.props.IntVectorProperty,
00006     bpy.props.FloatProperty,
00007     bpy.props.FloatVectorProperty,
00008     bpy.props.StringProperty,
00009     bpy.props.EnumProperty,
00010     bpy.props.PointerProperty,
00011     bpy.props.CollectionProperty,
00012 }

Definition at line 43 of file io_export_selected.py.

Initial value:
00001 {
00002     "export_mesh.ply",
00003 }

Definition at line 39 of file io_export_selected.py.



naoqi_tools
Author(s): Mikael Arguedas
autogenerated on Wed Aug 16 2017 02:28:16