Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pymel implicit conversion into explicitly retrieve name in pymaya #468

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yamahigashi
Copy link
Contributor

Description of Changes

  • Updated code to explicitly retrieve node names in pymaya.
  • PyMaya does not provide implicit name conversion, so the naming logic must be explicitly handled in pymaya.

Testing Done

Applied changes in a local Maya environment and verified that nodes are named correctly without errors.

@miquelcampos
Copy link
Member

@yamahigashi
I did some research about returning implicit names in pymaya.node._Node class
but didn't fully commit the change. The code is commented out
image

I want to test a little more before merge this PR.
Do you want to try it?

@miquelcampos miquelcampos self-assigned this Feb 20, 2025
@yamahigashi
Copy link
Contributor Author

@miquelcampos ok, I will give it a try ;)

@miquelcampos
Copy link
Member

@yamahigashi
I have done some testing, and changed the implementation to return longName like pymel does.
I will push this change in the next beta and lets try again before decide to merge this PR 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: WIP
Development

Successfully merging this pull request may close these issues.

2 participants