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

Create correct Hdas from Subnetworks, keeping Parms, Outputs and Inputs. #160

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Nov 5, 2024

  1. init

    ynput committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0218afc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Update client/ayon_houdini/plugins/create/create_hda.py

    Co-authored-by: Roy Nieterau <[email protected]>
    Lypsolon and BigRoy authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f83ade5 View commit details
    Browse the repository at this point in the history
  2. updates to the output detection logic and preperation for the new inp…

    …ut detection logic
    ynput committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f408ff9 View commit details
    Browse the repository at this point in the history
  3. implemented indirectInputs methode and subnet_input_connector output …

    …check to determen the amount of inputs a given hda should have.
    ynput committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e65d0a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09f487e View commit details
    Browse the repository at this point in the history
  5. changed the logic to allways create a minimum of 1 input and output o…

    …n every hda
    ynput committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5cf8005 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. use .children not .allSubChildren to find the output nodes in the sel…

    …ected subnet, add docstrings for the input and parm template logic.
    ynput committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a958e11 View commit details
    Browse the repository at this point in the history