Is there a way to find out where the axis is located on a prop or figure?
For example, the tree’s axis below is in the middle and the bushes axis is at the bottom.
All nodes have a getOrigin() function, which returns the position as a vector, and getOriginX() etc. for single values.
DAZ Studio Frequently Asked Questions
Index of free DAZ Studio scripts and plugins list
Richard Haseltine - 30 December 2012 06:21 AMAll nodes have a getOrigin() function, which returns the position as a vector, and getOriginX() etc. for single values.
That did it! Thank you again Richard