Importing animations now mostly works, though the root bone is messed up.
This commit is contained in:
@@ -13,6 +13,9 @@ class Vector3(Structure):
|
||||
yield self.y
|
||||
yield self.z
|
||||
|
||||
def __repr__(self):
|
||||
return repr(tuple(self))
|
||||
|
||||
|
||||
class Quaternion(Structure):
|
||||
_fields_ = [
|
||||
@@ -28,6 +31,9 @@ class Quaternion(Structure):
|
||||
yield self.y
|
||||
yield self.z
|
||||
|
||||
def __repr__(self):
|
||||
return repr(tuple(self))
|
||||
|
||||
|
||||
class Section(Structure):
|
||||
_fields_ = [
|
||||
|
||||
Reference in New Issue
Block a user