Search Criteria
Package Details: blendercam-git r644.fd61ffe-2
Git Clone URL: | https://aur.archlinux.org/blendercam-git.git (read-only, click to copy) |
---|---|
Package Base: | blendercam-git |
Description: | An open source solution for artistic CAM |
Upstream URL: | http://blendercam.blogspot.com/ |
Keywords: | blender CAM |
Licenses: | |
Submitter: | ad1217 |
Maintainer: | ad1217 |
Last Packager: | ad1217 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-07-01 22:17 |
Last Updated: | 2021-02-08 19:35 |
Dependencies (4)
- blender (blender-2.80-git, blender-2.81-git, blender-2.90-git, blender-2.92-git, blender-2.91-git, blender-wayland-git, upbge-git, blender-develop-git, blender-git, blender-2.83-git)
- python (python-dbg)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-shapely
Latest Comments
ByteHamster commented on 2021-02-01 13:47
The script places the files in
/usr/share/blender/2.91.0
but the official blender package installs to/usr/share/blender/2.91
, so it does not work.bartus commented on 2017-03-12 15:14
Boost blender version to 2.78
Or better, instead of hard coded version string, use dynamically generated one.
$(blender -v | head -n1 | cut -f2 -d ' ')