CrackleWax
06-09-2006, 01:21 PM
nevermind, found it!
Hiya,
probably a simple question
suppose there's a box at position [5,0,0]
when applying an xform modifier via scripting ( addmodifier $ (xform ()) )
then $.transform equals (matrix3 [1,0,0] [0,1,0] [0,0,1] [5,0,0])
when applying an xform modifier manually
then (matrix3 [1,0,0] [0,1,0] [0,0,1] [0,0,0])
Why does this difference in row4 of the transform matrix occur? And how can I get the same result in scripting?
thnx,
Obi
Hiya,
probably a simple question
suppose there's a box at position [5,0,0]
when applying an xform modifier via scripting ( addmodifier $ (xform ()) )
then $.transform equals (matrix3 [1,0,0] [0,1,0] [0,0,1] [5,0,0])
when applying an xform modifier manually
then (matrix3 [1,0,0] [0,1,0] [0,0,1] [0,0,0])
Why does this difference in row4 of the transform matrix occur? And how can I get the same result in scripting?
thnx,
Obi
