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

Implement #474 #504

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

Implement #474 #504

wants to merge 39 commits into from

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    919f1ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f55fc View commit details
    Browse the repository at this point in the history
  3. Implement lsattr

    davidlatwe committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    1ff01fa View commit details
    Browse the repository at this point in the history
  4. Implement node avalonId set/get and copies finder

    This change is prerequisite for implementing node knob update/override system in Nuke.
    davidlatwe committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    9df1197 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75e82c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c685d0 View commit details
    Browse the repository at this point in the history
  7. Implement node sync

    The key of node update/override system.
    davidlatwe committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    c84473b View commit details
    Browse the repository at this point in the history
  8. Fix Qt4 compat

    davidlatwe committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    98d3562 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    134b4cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd88c1a View commit details
    Browse the repository at this point in the history
  11. Vendorize knobby

    davidlatwe committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    05b5086 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f217fa4 View commit details
    Browse the repository at this point in the history
  13. Adopt knobby

    No need to check knob existence in `set_avalon_knob_data`, `knobby` will check it.
    
    Knob name prefix compatibility now handled in `get_avalon_knob_data`.
    davidlatwe committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    875f83f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    817133c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f11e595 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    90f3602 View commit details
    Browse the repository at this point in the history
  2. Adopt getavalon#501

    davidlatwe committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    78472b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a11ea7 View commit details
    Browse the repository at this point in the history
  4. Fix copies finder

    davidlatwe committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    e1a6468 View commit details
    Browse the repository at this point in the history
  5. Cosmetic, by Black

    davidlatwe committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    e564034 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Update nuke.vendor.knobby

    Update for Black
    davidlatwe committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    6125b2d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Update nuke.vendor.knobby

    Revert back unicode string support
    davidlatwe committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    0befc94 View commit details
    Browse the repository at this point in the history
  2. Update nuke.vendor.knobby

    Change to use __builtin__ module instead of it's alias
    davidlatwe committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    12a5722 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    b07df50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a19b066 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Update nuke.vendor.knobby

    davidlatwe committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    0aa0d65 View commit details
    Browse the repository at this point in the history
  2. Remove duplicated function call

    `_register_events` already been called in above `api.install`, no need to call again.
    davidlatwe committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    b0c7f55 View commit details
    Browse the repository at this point in the history
  3. Re-implement task label update

    Instead of re-build entire menu, just update the context manager menu item.
    davidlatwe committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    97f7754 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

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

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    7eb0536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1fd067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7819599 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Expose find_copies and sync_copies

    - tidy `__all__`
    tokejepsen authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    be839a6 View commit details
    Browse the repository at this point in the history
  2. find_copies enhancements

    - assert `source` argument.
    - ensure "source" node is not returned.
    tokejepsen authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    64d563c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Merge pull request #2 from tokejepsen/patch-5

    Expose find_copies and sync_copies
    davidlatwe authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    d8438ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from tokejepsen/patch-6

    find_copies enhancements
    davidlatwe authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    59c1ccc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7374745 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3129b24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6cd92b View commit details
    Browse the repository at this point in the history