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

Class SpellFixCenterRadius

source code

          object --+            
                   |            
               Spell --+        
                       |        
                NifSpell --+    
                           |    
check.SpellCheckCenterRadius --+
                               |
                              SpellFixCenterRadius

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

Inherited from check.SpellCheckCenterRadius: 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_centerradius'
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__