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

Class SpellFixSkinCenterRadius

source code

              object --+            
                       |            
                   Spell --+        
                           |        
                    NifSpell --+    
                               |    
check.SpellCheckSkinCenterRadius --+
                                   |
                                  SpellFixSkinCenterRadius

Recalculate skin centers and radii.
Instance Methods [hide private]

Inherited from check.SpellCheckSkinCenterRadius: branchentry, branchinspect, datainspect

Inherited from NifSpell: inspectblocktype

Inherited from NifSpell (private): _datainspect

Inherited from Spell: __init__, branchexit, dataentry, 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_skincenterradius'
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__