pyffi :: spells :: nif :: fix :: SpellSendDetachedGeometriesToNodePosition :: Class SpellSendDetachedGeometriesToNodePosition
[hide private]
[frames] | no frames]

Class SpellSendDetachedGeometriesToNodePosition

source code

     object --+            
              |            
          Spell --+        
                  |        
           NifSpell --+    
                      |    
SpellVisitSkeletonRoots --+
                          |
                         SpellSendDetachedGeometriesToNodePosition

Transform geometries so each set of geometries that shares bones is aligned with the transform of the root bone of that set.
Instance Methods [hide private]
 
skelrootentry(self, branch)
Do something with a skeleton root.
source code

Inherited from SpellVisitSkeletonRoots: branchentry, branchinspect, dataentry, datainspect

Inherited from NifSpell: inspectblocktype

Inherited from NifSpell (private): _datainspect

Inherited from Spell: __init__, branchexit, dataexit, recurse

Inherited from Spell (private): _branchinspect

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from Spell: get_toast_stream, toastentry, toastexit

Class Variables [hide private]
  SPELLNAME = 'fix_senddetachedgeometriestonodeposition'
A str describing how to refer to the spell from the command line.
  READONLY = False
A bool which determines whether the spell is read only or not.

Inherited from Spell: changed, data, stream, toaster

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

skelrootentry(self, branch)

source code 
Do something with a skeleton root. Return value is ignored.
Overrides: SpellVisitSkeletonRoots.skelrootentry
(inherited documentation)