Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Change parameter for multiple objects at the same time

Change parameter for multiple objects at the same time

ldotchopz7FPNL
Advocate Advocate
363 Views
3 Replies
Message 1 of 4

Change parameter for multiple objects at the same time

ldotchopz7FPNL
Advocate
Advocate

I have an alembic imported which is made of hundreds of unique objects, I want to change the playback type for all of them at the same time, rather than 1 by 1. I know this can be done with instances but i don't know how to do it with unique objects. 

 

ldotchopz7FPNL_1-1720690877192.png

 

Any ideas? 

 

Thanks

0 Likes
Accepted solutions (1)
364 Views
3 Replies
Replies (3)
Message 2 of 4

Diffus3d
Advisor
Advisor
Accepted solution

You could select all those alembic objects and run this in the maxscript listener.  

for obj in $* do
   (
$.playbackType = 3
$.playbackTypeGen = 1
$.generationId = 1
   )

Best Regards, 

0 Likes
Message 3 of 4

ldotchopz7FPNL
Advocate
Advocate

That worked really well thank you! Do you happen to know a script to copy the Playback Graph keyframe data from another object as an instance across all selected objects? instead of selecting them 1 by 1?

 

Thanks!

0 Likes
Message 4 of 4

Diffus3d
Advisor
Advisor

Sorry, I don't know how to do that.  You might have luck in the programming subforum for that one.  

 

Best Regards,

0 Likes