Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

[QUAD] Enhancement: Ability to change the animation instance active state from the Loader Arguments (Placeholder Manager) #6348

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ccaillot
Copy link

No description provided.

Cyprien CAILLOT added 2 commits September 11, 2024 16:53
…om the Loader Arguments for Placeholder Manager
…om the Loader Arguments for Placeholder Manager

"""
subset_name = None
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

local variable 'subset_name' is assigned to but never used

if animation_instance:
active_value = options.get("active")
if active_value is not None:
cmds.setAttr("{}.active".format(animation_instance), active_value)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too long (82 > 79 characters)

@ynbot ynbot added host: Maya size/XS Denotes a PR changes 0-99 lines, ignoring general files type: enhancement Enhancements to existing functionality labels Sep 11, 2024
@BigRoy
Copy link
Collaborator

BigRoy commented Sep 11, 2024

Interesting - the implementation itself is a bit odd, but this feature does not exist in ayon-maya so could technically still be relevant.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Maya size/XS Denotes a PR changes 0-99 lines, ignoring general files type: enhancement Enhancements to existing functionality
Projects
Status: Pending Review
Development

Successfully merging this pull request may close these issues.

3 participants