Possible plane position bug?
Hey all
I haven't been able to find anything about this, so I'm kinda thinking I've missed something obvious..
If I type into the Maxscript Listener
Box name:"TestBox" position: [50, 50, 50]
Max creates a box at coordinates [50, 50, 50], as expected. This is the same for creating a sphere, cone, ...and I haven't tried other primitives yet.
However if I do
Plane name:"TestPlane" position: [50, 50, 50]
Max always seems to create a plane at [0, 0, 0]. Am I missing something?
Appreciate any comments/insight :)
Ian
Comments
use .pos instead
Yes, no any explanation about in the help. After more coding you will find more exceptions where ".position" is broken. For safety use it short alias ".pos".
my recent MAXScripts RSS (archive here)
Alright. Strange, but good to
Alright. Strange, but good to know anyway :) Thanks