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

Houdini: Remove broken unique name counter #2450

Merged
merged 1 commit into from
Jan 10, 2022

Conversation

BigRoy
Copy link
Collaborator

@BigRoy BigRoy commented Dec 28, 2021

Brief description

This removes the unique name counter in some Houdini loaders and resolves #2449.

However, it requires a change in avalon.houdini.pipeline as well.

In particular this line should be changed to:

    container.setName(container_name, unique_name=True)

With this change the children_as_string method can also be removed from avalon.houdini.lib since it's only used throughout the code base for these two loaders.

@BigRoy
Copy link
Collaborator Author

BigRoy commented Dec 28, 2021

This is related to this PR for Avalon Core: ynput/avalon-core#404

@mkolar mkolar added type: enhancement Enhancements to existing functionality host: Maya and removed host: Maya labels Jan 10, 2022
@mkolar mkolar changed the title Fix #2449 - Remove unique name counter Houdini: Remove broken unique name counter Jan 10, 2022
@mkolar mkolar merged commit 07ec218 into ynput:develop Jan 10, 2022
@BigRoy BigRoy deleted the hou_simplify_unique_load_name branch March 20, 2024 15:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Houdini: Unique name counters in the Loaders don't work
2 participants