Use CYCLES engine for blender rendering - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 8788d7bb0814d910efce38c587198a3ff839beb7 | |
parent 75a586ed745299e3ea0b24116aa4c45aa19e4a24 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 31 Jul 2022 18:47:21 +0200 | |
Use CYCLES engine for blender rendering | |
Diffstat: | |
M blender-effect | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/blender-effect b/blender-effect | |
@@ -22,8 +22,8 @@ do | |
done | |
${BLENDER} --background \ | |
- -b \ | |
"${BLEND_DIR}/${NAME}.blend" \ | |
+ -E CYCLES \ | |
--python "${BLEND_DIR}/effect.py" \ | |
--render-output "${IMAGE_DIR}/${NAME}." \ | |
--render-frame 1 \ |