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

Edit README.md

parent 6af0a0d6
No related branches found
No related tags found
No related merge requests found
<!-- # BlenderPhi
Keep this document short & concise,
linking to external resources instead of including content in-line.
See 'release/text/readme.html' for the end user read-me.
-->
Blender BlenderPhi is based on the Blender repository. 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.
=======
Blender is the free and open source 3D creation suite. 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.
It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing,
motion tracking and video editing.
![Blender screenshot](https://code.blender.org/wp-content/uploads/2018/12/springrg.jpg "Blender screenshot") 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.
Project Pages
-------------
- [Main Website](http://www.blender.org)
- [Reference Manual](https://docs.blender.org/manual/en/latest/index.html)
- [User Community](https://www.blender.org/community/)
Development
-----------
- [Build Instructions](https://developer.blender.org/docs/handbook/building_blender/)
- [Code Review & Bug Tracker](https://projects.blender.org)
- [Developer Forum](https://devtalk.blender.org)
- [Developer Documentation](https://developer.blender.org/docs/)
License
-------
Blender as a whole is licensed under the GNU General Public License, Version 3.
Individual files may have a different, but compatible license.
See [blender.org/about/license](https://www.blender.org/about/license) for details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment