We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a7f02 commit b21299cCopy full SHA for b21299c
tools/node_settings_generator/types_utils.py
@@ -39,6 +39,7 @@ class ST(Enum):
39
IMAGE_USER = auto() #needs refactor
40
41
# Currently unimplemented
42
+ COLLECTION = auto()
43
CRYPTOMATTE_ENTRIES = auto()
44
FILE_SLOTS = auto()
45
FONT = auto()
@@ -78,6 +79,7 @@ class ST(Enum):
78
79
"" : "",
80
"bpy_prop_collection of CryptomatteEntry": ST.CRYPTOMATTE_ENTRIES,
81
"boolean" : ST.BOOL,
82
+ "Collection" : ST.COLLECTION,
83
"ColorMapping" : None, # Always read-only
84
"ColorRamp" : ST.COLOR_RAMP,
85
"CompositorNodeOutputFileFileSlots" : ST.FILE_SLOTS,
0 commit comments