Skip to content

Commit 9c83e80

Browse files
committed
Point to render py script
1 parent 40fef89 commit 9c83e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_RandomiserBlender.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ fi
9999
zip ../randomiser.zip -FS -r ../randomiser/
100100

101101
# Run blender in the background (-b) and run the python script inputting the seed,
102-
blender -b ${blend_file} --python ../install_and_enable_addons_render.py -- ../randomiser.zip --seed ${seed_num} --input ${json_input} --frame ${frame} --basename ${base_output} --render_main ${render_main}
102+
blender -b ${blend_file} --python install_and_enable_addons_render.py -- ../randomiser.zip --seed ${seed_num} --input ${json_input} --frame ${frame} --basename ${base_output} --render_main ${render_main}

0 commit comments

Comments
 (0)