Exemplo n.º 1
0
 def __init__(self, key):
     self.version = self.VERSION.DEFAULT
     self.rig = ExternalResource(ResourceKey())
     self.unknown = 1.0
     self.reserved = [0] * self.RESERVED_COUNT
     self.bone_weights = []
     RCOL.__init__(self, key)
Exemplo n.º 2
0
 def __init__(self, key=None, stream=None):
     self.version = self.VERSION.DEFAULT
     self.bounds = BoundingBox()
     self.flags = 0x00000000
     self.routing_footprint = ExternalResource(ResourceKey())
     self.entries = []
     RCOL.__init__(self, key, stream)
Exemplo n.º 3
0
 def __init__(self, key):
     self.version = self.VERSION.DEFAULT
     self.rig = ExternalResource(ResourceKey())
     self.unknown = 1.0
     self.reserved = [0] * self.RESERVED_COUNT
     self.bone_weights = []
     RCOL.__init__(self, key)
Exemplo n.º 4
0
 def __init__(self, key=None, stream=None):
     self.version = self.VERSION.DEFAULT
     self.bounds = BoundingBox()
     self.flags = 0x00000000
     self.routing_footprint = ExternalResource(ResourceKey())
     self.entries = []
     RCOL.__init__(self, key, stream)
Exemplo n.º 5
0
 def __init__(self, key=None, stream=None, resources=None):
     self.version = self.VERSION.DEFAULT
     self.name = None
     self.properties = 0
     self.decision_graph = DecisionGraph()
     self.transitions = []
     self.awareness_overlay_level = 0
     RCOL.__init__(self, key, stream, resources)
Exemplo n.º 6
0
 def __init__(self, key, stream=None, rcol=None):
     self.version = self.VERSION.STANDARD
     self.bounds = BoundingBox()
     self.extra_bounds = []
     self.fade_type = 0
     self.custom_fade_distance = 0.0
     self.lods = []
     RCOL.__init__(self, key, stream)
Exemplo n.º 7
0
 def __init__(self, key=None, stream=None, resources=None):
     self.version = self.VERSION.DEFAULT
     self.name = None
     self.properties = 0
     self.decision_graph = DecisionGraph()
     self.transitions = []
     self.awareness_overlay_level = 0
     RCOL.__init__(self, key, stream, resources)
Exemplo n.º 8
0
 def __init__(self, key=None, stream=None):
     self.version = 0
     self.container_slots = []
     self.routing_slots = []
     self.effect_slots = []
     self.target_slots = []
     self.cone_slots = []
     RCOL.__init__(self, key, stream)
Exemplo n.º 9
0
 def __init__(self, key):
     RCOL.__init__(self, key)
     self.version = self.VERSION.STANDARD
     self.is_video_surface = False
     self.is_painting_surface = False
     self.material_block = MaterialBlock()
     self.resource_name = None
     self.shader_name = None
Exemplo n.º 10
0
 def __init__(self, key, stream=None, rcol=None):
     self.version = self.VERSION.STANDARD
     self.bounds = BoundingBox()
     self.extra_bounds = []
     self.fade_type = 0
     self.custom_fade_distance = 0.0
     self.lods = []
     RCOL.__init__(self, key, stream)
Exemplo n.º 11
0
 def __init__(self, key):
     RCOL.__init__(self, key)
     self.version = self.VERSION.STANDARD
     self.is_video_surface = False
     self.is_painting_surface = False
     self.material_block = MaterialBlock()
     self.resource_name = None
     self.shader_name = None
Exemplo n.º 12
0
 def __init__(self, key=None, stream=None):
     self.version = 0
     self.container_slots = []
     self.routing_slots = []
     self.effect_slots = []
     self.target_slots = []
     self.cone_slots = []
     RCOL.__init__(self, key, stream)
Exemplo n.º 13
0
 def __init__(self, key=None, stream=None, resources=None):
     self.version = self.VERSION.DEFAULT
     self.name = None
     self.actors = []
     self.parameters = []
     self.states = []
     self.namespace_map = []
     self.flags = 0
     self.default_priority = 0
     self.awareness_overlay_level = AnimationOverlay.OverlayNone
     RCOL.__init__(self, key, stream, resources)
Exemplo n.º 14
0
 def __init__(self, key=None, stream=None, resources=None):
     self.version = self.VERSION.DEFAULT
     self.name = None
     self.actors = []
     self.parameters = []
     self.states = []
     self.namespace_map = []
     self.flags = 0
     self.default_priority = 0
     self.awareness_overlay_level = AnimationOverlay.OverlayNone
     RCOL.__init__(self, key, stream, resources)
Exemplo n.º 15
0
 def __init__(self, key=None):
     RCOL.__init__(self, key)
     self.version = 0
     self.indices = []
     self.vertices = []
     self.shader = None
     self.material = MaterialBlock()
     self.merge_group = 0
     self.skin_controller = ExternalResource(ResourceKey(BodySkinController.ID))
     self.sort_order = 0
     self.vertex_format = self.VertexFormat()
     self.bones = []
Exemplo n.º 16
0
 def __init__(self, key=None):
     RCOL.__init__(self, key)
     self.version = 0
     self.indices = []
     self.vertices = []
     self.shader = None
     self.material = MaterialBlock()
     self.merge_group = 0
     self.skin_controller = ExternalResource(
         ResourceKey(BodySkinController.ID))
     self.sort_order = 0
     self.vertex_format = self.VertexFormat()
     self.bones = []
Exemplo n.º 17
0
 def __init__(self, key):
     RCOL.__init__(self, key)
     self.swizzle_info = SwizzleInfo(None)
     self.buffer = self.Buffer()
Exemplo n.º 18
0
 def __init__(self, key):
     RCOL.__init__(self, key)
     self.version = self.VERSION.DEFAULT
     self.buffer = []
     self.flags = 0
     self.unknown = 0
Exemplo n.º 19
0
 def __init__(self, key=None):
     self.stride = 0
     self.version = self.VERSION.DEFAULT
     self.is_extended_format = False
     self.declarations = []
     RCOL.__init__(self, key)
Exemplo n.º 20
0
 def __init__(self, key=None, stream=None, resources=None):
     self.version = self.VERSION.DEFAULT
     self.name = None
     self.default = None
     RCOL.__init__(self, key, stream, resources)
Exemplo n.º 21
0
 def __init__(self, key=None, stream=None, resources=None):
     self.version = self.VERSION.DEFAULT
     self.children = []
     self.parents = []
     RCOL.__init__(self, key, stream, resources)
Exemplo n.º 22
0
 def __init__(self, key=None):
     RCOL.__init__(self, key)
     SkinController.__init__(self)
     self.version = 0
Exemplo n.º 23
0
 def __init__(self, key=None, stream=None, resources=None):
     self.version = self.VERSION.DEFAULT
     self.children = []
     self.parents = []
     RCOL.__init__(self, key, stream, resources)
Exemplo n.º 24
0
 def __init__(self, stream=None, resources=None, parent=None):
     RCOL.__init__(self, stream, resources, parent)
Exemplo n.º 25
0
 def __init__(self, key=None, stream=None):
     self.version = 0x00000000
     self.deltas = []
     RCOL.__init__(self, key, stream)
Exemplo n.º 26
0
 def __init__(self, key):
     self.version = self.VERSION.DEFAULT
     self.framerate = 6.0
     self.frames = []
     RCOL.__init__(self, key)
Exemplo n.º 27
0
 def __init__(self, key=None, stream=None, resources=None):
     self.version = 0
     self.elements = []
     self.default_material = self.Element()
     RCOL.__init__(self, key, stream, resources)
Exemplo n.º 28
0
 def __init__(self, key=None):
     RCOL.__init__(self, key)
     self.segments = []
Exemplo n.º 29
0
 def __init__(self, key):
     RCOL.__init__(self, key)
     self.swizzle_info = SwizzleInfo(None)
     self.buffer = self.Buffer()
Exemplo n.º 30
0
 def __init__(self, key=None):
     self.stride = 0
     self.version = self.VERSION.DEFAULT
     self.is_extended_format = False
     self.declarations = []
     RCOL.__init__(self, key)
Exemplo n.º 31
0
 def __init__(self, key=None):
     RCOL.__init__(self, key)
     self.segments = []
Exemplo n.º 32
0
 def __init__(self, key):
     RCOL.__init__(self, key)
     self.version = self.VERSION.DEFAULT
     self.lights = []
     self.occluders = []
Exemplo n.º 33
0
 def __init__(self, key):
     self.version = self.VERSION.DEFAULT
     self.framerate = 6.0
     self.frames = []
     RCOL.__init__(self, key)
Exemplo n.º 34
0
 def __init__(self,key=None,stream=None,resources=None):
     self.version = self.VERSION.DEFAULT
     self.deltas = {}
     RCOL.__init__(self,key,stream,resources)
Exemplo n.º 35
0
Arquivo: rig.py Projeto: garthand/s3py
 def __init__(self, key=None, stream=None, resources=None):
     self.version = self.VERSION.DEFAULT
     self.deltas = {}
     RCOL.__init__(self, key, stream, resources)
Exemplo n.º 36
0
 def __init__(self, key=None, stream=None):
     self.version = 0x00000000
     self.deltas = []
     RCOL.__init__(self, key, stream)
Exemplo n.º 37
0
 def __init__(self, key):
     RCOL.__init__(self, key)
     self.version = self.VERSION.DEFAULT
     self.lights = []
     self.occluders = []
Exemplo n.º 38
0
 def __init__(self, key=None):
     RCOL.__init__(self, key)
     self.version = 0
     self.meshes = []
Exemplo n.º 39
0
 def __init__(self, stream=None, resources=None, parent=None):
     RCOL.__init__(self, stream, resources, parent)
Exemplo n.º 40
0
 def __init__(self, key):
     RCOL.__init__(self, key)
     self.version = self.VERSION.DEFAULT
     self.buffer = []
     self.flags = 0
     self.unknown = 0
Exemplo n.º 41
0
 def __init__(self, key=None, stream=None, resources=None):
     self.version = 0
     self.elements = []
     self.default_material = self.Element()
     RCOL.__init__(self, key, stream, resources)
Exemplo n.º 42
0
 def __init__(self, key=None):
     RCOL.__init__(self, key)
     self.version = 0
     self.meshes = []
Exemplo n.º 43
0
 def __init__(self, key=None, stream=None):
     self.version = self.VERSION.DEFAULT
     self.footprint_polygons = []
     self.routing_slot_footprint_polygons = []
     RCOL.__init__(self, key, stream)
Exemplo n.º 44
0
 def __init__(self, key=None):
     RCOL.__init__(self, key)
     SkinController.__init__(self)
     self.version = 0
Exemplo n.º 45
0
 def __init__(self, key=None, stream=None):
     self.version = self.VERSION.DEFAULT
     self.footprint_polygons = []
     self.routing_slot_footprint_polygons = []
     RCOL.__init__(self, key, stream)
Exemplo n.º 46
0
 def __init__(self, key=None, stream=None, resources=None):
     self.version = self.VERSION.DEFAULT
     self.name = None
     self.default = None
     RCOL.__init__(self, key, stream, resources)