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

[QUAD] Houdini: Ability to properly duplicate ROP #6350

Conversation

BenSouchet
Copy link

Changelog Description

Paragraphs contain detailed information on the changes made to the product or service, providing an in-depth description of the updates and enhancements. They can be used to explain the reasoning behind the changes, or to highlight the importance of the new features. Paragraphs can often include links to further information or support documentation.

Additional info

Paragraphs of text giving context of additional technical information or code examples.

Testing notes:

  1. start with this step
  2. follow this step

if creator_identifier_parm:
# creator instance
creator_id = creator_identifier_parm.eval()
instance_id = instance_id_parm.eval()
# Regenerating instance in case of identical values between nodes
if instance_id in instance_id_list or node.path() != node.parm("instance_node").eval():
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 (107 > 79 characters)

if creator_identifier_parm:
# creator instance
creator_id = creator_identifier_parm.eval()
instance_id = instance_id_parm.eval()
# Regenerating instance in case of identical values between nodes
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 (85 > 79 characters)

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

BigRoy commented Sep 11, 2024

The instance ids in ayon-houdini are now the node path - which are unique by design within a houdini scene. As such, this problem is solved in AYON already.

@BigRoy BigRoy closed this Sep 11, 2024
@ynbot ynbot added this to the next-patch milestone Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Houdini size/XS Denotes a PR changes 0-99 lines, ignoring general files type: enhancement Enhancements to existing functionality
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants