Community
3ds Max Forum
Welcome to Autodesk’s 3ds Max Forums. Share your knowledge, ask questions, and explore popular 3ds Max topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Change parameter for multiple objects at the same time

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
ldotchopz7FPNL
103 Views, 3 Replies

Change parameter for multiple objects at the same time

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

Labels (1)
3 REPLIES 3
Message 2 of 4
Diffus3d
in reply to: ldotchopz7FPNL

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, 

Message 3 of 4
ldotchopz7FPNL
in reply to: Diffus3d

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!

Message 4 of 4
Diffus3d
in reply to: ldotchopz7FPNL

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

 

Best Regards,

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report