rokket opened this issue on Jul 26, 2015 ยท 1225 posts
bagginsbill posted Wed, 28 October 2015 at 12:23 PM
" Bear in mind that he has his Poser set to inches; if yours is set to Poser native units, you'll need to adjust, notably math_functions_2. "
Nope. Math nodes are not affected by units. The P node being compared to is driving the units. The P node's natural internal values are 1/10 of an inch, always and forever.
To change the effective scale you would change the multiplier in the P node's Y value. (Here I used .1 * 3 -- .1 because I don't want to count tenths of an inch - I want whole inches, so I divide by 10, and then times 3 because the three parts of a vector are averaged (added and divide by 3) when you plug into a numeric input.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)