We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bf608 commit ae583c5Copy full SHA for ae583c5
plugins/py-ocio_node_2025/py-ocio_node_2025.pyp
@@ -24,6 +24,7 @@ import os
24
import c4d
25
import maxon
26
27
+c4d.DRAW_TEXTUREFLAGS_USE_PROFILE_COLOR = 16 # Temporary 2025.1 fix for botched symbol export.
28
29
class OcioNode2025(c4d.plugins.ObjectData):
30
"""Realizes a NodeData plugin that is meant to operate in OCIO enabled scenes.
0 commit comments