That error indicates you were still on the main branch?
Indeed, I wrongly configured my PKGBUILD, expecting it to checkout that branch. When manually checking out the branch, it builds as…
This is enough to build for linux/arm64
That's super cool, I didn't know cross-compiling with Go was that easy!
I tried the build without the web app, but I got the same error as in…
I think there might be an error in some makefile somewhere:
git.blender.org/flamenco/cmd/addon-packer
# git.blender.org/flamenco/cmd/addon-packer
flag provided but not defined: -Wl,-O1,--so…
Ok, I just finished trying with Ubuntu, it ends the same way :/
This was with Ubuntu 22.04 and Go go version go1.18.1 linux/arm64
.
Sure thing.
If you already have Docker set up on your system, it's as easy as running docker run --privileged --rm tonistiigi/binfmt --install all
. ([Source](https://github.com/tonistiigi/binf…
I had to retest since I didn't note these things.
I tested on two different systems. One x86_64
CPU, but with QEMU User Mode emulation in Docker and one actual aarch64
system (Raspberry Pi…
Alright, I think I'm pretty much done with the implementation of denoising.
There is an issue I ran into though. When combining the Denoising Albedos and Normals, the results are glitchy. …
Oh, and looks like the merging doesn't work as expected for some tile sizes (interestingly enough, only the nice ones that fit the image exactly like 50%, 10%, etc.).
- I guess I'll have…
Alright, I finally got the memory usage under control. I still have a few things to do tho.
- Split the logic for the tiling into a function so that I can use it again for denoising
-…