-
Notifications
You must be signed in to change notification settings - Fork 0
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: Update ayon_lop_import 1.0 (Expanded HDA) #9
Houdini: Update ayon_lop_import 1.0 (Expanded HDA) #9
Conversation
Also, let me add my concern about the parameter project_name = "some project name"
folder_path = "some folder path"
representation_name = "pointcache"
folder_entity = ayon_api.get_folder_by_path(project_name,
folder_path,
fields={"id"})
products = ayon_api.get_products(
project_name,
folder_ids=[folder_entity["id"]],
product_types=[representation_name]
) |
server_addon/houdini/client/ayon_houdini/startup/otls/ayon_lop_import.hda/INDEX__SECTION
Outdated
Show resolved
Hide resolved
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.
Good stuff - some comments in the review.
...t/ayon_houdini/startup/otls/ayon_lop_import.hda/ayon_8_8Lop_1lop__import_8_81.0/DialogScript
Outdated
Show resolved
Hide resolved
Just for reference. |
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.
Thanks - still some work to be done, but perfect prototype and other fixes can be implemented upstream.
5529beb
into
BigRoy:enhancement/houdini_load_asset_lop
…hing Houdini: Cleanup after publishing
Changelog Description
update ayon_lop_import 1.1: Allow users to select folder path and products using some actions