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

Houdini: New publisher code tweak #4374

Merged
merged 3 commits into from
Jan 27, 2023

Conversation

BigRoy
Copy link
Collaborator

@BigRoy BigRoy commented Jan 25, 2023

Brief description

This is cosmetics only - the previous code to me felt quite unreadable due to the lengthy strings being used.

Description

Code should do roughly the same, but just be reformatted.

Testing notes:

  1. Houdini publisher should still work as expected.

@antirotor antirotor added host: Houdini type: enhancement Enhancements to existing functionality labels Jan 27, 2023
@antirotor antirotor merged commit 4ccffb9 into ynput:develop Jan 27, 2023
@github-actions github-actions bot added this to the next-patch milestone Jan 27, 2023
creator_id = i.parm("creator_identifier").eval()
if creator_id not in shared_data["houdini_cached_subsets"]:
shared_data["houdini_cached_subsets"][creator_id] = [i]
if shared_data.get("houdini_cached_subsets") is not None:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@antirotor Sorry, sorry, sorry, sorry! There was a TYPO in this PR!!!

This should have been is None:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Houdini type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants