This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 128
Bug: Representations right click error - 3.15.6-nightly.1 next-minor #4949
Labels
Comments
I ran into the same thing, got it working with small changes to ...
if not fields:
return None
representation_attributes = con.get_attributes_for_type("representation")
output = set()
# my hack starts
fields = set(fields)
iterfields = fields.copy()
for field in iterfields: # replaced the line 'for field in fields:'
# my hack ends
if field in ("type", "schema"):
continue
if field in REPRESENTATION_FIELDS_MAPPING_V3_V4:
output |= REPRESENTATION_FIELDS_MAPPING_V3_V4[field]
... |
Just out of curiosity. Where is that file? I can't seem to find it in the repository source code. |
it is in |
I've created a pull request which incorporates this fix (#4959) |
Fixed in ayon :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there an existing issue for this?
Current Behavior:
Right click on subset produces an error.
Expected Behavior:
Produce a list of available representations.
Version
3.15.6-nightly.1
What platform you are running OpenPype on?
Windows
Steps To Reproduce:
Created new project on Ayon Server
In Editor Tab
Launch Maya via Launcher
New Maya scene
Are there any labels you wish to add?
Relevant log output:
Additional context:
Windows
3.15.6-nightly.1
Banch: release/next-minor
Maya 2023.2
[cuID:OP-5881]
The text was updated successfully, but these errors were encountered: