Materialx Protobuf API 1.39.4
Serialization API to convert between MaterialX and Google Protobuf formats.
Loading...
Searching...
No Matches
materialx_serializer.py File Reference

MaterialX Protobuf serialization and deserialization utilities. More...

Classes

class  materialx_serializer.MaterialXToProtobuf
 Converter class to transform MaterialX document objects into Protobuf MaterialXDocument messages. More...
class  materialx_serializer.ProtobufToMaterialX
 Converter class to transform Protobuf MaterialXDocument messages back into MaterialX document objects. More...
class  materialx_serializer.Util

Namespaces

namespace  materialx_serializer

Variables

int materialx_serializer.SCHEMA_VERSION_MAJOR = 1
int materialx_serializer.SCHEMA_VERSION_MINOR = 39
int materialx_serializer.SCHEMA_VERSION_PATCH = 4

Detailed Description

MaterialX Protobuf serialization and deserialization utilities.

  • Defines classes to convert MaterialX documents to and from Protobuf format.
  • Provides utility functions for inspecting and debugging Protobuf documents.
  • Requires the MaterialX Python API and the generated Protobuf Python module.