Add explicit Scene serialization to binary format #531
Labels
python-api
Related to the new Helios++ Python API
sustainable h++
Part of the sustainable HELIOS++ project
So far, the parameters
rebuildScene
andnoSceneWriting
implicitly controlled, when aScene
object was (de)serialized to binary format. In the Python API, this could become a much more explicit operation like this:Implementation would most likely be realized via dedicated C++ functions with respective bindings, like we did for the XML parsing.
The text was updated successfully, but these errors were encountered: