Cage opened this issue on Dec 20, 2006 ยท 1232 posts
Spanki posted Mon, 17 March 2008 at 5:09 PM
Looks like the += / *= thing works with Vectors...
>>> from _tdmt import *<br></br>
>>> v1 = Vector()<br></br>
>>> v2 = Vector(1.0, 2.0, 3.0)<br></br>
>>> v1<br></br>
Vector at <012941A0> = (0, 0, 0)<br></br>
>>> v1 += v2<br></br>
>>> v1<br></br>
Vector at <01294320> = (1, 2, 3)<br></br>
>>> v1 *= v2<br></br>
>>> v1<br></br>
Vector at <01294300> = (1, 4, 9)<br></br>
Cinema4D Plugins (Home of Riptide, Riptide Pro, Undertow, Morph Mill, KyamaSlide and I/Ogre plugins) Poser products Freelance Modelling, Poser Rigging, UV-mapping work for hire.