• Joined on 2023-02-28
MKRelax commented on pull request studio/flamenco#104193 2023-03-14 16:52:46 +01:00
Worker: check BLENDER_CMD environment variable (for multi-GPU Eevee rendering)

Yeah, that's a good thing to prevent. How I see it (but feel free to come up with counter-arguments): if the Manager passes a path, the Worker should use that. If the Manager just says blender,…

MKRelax commented on pull request studio/flamenco#104193 2023-03-13 17:43:56 +01:00
Worker: check BLENDER_CMD environment variable (for multi-GPU Eevee rendering)

Ok, I fully agree.

Adding this to the API would mean that the Manager would need to handle this kind of path whenever it receives it. That would be the case if $FLAMENCO_BLENDER_PATH happens…

MKRelax pushed to main at MKRelax/flamenco-run-worker-scripts 2023-03-13 01:35:35 +01:00
15f2bedb5c Added nvidia configuration screenshot (windows)
MKRelax pushed to main at MKRelax/flamenco-run-worker-scripts 2023-03-13 01:24:01 +01:00
47fddd8d21 Added flamenco-manager.yaml configuration to README.md
MKRelax pushed to main at MKRelax/flamenco-run-worker-scripts 2023-03-13 00:56:48 +01:00
220fc198cc First version
MKRelax created repository MKRelax/flamenco-run-worker-scripts 2023-03-13 00:49:01 +01:00
MKRelax commented on pull request studio/flamenco#104193 2023-03-04 06:17:13 +01:00
Worker: check BLENDER_CMD environment variable (for multi-GPU Eevee rendering)

All of your suggestions have been implemented including renaming to FLAMENCO_BLENDER_PATH, see commits.

I agree that the worker MUST report the correct Blender version that it would use if…

MKRelax pushed to worker-use-blender-from-env at MKRelax/flamenco 2023-03-04 05:02:53 +01:00
3416a5ff54 Fix worker output by checking the environment in CheckBlender()
MKRelax pushed to worker-use-blender-from-env at MKRelax/flamenco 2023-03-04 04:54:13 +01:00
070ef06921 Fix worker output by checking the environment in CheckBlender()
MKRelax pushed to worker-use-blender-from-env at MKRelax/flamenco 2023-03-04 03:40:33 +01:00
a2d9612dc2 Fix worker output by checking the environment in CheckBlender()
MKRelax commented on pull request studio/flamenco#104193 2023-03-04 02:59:10 +01:00
Worker: check BLENDER_CMD environment variable (for multi-GPU Eevee rendering)

I did change the log message to "using Blender from FLAMENCO_BLENDER_PATH".

However, since the name of the variable is (now) a constant I think there is no need to return it from `find_blender.E…

MKRelax pushed to worker-use-blender-from-env at MKRelax/flamenco 2023-03-04 02:37:22 +01:00
da2ed4e69b Fix worker output by checking the environment in CheckBlender()
61c7801e67 Changed event message to "using blender from FLAMENCO_BLENDER_PATH"
f71c8d338d Clear environment before test, use assert.noError()
1127eddcf1 Replaced BLENDER_CMD environment variable with FLAMENCO_BLENDER_PATH (using a constant)
Compare 4 commits »
MKRelax created pull request studio/flamenco#104193 2023-03-01 18:27:50 +01:00
WIP: Worker: check BLENDER_CMD environment variable (for multi-GPU Eevee rendering)
MKRelax created branch worker-use-blender-from-env in MKRelax/flamenco 2023-03-01 17:44:06 +01:00
MKRelax pushed to worker-use-blender-from-env at MKRelax/flamenco 2023-03-01 17:44:06 +01:00
738461a25a Worker: use BLENDER_CMD environment variable if available
MKRelax pushed to main at MKRelax/flamenco 2023-02-28 23:47:14 +01:00
923d6dbb53 Manager: fixed copy/paste typo in CheckBlenderExePath()
ea20e94e94 Website: more updates to 'steps to release'
a692444fb5 Website: more updates to the 'steps to release'
9cf34089e4 Website: update steps to release new version
ce739b71c6 Website: set latest Flamenco version to 3.2
Compare 38 commits »
MKRelax created pull request studio/flamenco#104192 2023-02-28 23:23:00 +01:00
WIP: Manager: fixed copy/paste typo in CheckBlenderExePath()
MKRelax pushed to main at MKRelax/flamenco 2023-02-28 23:16:03 +01:00
f65adace57 Manager: fixed copy/paste typo in CheckBlenderExePath()
MKRelax pushed to main at MKRelax/flamenco 2023-02-28 23:14:25 +01:00
6ae4cd74d5 Manager: fixed copy/paste type in CheckBlenderExePath()
MKRelax pushed to main at MKRelax/flamenco 2023-02-28 22:57:50 +01:00
e64a99ec3d Fixed: CheckSharedStoragePathJSONBody to CheckBlenderExePathJSONBody
d56ce5647f Add .idea/ to .gitignore (for Jetbrains IDEs)
Compare 2 commits »