Package pymeshio :: Package pmx :: Module writer :: Class Writer
[hide private]
[frames] | no frames]

Class Writer

source code

         object --+    
                  |    
common.BinaryWriter --+
                      |
                     Writer

pmx writer
Instance Methods [hide private]
 
__init__(self, ios, text_encoding, extended_uv, vertex_index_size, texture_index_size, material_index_size, bone_index_size, morph_index_size, rigidbody_index_size)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
write_vertices(self, vertices) source code
 
write_deform(self, deform) source code
 
write_indices(self, indices) source code
 
write_textures(self, textures) source code
 
write_materials(self, materials) source code
 
write_bones(self, bones) source code
 
write_ik(self, ik) source code
 
write_ik_link(self, link) source code
 
write_morph(self, morphs) source code
 
write_display_slots(self, display_slots) source code
 
write_rigidbodies(self, rigidbodies) source code
 
write_joints(self, joints) source code

Inherited from common.BinaryWriter: write_bytes, write_float, write_int, write_rgb, write_rgba, write_uint, write_vector2, write_vector3

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ios, text_encoding, extended_uv, vertex_index_size, texture_index_size, material_index_size, bone_index_size, morph_index_size, rigidbody_index_size)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)