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

Blender darwin #307833

Merged
merged 9 commits into from
May 13, 2024
Merged

Blender darwin #307833

merged 9 commits into from
May 13, 2024

Commits on May 2, 2024

  1. sse2neon: init at 1.7.0

    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    gador committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8991c1c View commit details
    Browse the repository at this point in the history
  2. openpgl: add darwin build

    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    gador committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f5b77f1 View commit details
    Browse the repository at this point in the history
  3. openpgl: remove superfluous use of pname

    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    gador committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e895d0e View commit details
    Browse the repository at this point in the history
  4. openimagedenoise: fix darwin build

    Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    gador and afh committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2a6e74c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. materialx: init at 1.38.10

    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
    gador and afh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3aaebbe View commit details
    Browse the repository at this point in the history
  2. openvdb: also build nanovdb

    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    gador committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cc7c7fa View commit details
    Browse the repository at this point in the history
  3. python311Packages.openusd: also build with materialx support

    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    gador committed May 7, 2024
    Configuration menu
    Copy the full SHA
    eb5f1e6 View commit details
    Browse the repository at this point in the history
  4. blender: un-break darwin

    currently builds on aarch64-darwin, but not on x86_64-darwin.
    
    Blender (specifically the ghost window library) depends on "metal" on
    apple devices.
    (For details see source/intern/ghost/intern/GHOST_System.cc line 416ff)
    
    It cannot build without it. Metal support should be
    introduced by apple sdk 11_1 (?) onward. Once this has been updated in
    nixpkgs, this derivation can be revised.
    
    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
    gador and afh committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b9ca769 View commit details
    Browse the repository at this point in the history
  5. blender: add materialx

    Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
    gador committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4428608 View commit details
    Browse the repository at this point in the history