… thats annoying… i had the instanceVar in the wrong place. struct testStruct ( node=undefined, fn testFn = ( print “True” ), …
can try this. child = $ tm = (child.parent.transform) newTm = matrix3 tm[1] tm[2] tm[3] (child.transform.pos) child.transform = newTm
is this what you want? one = $Teapot001 two = $Teapot002 r1 = one.radius two.transform = one.transform two.radius = r1
Do you mean something like this?
Awesome! works exactly how i want. Thank you!
So simple. Thanks Denis, Kamil. Works exactly as i want. Have a good day. T
Perfect Thanks you!
I was looking in to this route. As the spline will not always be straight. x = curvelength $Line001 y = ((x)/1000) z = (y / 2) count = 1 fo…
You were very close making the spinner work. Currently i only have time to get that working. when i get some spare time during the day ill take a lo…