Skip to content

Commit b21299c

Browse files
committed
feat: add collection to setting types
1 parent c7a7f02 commit b21299c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/node_settings_generator/types_utils.py

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class ST(Enum):
3939
IMAGE_USER = auto() #needs refactor
4040

4141
# Currently unimplemented
42+
COLLECTION = auto()
4243
CRYPTOMATTE_ENTRIES = auto()
4344
FILE_SLOTS = auto()
4445
FONT = auto()
@@ -78,6 +79,7 @@ class ST(Enum):
7879
"" : "",
7980
"bpy_prop_collection of CryptomatteEntry": ST.CRYPTOMATTE_ENTRIES,
8081
"boolean" : ST.BOOL,
82+
"Collection" : ST.COLLECTION,
8183
"ColorMapping" : None, # Always read-only
8284
"ColorRamp" : ST.COLOR_RAMP,
8385
"CompositorNodeOutputFileFileSlots" : ST.FILE_SLOTS,

0 commit comments

Comments
 (0)