-
Hi, I am using Blender on Windows on the render farm and I want to pass a python expression with the rez env blender -- blender
--background
-noaudio monkey.blend
--python-expr "import bpy; bpy.context.scene.render.use_overwrite = False"
--render-format PNG
--engine CYCLES
--render-output render.####
--log-level 0
--render-frame 1 The issue is that it doesn't work when using it in a rez environment, looks like the arguments are parsed in some way:
But it works when using the executable directly:
Do someone have any idea why it would do that? Details
|
Beta Was this translation helpful? Give feedback.
Answered by
Sookhaal
Jun 14, 2022
Replies: 1 comment 1 reply
-
Probably same as #1133 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
johhnry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably same as #1133
Have you tried escaping the double quotes or updating rez to at least 2.95.3?