def __init__(self):
ParameterCell.__init__(self)
self.source_matrix = None
self.input_x = None
self.input_y = None
self.input_z = None
self.OUTX = LogicNetworkSubCell(self, self.get_out_x)
self.OUTY = LogicNetworkSubCell(self, self.get_out_y)
self.OUTZ = LogicNetworkSubCell(self, self.get_out_z)
self.OUTEULER = LogicNetworkSubCell(self, self.get_out_euler)
self._matrix = mathutils.Matrix.Identity(3)
self._eulers = mathutils.Euler((0,0,0), "XYZ")
pass
评论列表
文章目录