Skip to content
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

AY-7307_Harmony: Look for composition node and connect automatically if not Use selection #22

Closed
ynbot opened this issue Jan 8, 2025 · 2 comments
Assignees
Labels
sponsored This is directly sponsored by a client or community member type: enhancement Improvement of existing functionality or minor addition

Comments

@ynbot
Copy link
Contributor

ynbot commented Jan 8, 2025

Please describe the enhancement you have in mind and explain what the current shortcomings are?

Creators should try to look for composition node and auto connect newly created write node if Use selection is unticked (or maybe even if it is ticked but there is only single Composition node).

Advanced license doesn't have access to Node view, so composition node couldnt be selected >> write node is unconnected >> empty black frames are created.

This applies both for Creators and Loaders

How would you imagine the implementation of the enhancemenent?

No response

Describe alternatives you've considered:

No response

Additional context:

link to discussion on Discord
(might be a private channel)

This issue was automatically created from Clickup ticket AY-7307

@ynbot ynbot added sponsored This is directly sponsored by a client or community member type: enhancement Improvement of existing functionality or minor addition labels Jan 8, 2025
@marvill85
Copy link

How would you imagine the implementation of the enhancemenent?

First idea:

  1. preset in addon, allowing automatically connect to composition output on / off (off by default)
  2. preset in addon, named "regular expression for automatic connection" - a regex string to search for nodes to connect to, definable by user, set by default on something general, i.e. ^Composite\w*$
    Implementation
    during the "Create" action, it should iterate through composition nodes and if there is composition node matching the pattern, it will connect it with the new output node and stop looking further.
    To be considered: having the regex also in user dialog during creation, for easy modification.

@kalisp
Copy link
Member

kalisp commented Jan 13, 2025

Resolved by #23

Artis currently cannot override regex pattern for Composite name as Harmony it is still using old Pyblish.
It could be added when move to new Publisher will be finished.

@kalisp kalisp closed this as completed Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sponsored This is directly sponsored by a client or community member type: enhancement Improvement of existing functionality or minor addition
Projects
None yet
Development

No branches or pull requests

3 participants