Notifications
Clear all

[Closed] Copy and paste Track view Object Data?

Anyone know a script line that does the same thing as copying a selected object’s object properties in the track view. And also one for pasting object properties in the track view. I’ve been having to do this a lot lately and it would be great if i could write a small macro script that i could just use from a quad menu instead of goin to the track view. Screen shot is attached. Thanks for any help
Cheers,
David

3 Replies

Hello mandel,

Things are done a little differently in MXS. no copy and paste but you can copy or instance a controller a controller by:


b1=box()
slidertime=100
with animate on move b1 [100,0,0]
b2=cylinder()
c1=b1.pos.controller
b2.pos.controller=copy c1

Hope this helps!

J.

just check the last soulburnscripts the object replacer is waht you exactly are loooking for just been release a today i think ;).

http://neilblevins.com/soulburnscripts/soulburnscripts.htm

thanks to neil blevins for this great script

Cool, Thanks guys.