what is 16.5 equivalent of $NCY?
4538
4
1
bobc4d
Member
327 posts
Joined: 5月 2016
オフライン
2017年11月20日 19:59
I am following Rohan Dalvi's gear tutorial, he uses a copy node and then the expression 360/$NCY to rotate a circle. what is v16.5 equivalent of $NCY? or is there a node to do this?
2017年11月21日 9:21
You can use “copy stamp” sop and $NCY will work fine. It doesn't work with “copy and transform” sop
jsmack
Member
8173 posts
Joined: 9月 2011
オフライン
2017年11月21日 11:35
you can channel reference the ncy parameter instead. $NCY is a static value that simply refers to the number of copies. ch(“ncy”)
bobc4d
Member
327 posts
Joined: 5月 2016
オフライン
2017年11月21日 19:10
thank you very much for the responses. the copy stamp node worked like a charm.
zuleikaf
Member
2 posts
Joined: 4月 2017
オフライン
2018年3月18日 16:33
This guy Rohan is great. I was also stuck on this thanks.