Skip to content
Snippets Groups Projects
Commit 66987607 authored by Milan Jaros's avatar Milan Jaros
Browse files

Edit README.md

parent 95933c3f
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
BlenderPhi is based on the [Blender repository](https://projects.blender.org/blender/blender.git). It includes the XMLExporter, an extension for exporting scenes to XML+BIN files. The export process is initiated before rendering in Cycles and is based on the Cycles Scene Nodes format. These nodes describe the entire scene in Cycles. BlenderPhi is based on the [Blender repository](https://projects.blender.org/blender/blender.git). It includes the XMLExporter, an extension for exporting scenes to XML+BIN files. The export process is initiated before rendering in Cycles and is based on the Cycles Scene Nodes format. These nodes describe the entire scene in Cycles.
In addition to the XML file, a BIN file is also created. The BIN file contains all arrays and textures that cannot be stored in XML format. The BIN file always starts with a value indicating the size in bytes, followed by the actual data. The offset for each value is specified in the XML file. ## Wiki
To export data, the environment variable `CYCLES_XML_PATH` must be set to `cycles_graphs/scene.xml` before starting Blender. To export the scene, simply render the scene in Cycles. During the data preparation for Cycles, the scene is saved to XML+BIN. [**Home**](https://code.it4i.cz/raas/blenderphi/-/wikis/home)
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment