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

Nuke node #42

Closed
wants to merge 47 commits into from
Closed

Nuke node #42

wants to merge 47 commits into from

Commits on Oct 15, 2013

  1. Move NukeCtlUtils.{h,cpp} and NukeCtlTransform.{h,cpp} from their for…

    …mer home in a local repository.
    JGoldstone committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    a6725d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c99c9bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32ee13a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2013

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

Commits on Oct 19, 2013

  1. BaseExc&, not exception&, b/c of multi inheritance problem; use filen…

    …ameFromPathname when looking for top-level module.
    JGoldstone committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    cdfaaca View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2013

  1. Configuration menu
    Copy the full SHA
    3dc42b1 View commit details
    Browse the repository at this point in the history
  2. Indentation cleanup.

    JGoldstone committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    46ca3bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7012b46 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2013

  1. removes nuke_ctl

    - removes nuke_ctl in preparation for CTL 1.5 release.  nuke_ctl will be released in a future version CTL.
    aforsythe committed Oct 22, 2013
    Configuration menu
    Copy the full SHA
    afcff97 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2013

  1. Configuration menu
    Copy the full SHA
    837eb5e View commit details
    Browse the repository at this point in the history
  2. Rework NukeCtl::Transform and ChanArgMap interface and implementation…

    … the better to match Nuke's calling patterns.
    JGoldstone committed Oct 26, 2013
    Configuration menu
    Copy the full SHA
    11ad369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf3eef3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fcf850 View commit details
    Browse the repository at this point in the history
  5. Add ChanArgMapFriend; rework TransformFriend to store a copy of a Tra…

    …nsform so we can call non-static methods on it.
    JGoldstone committed Oct 26, 2013
    Configuration menu
    Copy the full SHA
    ebf0e14 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2013

  1. Configuration menu
    Copy the full SHA
    0be7d61 View commit details
    Browse the repository at this point in the history
  2. Don’t bother passing a row or a range of indices on that row when loa…

    …ding arg map — it’s hardwired (for now).
    JGoldstone committed Dec 3, 2013
    Configuration menu
    Copy the full SHA
    a0713df View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2013

  1. Explicit (not abbreviated) argument names in interface and implementa…

    …tion of NukeCtlTransform.
    JGoldstone committed Dec 4, 2013
    Configuration menu
    Copy the full SHA
    2acf4dd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2013

  1. Move function call finding and arg map setup to execute() since funct…

    …ion calls are not thread-safe; remove pre-rewrite code fragments.
    JGoldstone committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    c076fa7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2013

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

Commits on Feb 6, 2014

  1. Add clang pragmas to silence warnings from DDImage and CTL about usin…

    …g the ‘register’ keyword.
    JGoldstone committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    68d2534 View commit details
    Browse the repository at this point in the history
  2. Cleanup exception handling; add clang pragmas to silence warnings abo…

    …ut deprecated ‘register’ keyword.
    JGoldstone committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    538e440 View commit details
    Browse the repository at this point in the history
  3. Refactor transform setup and call it in knobs() if makeKnobs() is tru…

    …e; member variable name cleanup; add clang pragmas to silence warnings about deprecated ‘register’ keyword.
    JGoldstone committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    4fb4e41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7689f9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    950a950 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2014

  1. More module path cleanup.

    JGoldstone committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    8fac37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b8844b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c38c2c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcc28c5 View commit details
    Browse the repository at this point in the history
  5. Unknown Xcode changes.

    JGoldstone committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    b95399f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2014

  1. Channel argument maps that map to and from function arg pointers rath…

    …er than to the data pointed at by those pointers.
    JGoldstone committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    eb56e9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b723d90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeae6d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. Remove copy actor and assignment operator definitions, and declare th…

    …em as private to stop compiler from winging it.
    JGoldstone committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    dd19200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88bed23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f2d5ed View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Fix buffer overrun (by one byte) in NukeCtlChanArgMap's input and out…

    …put copy member functions.
    JGoldstone committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    d0f4feb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2014

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

Commits on Jun 10, 2014

  1. Update or insert AMPAS copyright boilerplate. Remove references to Nu…

    …keInputParameters.* and NukeTransform.*.
    JGoldstone committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    abe9f6f View commit details
    Browse the repository at this point in the history
  2. Unknown Xcode changes.

    JGoldstone committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    0f8f879 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'nukeNode'.

    JGoldstone committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    19ee84c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. Remove class ChanArgMapFriend class; remove NukeTransform.{h,cpp} and…

    … NukeInputParameters.{h,cpp}.
    JGoldstone committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    e5fd792 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'nukeNode'

    JGoldstone committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    2f25ac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa6871f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

  1. Until we can figure out how to reliably run the ctlrender unit test f…

    …rom brew, don't use it.
    JGoldstone committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    4cd3589 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Revise cmake incantations, adding back FindNuke.cmake and CMakeLists.…

    …txt (updating the latter for current Nuke plugin default search paths).
    JGoldstone committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    ff6a437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f35a78 View commit details
    Browse the repository at this point in the history
  3. Add back the ctlrender unit test though it probably doesn't work, so …

    …someone else can fix this.
    JGoldstone committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    b90c4ec View commit details
    Browse the repository at this point in the history