Anyone know how do I select the value of a single axis ...
for example
$. modifiers [# Edit_Poly].getfacecenter 100
[156743, -426333.0]
I would pick only the value of X for example...
Something like with "$.pos.x"
thanks in advance
Forum topic · General Scripting
By kimarotta · 2012-06-01
Anyone know how do I select the value of a single axis ...
for example
$. modifiers [# Edit_Poly].getfacecenter 100
[156743, -426333.0]
I would pick only the value of X for example...
Something like with "$.pos.x"
thanks in advance
:)
barigazy · 2012-06-01
Like this
fCenter = $. modifiers [#Edit_Poly].getfacecenter 8
format "x = % ; y = % ; z = %\n" fCenter.x fCenter.y fCenter.z
kimarotta · 2012-06-01
Hey very thanks... this is a very very useful...
cheers
barigazy · 2012-06-01
Look at this thread also, mayby you can find something
http://www.scriptspot.com/forums/3ds-max/general-scripting/vertex-script…