Hello,
My question is about Cycles Standalone (GitHub - blender/cycles: The Cycles Render Engine - official mirror).
I would like to add caustics to a xml scene but I don’t see how to do it.
The scene is attached (3 files), it runs with the command: ./cycles Caustics.xml
I understand that I need to interact with the ‘is_caustics_caster’ and ‘is_caustics_receiver’ parameters of the objects (cycles/src/scene/object.cpp at main · blender/cycles · GitHub), but I can’t manage to do it via the xml API.
Could someone please tell me how to proceed?
Note: please be so kind to avoid answers like “the xml API is not a target, you have to use the C++ API, the Python API or Blender directly”. I just want to know if it’s possible via the xml API and, if so, how…
It is within the scope of this project: GitHub - FreeCAD/FreeCAD-render: The Render workbench
Many thanks in advance!
Caustics.xml (1.6 KB)
Caustics_Ground.xml (438 Bytes)
Caustics_Sphere.xml (14.3 KB)