Skip to content
Snippets Groups Projects
Commit ec8a9774 authored by Yann.Sagon's avatar Yann.Sagon
Browse files

add enable-autoexec flag

parent 7634204c
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,14 @@ module load CUDA/8.0.61
#srun blender --background --engine help
BLENDER_FILE=bmw27/bmw27_cpu.blend
#BLENDER_FILE=bmw27/bmw27_cpu.blend
BLENDER_FILE=bmw27/bmw27_gpu.blend
PYTHON_SCRIPT=gpurender.py
srun blender --background \
${BLENDER_FILE} \
--threads 12 \
--enable-autoexec \
#--enable-autoexec \
--python ${PYTHON_SCRIPT} \
--render-output //out \
--render-format PNG \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment