surface align rotation - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: surface align rotation (/thread-572.html) |
surface align rotation - apratim_appie - 05-08-2019 hello tyson i am not sure what I am doing wrong but when I use animated object as a reference node for spawning particles on another particles which are generating splines just like the growth occlusion scene file ,I get wrong alignment and it seems like particles are spawning in the air. what is the correct method of getting pivots from reference node and from that pivot scaling and rotation should affect? RE: surface align rotation - tyFlow - 05-08-2019 Try resetting the xform of your reference node, if its pivot is to matching to the location of the particles. RE: surface align rotation - apratim_appie - 05-09-2019 Xform does helped in other way but not solved my problem. RE: surface align rotation - tyFlow - 05-09-2019 Well then you'll need to attach a file or something, otherwise I have no way of knowing what the problem is. RE: surface align rotation - apratim_appie - 05-09-2019 let me try to explain, i made 3 leaves and then animated them with bend modifier, grouped it with a cylinder and have that group into reference node, I resetted every object's xform but still its not aligned with parent particle. RE: surface align rotation - tyFlow - 05-09-2019 Oh I see. If you group objects, the center of the group will be used as the particle pivot. If you need more precise pivot control, use a tyActor/Actor-operator setup instead. You could also experiment with the Move Pivots operator (specifically the 'by value' mode) which you can use to manually shift particle pivots. Once shifted, re-position your particles and they'll offset their position accordingly. RE: surface align rotation - apratim_appie - 05-09-2019 oh yes Move PIvots! thanks tyson for your time, I will definitely look into it. |