Example #1
0
 def __init__(self, x = '0', y = '0', z = '0'):
     DNAPropertyElement.__init__(self)
     self.pos = (float(x), float(y), float(z))
Example #2
0
    def __init__(self, h="0", p="0", r="0"):
        DNAPropertyElement.__init__(self)

        self.hpr = (float(h), float(p), float(r))
Example #3
0
 def __init__(self, x='1', y='1', z='1'):
     DNAPropertyElement.__init__(self)
     self.scale = (float(x), float(y), float(z))
Example #4
0
    def __init__(self, x="0", y="0", z="0"):
        DNAPropertyElement.__init__(self)

        self.pos = (float(x), float(y), float(z))
Example #5
0
 def __init__(self, h='0', p='0', r='0'):
     DNAPropertyElement.__init__(self)
     self.hpr = (float(h), float(p), float(r))
    def __init__(self, x="1", y="1", z="1"):
        DNAPropertyElement.__init__(self)

        self.scale = (float(x), float(y), float(z))
Example #7
0
 def __init__(self, r='1', g='1', b='1', a='1'):
     DNAPropertyElement.__init__(self)
     self.color = (float(r), float(g), float(b), float(a))
    def __init__(self, r="1", g="1", b="1", a="1"):
        DNAPropertyElement.__init__(self)

        self.color = (float(r), float(g), float(b), float(a))
    def __init__(self, x="0", y="0", z="0"):
        DNAPropertyElement.__init__(self)

        self.pos = (float(x), float(y), float(z))
    def __init__(self, r="1", g="1", b="1", a="1"):
        DNAPropertyElement.__init__(self)

        self.color = (float(r), float(g), float(b), float(a))