mmerchante / instanceAlongCurve

Maya API Node for interactive instancing of shapes along curves.
MIT License
123 stars 26 forks source link

Local Translation Offset seems to do nothing #4

Closed ababak closed 8 years ago

ababak commented 8 years ago

First of all I'd like to thank you for the brilliant plugin! I can't figure out how to use Offsets > Local Translation Offset. It doesn't work for me, whatever values I use. Is there a bug or am I missing something?

mmerchante commented 8 years ago

Hi ababak,

Can you send me an example scene? The offset should move the object in its local axes.

Thanks! Mariano.

ababak commented 8 years ago

Hi Mariano,

Here's the scene I've been using.

Thanks!

Regards, Andrey.

curve_array_test curve_array_test.mb.zip

mmerchante commented 8 years ago

Hi ababak!

Yup, it seems I was missing some additional operations in the code. I've updated it, and now should be working! Note that in chain mode it will not be continuous.

It is now fixed in 861be47f2357d9792a469a21f1d5e11b4bb26802

ababak commented 8 years ago

Great, thanks!