Skip to content

API won't write the environment section if config version is set to 1.0 #1903

@kenmcgaugh

Description

@kenmcgaugh

When serializing a config via the API, the environment section is omitted if the config's version is set to 1.0. However the environment section is supported in OpenColorIO-1.0.9 (the version currently used in our pipeline). I believe the offending line is here:

if (configMajorVersion >= 2)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions