All Classes Namespaces Files Functions Variables
swc_mesher.ExportCableModel_Operator Class Reference
Inheritance diagram for swc_mesher.ExportCableModel_Operator:
Inheritance graph
Collaboration diagram for swc_mesher.ExportCableModel_Operator:
Collaboration graph

Public Member Functions

def execute
 
def invoke
 

Static Public Attributes

string bl_idname = "mnm.export_swc"
 
string bl_label = "Export Cable Model to SWC file"
 
string bl_description = "Generate an SWC file of segments from the skeleton"
 
tuple filepath = bpy.props.StringProperty(subtype='FILE_PATH', default="")
 
string filename_ext = ".swc"
 

Member Function Documentation

def swc_mesher.ExportCableModel_Operator.execute (   self,
  context 
)
def swc_mesher.ExportCableModel_Operator.invoke (   self,
  context,
  event 
)

Member Data Documentation

string swc_mesher.ExportCableModel_Operator.bl_description = "Generate an SWC file of segments from the skeleton"
static
string swc_mesher.ExportCableModel_Operator.bl_idname = "mnm.export_swc"
static
string swc_mesher.ExportCableModel_Operator.bl_label = "Export Cable Model to SWC file"
static
string swc_mesher.ExportCableModel_Operator.filename_ext = ".swc"
static
tuple swc_mesher.ExportCableModel_Operator.filepath = bpy.props.StringProperty(subtype='FILE_PATH', default="")
static

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