File tree 1 file changed +3
-3
lines changed
scripts/04_3d_concepts/rendering
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ def main():
29
29
bc [c4d .RDATA_FORMAT ] = c4d .FILTER_EXR
30
30
31
31
# Defines OpenEXR settings
32
- compressionmethodID = maxon .Id ('net.maxon.mediasession.openexr.export.compressionmethod' )
33
- halffloatID = maxon .Id ('net.maxon.mediasession.openexr.export.halffloat' )
34
- layernumberingID = maxon .Id ('net.maxon.mediasession.openexr.export.layernumbering' )
32
+ compressionmethodID = maxon .InternedId ('net.maxon.mediasession.openexr.export.compressionmethod' )
33
+ halffloatID = maxon .InternedId ('net.maxon.mediasession.openexr.export.halffloat' )
34
+ layernumberingID = maxon .InternedId ('net.maxon.mediasession.openexr.export.layernumbering' )
35
35
36
36
# Configures OpenEXR format options with a maxon.DataDictionary
37
37
exportSettings = maxon .DataDictionary ()
You can’t perform that action at this time.
0 commit comments