Package pyffi :: Package formats :: Package nif :: Class NifFormat :: Class NiSkinningMeshModifier
[hide private]
[frames] | no frames]

Class NiSkinningMeshModifier

source code

                  object --+                        
                           |                        
      utils.graph.DetailNode --+                    
                               |                    
          utils.graph.GlobalNode --+                
                                   |                
object_models.xml.struct_.StructBase --+            
                                       |            
                     NifFormat._NiObject --+        
                                           |        
                          NifFormat.NiObject --+    
                                               |    
                        NifFormat.NiMeshModifier --+
                                                   |
                                                  NifFormat.NiSkinningMeshModifier

Nested Classes [hide private]

Inherited from object_models.xml.struct_.StructBase: __metaclass__

Instance Methods [hide private]

Inherited from NiObject: apply_scale, find, find_chain, is_interchangeable, tree

Inherited from NiObject (private): _validateTree

Inherited from object_models.xml.struct_.StructBase: __init__, __str__, deepcopy, fix_links, get_attribute, get_basic_attribute, get_detail_child_names, get_detail_child_nodes, get_global_child_nodes, get_global_display, get_hash, get_links, get_refs, get_size, get_strings, get_template_attribute, read, replace_global_node, set_attribute, set_basic_attribute, set_template_attribute, write

Inherited from utils.graph.GlobalNode: get_global_child_edge_types, get_global_iterator

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_display, get_detail_iterator

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

Class Methods [hide private]

Inherited from object_models.xml.struct_.StructBase: get_games, get_versions

Class Variables [hide private]
  _attribute_list = [<pyffi.object_models.xml.StructAttribute ob...
  _attrs = [<pyffi.object_models.xml.StructAttribute object at 0...
  _has_links = True
  _names = ['num_submit_points', 'submit_points', 'num_complete_...

Inherited from NiMeshModifier (private): _games, _is_template

Inherited from object_models.xml.struct_.StructBase: arg

Properties [hide private]
  bone_bounds
The bounds of the bones.
  bone_transforms
The transforms that go from bind-pose space to bone space.
  bones
Pointers to the bone nodes that affect this skin.
  flags
USE_SOFTWARE_SKINNING = 0x0001RECOMPUTE_BOUNDS = 0x0002
  num_bones
The number of bones referenced by this mesh modifier.
  skeleton_root
The root bone of the skeleton.
  skeleton_transform
The transform that takes the root bone parent coordinate system into the skin coordinate system.

Inherited from NiMeshModifier: complete_points, num_complete_points, num_submit_points, submit_points

Inherited from object: __class__

Class Variable Details [hide private]

_attribute_list

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x316c8d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c910>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c9d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x316ca50>,
 <pyffi.object_models.xml.StructAttribute object at 0x317c050>,
 <pyffi.object_models.xml.StructAttribute object at 0x317c0d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x317c150>,
 <pyffi.object_models.xml.StructAttribute object at 0x317c190>,
...

_attrs

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x317c050>,
 <pyffi.object_models.xml.StructAttribute object at 0x317c0d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x317c150>,
 <pyffi.object_models.xml.StructAttribute object at 0x317c190>,
 <pyffi.object_models.xml.StructAttribute object at 0x317c1d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x317c290>,
 <pyffi.object_models.xml.StructAttribute object at 0x317c310>]

_names

Value:
['num_submit_points',
 'submit_points',
 'num_complete_points',
 'complete_points',
 'flags',
 'skeleton_root',
 'skeleton_transform',
 'num_bones',
...

Property Details [hide private]

bone_bounds

The bounds of the bones. Only stored if the RECOMPUTE_BOUNDS bit is set.
Get Method:
<functools.partial object at 0x317bdb8>

bone_transforms

The transforms that go from bind-pose space to bone space.
Get Method:
<functools.partial object at 0x317bd08>

bones

Pointers to the bone nodes that affect this skin.
Get Method:
<functools.partial object at 0x317bc58>

flags

USE_SOFTWARE_SKINNING = 0x0001RECOMPUTE_BOUNDS = 0x0002
Get Method:
<functools.partial object at 0x317b838>
Set Method:
<functools.partial object at 0x317b890>

num_bones

The number of bones referenced by this mesh modifier.
Get Method:
<functools.partial object at 0x317bb50>
Set Method:
<functools.partial object at 0x317bba8>

skeleton_root

The root bone of the skeleton.
Get Method:
<functools.partial object at 0x317b940>
Set Method:
<functools.partial object at 0x317b998>

skeleton_transform

The transform that takes the root bone parent coordinate system into the skin coordinate system.
Get Method:
<functools.partial object at 0x317ba48>
Set Method:
<functools.partial object at 0x317baa0>