pyffi :: spells :: nif :: modify :: SpellDelVertexColorProperty :: Class SpellDelVertexColorProperty
[hide private]
[frames] | no frames]

Class SpellDelVertexColorProperty

source code

object --+                
         |                
     Spell --+            
             |            
      NifSpell --+        
                 |        
  SpellDelBranches --+    
                     |    
_SpellDelBranchClasses --+
                         |
                        SpellDelVertexColorProperty

Delete vertex color property if it is present.
Instance Methods [hide private]

Inherited from _SpellDelBranchClasses: datainspect, is_branch_to_be_deleted

Inherited from SpellDelBranches: branchentry

Inherited from SpellDelBranches (private): _branchinspect

Inherited from NifSpell: inspectblocktype

Inherited from NifSpell (private): _datainspect

Inherited from Spell: __init__, branchexit, branchinspect, dataentry, dataexit, recurse

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 = 'modify_delvertexcolorprop'
A str describing how to refer to the spell from the command line.
  BRANCH_CLASSES_TO_BE_DELETED = (<class 'pyffi.formats.nif.NiVe...
List of branch classes that have to be deleted.

Inherited from SpellDelBranches: READONLY

Inherited from Spell: changed, data, stream, toaster

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

BRANCH_CLASSES_TO_BE_DELETED

List of branch classes that have to be deleted.
Value:
(<class 'pyffi.formats.nif.NiVertexColorProperty'>)