PDA

View Full Version : Duplicate along a curve Tool



atomic
04-01-2008, 01:31 PM
I noticed maya didn't provided a tool to duplicate objects along a curve, so i created one myself.
this is my first tool so it if you have requests about the tool, feel free to let me know.

to install the tool add the following lines to you Usersetup.mel file if you don't have that file then just create it in: ../myDocuments/Maya/your version/scripts (your version represents the version of your maya, for me it is 8.5)

these are the lines to add in the file:

source Duplicate;
Initialize;


and ofcourse put the file (Duplicate.mel) in your scripts folder
(../myDocuments/Maya/scripts).

Please leave a comment about what you think about the little tool. ;)

the downloadlink is below:

AtomicTool (http://rapidshare.com/files/104141074/Duplicate.mel)

4.8.15.16.23.42
07-01-2008, 02:42 AM
thanx it looks like what i've been looking for,,,,,, but does it xork the same on Maya 2008.

Alex_TNT
02-01-2009, 03:50 PM
cool seems to work with maya 2009, but please update the tool with more options :)

benbasurama
02-05-2009, 06:13 PM
Thanks for the tool! It works great althought it would be cool to be able to set the distance betweeb duplicated objects. Good job anyway! Very useful