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

[Nodes] Add a new 'enabled' property to node's attributes #1007

Merged
merged 8 commits into from
Jul 29, 2020

Commits on Jul 24, 2020

  1. [core] add enabled property on attributes

    The new property "enabled" allows to define a lambda to dynamically enable/disable parameters.
    Disabled parameters are not used in the uid, not exported to the command line and not visible in the interface.
    julien-hdev committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    2d953d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    524a4ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5407fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1756ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e20286 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1af558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e6c137 View commit details
    Browse the repository at this point in the history
  7. [nodes] CameraInit: no more params invalidation

    Params are only used on drag&drop and do not invalidate the node
    computation.
    Only Viewpoints and Intrinsics are now used in the invalidation.
    fabiencastan committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    7b1a2aa View commit details
    Browse the repository at this point in the history