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 improvements #11

Closed
wants to merge 8 commits into from
Closed

Blender improvements #11

wants to merge 8 commits into from

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    3bb8a6d View commit details
    Browse the repository at this point in the history
  2. blender: Added blender-addons repo

    Fixes patching issue. Blender-addons-contrib is not included, as decided upstream.
    the-furry-hubofeverything authored and SomeoneSerge committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8af28b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ac9dd View commit details
    Browse the repository at this point in the history
  4. blender: implement multi version packages

    moved Derivation to derivation.nix, added passthru for `python`
    
    roughly referenced pkgs/minecraft-servers/default.nix
    
    blender_3_3: init 3.3.12
    blender_3_6: init 3.6.5
    
    blender-with-packages: moved to alias
    
    for `withPackages`, use `blenderVersions.blender_3_x.withPackages`
    the-furry-hubofeverything authored and SomeoneSerge committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    f69fec7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    558d942 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09e723e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cd7fcb View commit details
    Browse the repository at this point in the history
  8. blender: allow functional declaration within withPackages

    bpycv: update passthru.tests.render
    
    blender-with-packages: remove
    
    The new implementation breaks the currently used syntax.
    the-furry-hubofeverything authored and SomeoneSerge committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a7d5e25 View commit details
    Browse the repository at this point in the history