Rick van Schijndel
117ee3af2a
blender: mark broken on all darwins
2022-05-30 13:42:58 +02:00
Rick van Schijndel
53d8d81656
blender: mark broken on x86_64-darwin
2022-05-29 10:56:03 +02:00
Frederik Rietdijk
1d63f89caa
cudaPackages: overhaul of how we package cuda packages
...
There are many different versions of the `cudatoolkit` and related
cuda packages, and it can be tricky to ensure they remain compatible.
- `cudaPackages` is now a package set with `cudatoolkit`, `cudnn`, `cutensor`, `nccl`, as well as `cudatoolkit` split into smaller packages ("redist");
- expressions should now use `cudaPackages` as parameter instead of the individual cuda packages;
- `makeScope` is now used, so it is possible to use `.overrideScope'` to set e.g. a different `cudnn` version;
- `release-cuda.nix` is introduced to easily evaluate cuda packages using hydra.
2022-04-09 08:50:22 +02:00
pennae
e2f381b2f1
blender: 2.93.5 -> 3.1.0 ( #164987 )
...
blender 3.1 now requires python 3.10 and zstd to build. also pin
cudatoolkit to 11 and optix to 7.3 as requested by the blender build
instructions for 3.1
2022-03-20 16:30:54 -04:00
lucasew
56b407d573
blender-with-packages: add wrapper to load python packages with blender
...
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-01-13 11:07:25 -03:00
Maximilian Bosch
0609c19992
Merge pull request #141273 from pennae/blender-update
...
blender: 2.93.2 -> 2.93.5
2021-10-22 19:16:06 +02:00
pennae
b0dc5823fa
blender: 2.93.2 -> 2.93.5
2021-10-11 18:27:48 +02:00
happysalada
731d67683c
blender: darwin app dir fixes
2021-10-02 13:38:46 +09:00
happysalada
e4baf44922
blender: darwin add Applications and bin symlinks
2021-09-21 23:38:19 +09:00
Ilan Joselevich
94551d296e
blender: 2.93.1 -> 2.93.2
2021-08-13 21:13:03 +03:00
Dmitry Kalinkin
520c2971d1
blender: 2.93.0 -> 2.93.1
2021-07-11 10:18:46 -04:00
Daniel Nagy
d847851a37
blender: add libharu as dependency
...
This allows to export Grease Pencil drawings as pdfs. For more
information, see:
https://wiki.blender.org/wiki/Reference/Release_Notes/2.93/Grease_Pencil
https://developer.blender.org/rBa8a92cd15a52
2021-06-08 18:34:23 +02:00
Dmitry Kalinkin
dca87350f4
blender: fix darwin build
2021-06-03 01:48:22 -04:00
Jonas Carpay
ff60dfcc7f
blender: 2.92.0 -> 2.93.0
2021-06-03 10:42:25 +09:00
Jonathan Ringer
9efeb1ee83
blender: fix llvm build
2021-05-08 18:13:45 -07:00
Julien Moutinho
a1bc838a5e
blender: install with python3Packages.requests, fixes #97250 ( #118987 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-12 04:12:40 +02:00
Gabriel Ebner
64678850c9
blender: make darwin patch apply again
2021-04-03 15:16:43 +02:00
Gabriel Ebner
eae0b8fbfb
blender: 2.91.0 -> 2.92.0
2021-04-03 11:57:13 +02:00
Gabriel Ebner
ab336074fd
blender: enable spacenav support
2021-04-02 23:05:50 +02:00
illustris
8fe3b43891
blender: fix build error
2021-03-22 22:56:17 -04:00
sohalt
e7933ddd87
blender: support for libspnav
2021-02-18 15:08:20 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
github-actions[bot]
e251591528
Merge master into staging-next
2021-01-09 01:00:25 +00:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
NomisIV
952df7049b
Update pkgs/applications/misc/blender/default.nix
...
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2020-12-30 18:01:16 +01:00
NomisIV
7eff6be40c
blender: updated license, because of OptiX
2020-12-15 19:25:32 +01:00
NomisIV
49ce410158
blender: merged option optixSupport with cudaSupport
2020-12-15 19:10:38 +01:00
NomisIV
8b41a83a35
blender: add option for OptiX
2020-12-14 09:41:47 +01:00
Dmitry Kalinkin
492f3b80ab
blender: fix on darwin
2020-11-26 14:51:18 -05:00
Dmitry Kalinkin
d9d8c8a7fc
blender: use ffmpeg instead of ffmpeg_3
...
build_files/cmake/Modules/FindFFmpeg.cmake currently searches for
libavcodec/ac3_parser.h which is not present in ffmpeg_3 (at least on
darwin).
2020-11-26 14:49:54 -05:00
tilpner
57da6df40f
blender: 2.90.1 -> 2.91.0
2020-11-25 21:47:35 +01:00
Andrew Valencik
075014385e
blender: 2.90.0 -> 2.90.1
2020-09-27 22:40:55 -04:00
Gabriel Ebner
6b74f99abd
blender: 2.83.5 -> 2.90.0
2020-09-18 15:19:57 +02:00
R. RyanTM
1c5d2884b1
blender: 2.83.4 -> 2.83.5 ( #96214 )
2020-08-24 22:10:50 -04:00
R. RyanTM
87911328d4
blender: 2.83.3 -> 2.83.4
2020-08-13 02:14:18 +00:00
R. RyanTM
5891c750ed
blender: 2.83.1 -> 2.83.3
2020-07-31 16:07:37 +00:00
Dmitry Kalinkin
5760e275f4
blender: don't require python3.7m on darwin
...
python is currently pointing to the python38, so this patches the
required version to match python version that is provided to the
expression. The m prefix denotes the pymalloc ABI for python 3.7 and
older, but is not provided starting python 3.8.
2020-06-30 22:27:08 -04:00
R. RyanTM
8ca6d3801a
blender: 2.83.0 -> 2.83.1
2020-06-30 23:39:50 +00:00
Frederik Rietdijk
1523382160
Merge master into staging-next
2020-06-13 11:02:21 +02:00
Frederik Rietdijk
98f95ef9c4
blender: fix build with python 3.8
...
Since Python 3.8 an `m` is no longer added when pymalloc is used.
https://bugs.python.org/issue36707
2020-06-12 22:00:09 +02:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Dmitry Kalinkin
3d6ea5fd08
blender: add veprbl to maintainers
2020-06-09 11:56:50 -04:00
R. RyanTM
e49189078f
blender: 2.82a -> 2.83.0
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-06-09 11:55:48 -04:00
LeshaInc
3c54b996ca
blender: build with OpenImageDenoise support
2020-03-18 12:58:12 +02:00
R. RyanTM
4d8cac34f7
blender: 2.82 -> 2.82a ( #82450 )
2020-03-13 20:12:28 -04:00
Murray Campbell
fd614a72e9
blender: use PYTHONPATH ( #82341 )
...
See [blender patch](https://developer.blender.org/D6598 )
2020-03-12 14:41:25 -04:00
Dmitry Kalinkin
27578856bf
blender: fix enableNumpy option, enable it unconditionally
...
Workarounds https://developer.blender.org/T74304
Audaspace requires numpy, we already have to provide numpy
unconditionally via PYTHON_NUMPY_PATH.
2020-02-29 14:19:11 -05:00
Gabriel Ebner
128c99978d
blender: enable alembic
2020-02-23 12:10:53 +01:00
Dmitry Kalinkin
ac560382c5
blender: fix build on darwin
...
We don't compile blender with alembic. The linux build is able to detect
that, but this is not done for darwin. This explicitly disables alembic
to fix blender build on darwin.
2020-02-15 06:39:27 -05:00
R. RyanTM
8a2c2e48b4
blender: 2.81a -> 2.82
2020-02-15 01:46:17 +00:00