blender-colab icon indicating copy to clipboard operation
blender-colab copied to clipboard

extra attributes

Open JittoJoseph opened this issue 1 year ago • 2 comments

is there an attribute we can use to enable ray tracing, like how we use -s to specify the starting frame, is there any attribute we can use to decide whether ray tracing should be enabled or not?

JittoJoseph avatar Aug 05 '22 16:08 JittoJoseph

Hi @JittoJoseph, you cannot exactly add attributes in the blender command. You would need to add the code in the Python code in the data variable.

ynshung avatar Sep 04 '22 13:09 ynshung

If i understand correctly what he means by enabling ray tracing, @JittoJoseph wants to switch the render engine between evee/cycles, which, according to blender docs can be done with the -E or --engine parameter

Cydonyan avatar Sep 25 '22 20:09 Cydonyan