Community
Maya Animation and Rigging
Welcome to Autodesk’s Maya Forums. Share your knowledge, ask questions, and explore popular Maya animation topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Animation Layer issues with adding multiple objects

4 REPLIES 4
Reply
Message 1 of 5
proofofchaos.animation
905 Views, 4 Replies

Animation Layer issues with adding multiple objects

I have been having issues for a little while now. When I would try to create animation in the new layer the keys seemed to be created on the base layer.
After a bit of investigating it seems there is an issue with adding everything that is selected to the new animlayer. I select all the controls for my rig and try to a new anim layer or "create layer from selected". Both options do not allow me to add all I have selected. It will allow me to manually add every single control separately but be very inconsistent when I grab multiple controls.

Sometimes this is an issue sometimes its not..

 

Some help would be very much appreciated.

 

E

Labels (3)
4 REPLIES 4
Message 2 of 5

I have a similar issue with maya2022

Message 3 of 5

Hello,

Would you be able to provide simple repro steps that clearly show the issue you are having? 

Thanks, Kelly



Kelly Hynes
Manager, Software QA Engineering
Installation & Licensing forums | Contact product support | Autodesk AREA


Message 4 of 5
mthanish
in reply to: kaehwai

I have the same issue with maya 22

Message 5 of 5

I also got the same issue, that I can not add multiple objects to an animation layer with Maya 2023.

 

As it is still possible to add controls one by one, I wrote this simple workaround script:

 

# get current selection and put it into list

AllObjects = cmds.ls(sl=True)

cmds.select(clear=True)

 

# adds every single object to "AnimLayer1"

for x in AllObjects:

cmds.select(x)

cmds.animLayer("AnimLayer1", edit= True, aso=True)

 

 

 

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

Post to forums  

Autodesk Design & Make Report