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

3Delight multipart render support #5844

Closed
wants to merge 17 commits into from

Commits on Apr 15, 2024

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

Commits on Apr 18, 2024

  1. Drop support for OpenEXR 2

    johnhaddon committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6e9b47a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    81631b2 View commit details
    Browse the repository at this point in the history
  2. Prefer std::variant to boost::variant

    This removes all usage of `boost::variant`, except for one in SetAlgo, where the interaction with `boost::reference_wrapper` makes removal trickier.
    johnhaddon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    846ff84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b8edc7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge pull request GafferHQ#5818 from johnhaddon/preferStdOptional

    Prefer `std::optional` to `boost::optional`
    johnhaddon authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f4cfcc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GafferHQ#5815 from johnhaddon/preferStdVariant

    Prefer `std::variant` to `boost::variant`
    johnhaddon authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dbc990c View commit details
    Browse the repository at this point in the history
  3. Update CropWindowToolUI.py

    fix typo
    tobkum authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ce16635 View commit details
    Browse the repository at this point in the history
  4. Merge pull request GafferHQ#5819 from tobkum/patch-1

    Update CropWindowToolUI.py
    johnhaddon authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9d03c28 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    8aa305d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c213d View commit details
    Browse the repository at this point in the history
  3. Merge pull request GafferHQ#5800 from johnhaddon/ditchEXR2

    Drop support for OpenEXR/Imath 2
    murraystevenson authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9d88d22 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 2, 2024

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

Commits on May 5, 2024

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