| 
| 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" | 
|   | 
      
        
          | def swc_mesher.ExportCableModel_Operator.execute  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          context  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | def swc_mesher.ExportCableModel_Operator.invoke  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          context,  | 
        
        
           | 
           | 
            | 
          event  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | 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: