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

Add 'constant' data value input nodes #3899

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    6db26ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44fd5f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    3502d90 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Rename nodes_constant_values,.py to nodes_constant_values.py

    Typos in original branch
    teward authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    691caa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b2020b View commit details
    Browse the repository at this point in the history
  3. Add dynamicInputs = FALSE nodes

    The comments on the original PR suggested it'd be nice to have nodes with dynamicInputs set to False for both of the String nodes.  As such, I've created a dedicated node, and set the other string constants to dynamicInputs = True.
    teward authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6bfe8ba View commit details
    Browse the repository at this point in the history