flip pyside2 template line endings
This commit is contained in:
parent
82afad8366
commit
8da208b914
@ -14,6 +14,7 @@ class Transform3D(QtGui.QMatrix4x4):
|
|||||||
args = [x for y in args[0] for x in y]
|
args = [x for y in args[0] for x in y]
|
||||||
if len(args) != 16:
|
if len(args) != 16:
|
||||||
raise TypeError("Single argument to Transform3D must have 16 elements.")
|
raise TypeError("Single argument to Transform3D must have 16 elements.")
|
||||||
|
print(args)
|
||||||
QtGui.QMatrix4x4.__init__(self, *args)
|
QtGui.QMatrix4x4.__init__(self, *args)
|
||||||
|
|
||||||
def matrix(self, nd=3):
|
def matrix(self, nd=3):
|
||||||
|
Loading…
Reference in New Issue
Block a user