RIG.  
 More...
 | 
| 
  | guide | 
|   | 
|   | components | 
|   | Dictionary of component.  More...
  | 
|   | 
| 
  | componentsIndex | 
|   | 
|   | groups | 
|   | Dictionary of Groups.  More...
  | 
|   | 
| 
  | plog | 
|   | 
| 
  | options | 
|   | 
| 
  | guides | 
|   | 
| 
  | model | 
|   | 
| 
  | global_ctl | 
|   | 
| 
  | info_prop | 
|   | 
| 
  | components_grid | 
|   | 
| 
  | info_layout | 
|   | 
| 
  | info_mainTab | 
|   | 
| 
  | info_componentTab | 
|   | 
| 
  | ui | 
|   | 
| 
  | setup_mainTab | 
|   | 
| 
  | anim_mainTab | 
|   | 
| 
  | pRigScale | 
|   | 
| 
  | pOGLLevel | 
|   | 
| 
  | pResolutions | 
|   | 
| 
  | shd_org | 
|   | 
| 
  | components_infos | 
|   | 
| 
  | steps | 
|   | 
      
        
          | def gear.xsi.rig.Rig.__init__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
      
        
          | def gear.xsi.rig.Rig.addToGroup  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          objects,  | 
        
        
           | 
           | 
            | 
          names = ["hidden"]  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Add the object in a collection for later group creation. 
- Parameters
 - 
  
    | self |  | 
    | objs | Single or List of X3DObject - object to put in group.  | 
    | names | Single or List of String - names of the groups to create.  | 
  
   
 
 
      
        
          | def gear.xsi.rig.Rig.buildFromFile  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          path = None  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Build the rig from xml definition file. 
- Parameters
 - 
  
    | self |  | 
    | path | String - Path to an xml definition.  | 
  
   
 
 
      
        
          | def gear.xsi.rig.Rig.buildFromSelection  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
Build the rig from selected guides. 
- Parameters
 - 
  
  
 
 
 
      
        
          | def gear.xsi.rig.Rig.finalize  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
Build the initial hierarchy of the rig. 
- Parameters
 - 
  
  
 
 
 
      
        
          | def gear.xsi.rig.Rig.findChild  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          guideName  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Return the object in the rig matching the guide object. 
- Parameters
 - 
  
    | self |  | 
    | guideName | String - Name of the guide object  | 
  
   
 
 
      
        
          | def gear.xsi.rig.Rig.initialHierarchy  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
Build the initial hierarchy of the rig Create the rig model, the main properties, and a couple of base organisation nulls Get the global size of the rig. 
- Parameters
 - 
  
  
 
 
 
      
        
          | gear.xsi.rig.Rig.components | 
        
      
 
Dictionary of component. 
 Keys are the component fullname (ie. 'arm_L0') 
 
 
The documentation for this class was generated from the following file:
- C:/datawork/__TECH__/GITHUB_REPOS/GEAR_mc/pythonlibs/gear/xsi/rig/__init__.py