-
Notifications
You must be signed in to change notification settings - Fork 41
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
Houdini: Alembic Load do not create unpack
, normal
and null
#274
Houdini: Alembic Load do not create unpack
, normal
and null
#274
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works on my side.
I wonder if we should add output node or null node at the end.
I think it can save sometime for artists.
I wouldn't do that. We want to provide the minimal. It being the only node inside of it - it's already the "output" and we're also not doing this for e.g. the Wonder what @fabiaserra thinks? |
Yeah I don't think it's necessary, although it would be good to add support to switch to the context where it gets loaded with the new node selected so it's clear to the artist that something was loaded |
Ah yes, I think that's a different beast to tackle since currently it loads into the avalon container which (at least for us) isn't a workspace one usually works in, but usually gets object merged. Anyway, definitely different issue. |
…ancement/houdini_load_alembic_no_unpack # Conflicts: # client/ayon_core/hosts/houdini/plugins/load/load_alembic.py
…github.com/BigRoy/ayon-core into enhancement/houdini_load_alembic_no_unpack
Changelog Description
On Alembic loading to SOPs do not automatically create
unpack
,normal
andnull
Additional info
Fixes #253 based on comments by @fabiaserra
Also removed the assignment to
self[:]
since it's unused.Testing notes: