Skip to content

Commit ae583c5

Browse files
committed
Added temporary fix for botched DRAW_TEXTUREFLAGS::USE_PROFILE_COLOR symbol export.
1 parent 24bf608 commit ae583c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/py-ocio_node_2025/py-ocio_node_2025.pyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import os
2424
import c4d
2525
import maxon
2626

27+
c4d.DRAW_TEXTUREFLAGS_USE_PROFILE_COLOR = 16 # Temporary 2025.1 fix for botched symbol export.
2728

2829
class OcioNode2025(c4d.plugins.ObjectData):
2930
"""Realizes a NodeData plugin that is meant to operate in OCIO enabled scenes.

0 commit comments

Comments
 (0)