Hi!
Not sure if that’s a bug or if I’m doing something wrong.
What I’m trying to do:
I have a character that has many hairs that each should be controlled with lite_chain_stack, this would take to long to align manually so I’ve generated curves for each one and from this, I’m getting space locator at the correct position and orientation.
Next, I would like to duplicate my hair module and align to each locator.
The issue I have is that the duplicate function is multiplying its own results.
So for:
1 curve = 1 module duplicated
2 curves = 3 modules duplicated
5 curves = 15 modules duplicated etc.
Support much appreciated
Heres the script: https://gist.github.com/kmarcinowski/54d248c77904f51079e734847f1d08f1
Scene: https://www.dropbox.com/s/fmdwuf426rdcmad/test.ma
Thanks in advance,
Krzysztof