aboutsummarylogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-11-01Rewrite PKGBUILD based on blender-gitXavier Cho
2023-05-09Fix Embree patch and compatibility with Python 3.11Xavier Cho
* Replaced ninja with makepkg-cg. * Compatibility with Python 3.11 and GCC 12. * Support for MaterialX and Intel OpenCL FPGA kernels. (Most of those are from stativ's blender-git AUR package: https://aur.archlinux.org/packages/blender-git)
2022-03-13Remove opexr3.patch as it's no longer neededXavier Cho
2021-05-03Update PKGBUILD based on blender-develop-git packageXavier Cho
Fix the problem with openexr 3. (Thanks again bartus!)
2021-02-24Prevent potential memory problem with CUDAXavier Cho
Adopted from blender-develop-git AUR package. Thanks bartus!
2020-08-01Fix build failure due to CUDA 11 updateXavier Cho
CUDA 11 doesn't support sm_30 architecture anymore, so we should drop it with a patch, until Blender/UPBGE moves forward.
2020-06-28Update PKGBUILD to make it compatible with master branchXavier Cho
2018-11-02Initial commitAlden Peeters