• Joined on 2023-02-16
k8ie commented on issue studio/flamenco#104281 2024-01-25 20:01:38 +01:00
Dockerfile / published images

@JM-15 For what it's worth, I do have Flamenco (both worker and manager) containers at https://github.com/k8ieone/containers.

I didn't really intend for anyone else to use them, so they're not…

k8ie commented on issue blender/blender#115877 2023-12-07 14:46:06 +01:00
Composer's 'Translate' node shows random pixels when used in 3-component images

Hey @mano-wii,

I have tried with the official build as well. The result is still the same.

Operating system: Linux-6.6.4-zen1-1-zen-x86_64-with-glibc2.38 64 Bits, X11 UI
Graphics card:…
k8ie commented on pull request studio/flamenco#104194 2023-12-07 08:40:28 +01:00
WIP: Single-frame job compiler

@dr.sybren I have reported the issue upstream, we'll see what we learn 😉

k8ie opened issue blender/blender#115877 2023-12-07 08:39:26 +01:00
Compositor can't deal with combining denoising data
k8ie commented on pull request studio/flamenco#104194 2023-11-06 15:40:05 +01:00
WIP: Single-frame job compiler

I didn't file a bug report, I'll try doing that hopefully this week. Thanks for the pointer.

It would help to keep track of what still needs doing in the PR description.

Yup, that's what I…

k8ie commented on pull request studio/flamenco#104194 2023-11-06 13:32:57 +01:00
WIP: Single-frame job compiler

Hey, I haven't worked on this for a while.

Last time I checked, I still had this happening when tiling denoising…

k8ie commented on issue studio/flamenco#104187 2023-10-10 11:59:58 +02:00
The bpy.ops.flamenco.submit_job() API execution fails when submitting render task in the background

Hey, thanks for your response. In my case I'm using Shaman.

I thought about implementing my own API client to submit jobs, but since I don't know the ins and outs of Shaman, I thought it would…

k8ie commented on issue blender/blender#111820 2023-09-05 07:07:54 +02:00
Compilation of GHOST_XrGraphicsBinding.cc fails with "invalid conversion" error

Yup, not quite there yet

450.3 FAILED: intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_XrGraphicsBinding.cc.o 
450.3 /usr/sbin/c++ -DNDEBUG -DPREFIX=\"/usr\" -DWITH_GHOST_X11…
k8ie commented on issue blender/blender#111820 2023-09-04 22:47:36 +02:00
Compilation of GHOST_XrGraphicsBinding.cc fails with "invalid conversion" error

@Frank-Carlyle-McLaughlin Thanks for mentioning #111834, I thought WITH_GHOST_SDL=ON was the reason my build was crashing, now I know that it's because of OSL. I'll keep an eye on that report as…

k8ie commented on issue blender/blender#111820 2023-09-04 19:12:15 +02:00
Compilation of GHOST_XrGraphicsBinding.cc fails with "invalid conversion" error

Yup, unfortunately seems like this isn't enough :/

897.7 [34/5272] Building CXX object intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_XrGraphicsBinding.cc.o
897.7 FAILED:…
k8ie commented on issue blender/blender#111820 2023-09-04 08:22:27 +02:00
Compilation of GHOST_XrGraphicsBinding.cc fails with "invalid conversion" error

GHOST_XrGraphicsBinding.cc is c plus plus, it probably needs a type casting there.

If nothing else I guess I'll make a patch later on.

happening after Arch moved from LLVM15 to…

k8ie commented on issue blender/blender#111820 2023-09-02 14:24:34 +02:00
Compilation of GHOST_XrGraphicsBinding.cc fails with "invalid conversion" error

I was able to reproduce this. I have a Dockerfile where I build Blender and I ran into this. The containers I use are Arch-based…

k8ie commented on issue studio/flamenco#104187 2023-09-02 08:42:13 +02:00
The bpy.ops.flamenco.submit_job() API execution fails when submitting render task in the background

Hi @kaikai_liu, I'm trying to do the same thing and I've ended up in the same situation.

k8ie pushed to single-frame at k8ie/flamenco 2023-07-09 13:24:54 +02:00
75f8068eae Use Path objects for paths in the merge job
k8ie pushed to single-frame at k8ie/flamenco 2023-07-08 19:47:16 +02:00
654d8aba8b Fix using combined indent style
k8ie pushed to single-frame at k8ie/flamenco 2023-07-08 19:43:03 +02:00
cce0038efe Use Path objects for file paths in the composite task
k8ie pushed to single-frame at k8ie/flamenco 2023-07-07 19:05:50 +02:00
315e0d3fd9 Merge branch 'main' into single-frame
b20ede97ea Shaman: fail unit test when running as root user
7a508c7e6b Manager: perform database integrity check at startup
7f588e6dbc Manager: close database connection on startup errors
2bc6c77e49 Deploy: move old worker executable before overwriting
Compare 85 commits »
k8ie commented on pull request studio/flamenco#104194 2023-07-07 19:05:17 +02:00
WIP: Single-frame job compiler

@dr.sybren No worries ;)

k8ie commented on issue studio/flamenco#104191 2023-05-13 16:56:46 +02:00
Manager build error on ARM64

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…

k8ie commented on issue studio/flamenco#104191 2023-05-02 21:58:32 +02:00
Manager build error on ARM64

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…