Browse Source

Merge branch 'custompropsocket-interface-type' into 'master'

Allow CustomPropSocket as a group interface type

See merge request josephbburg/mantis!8
josephbburg 1 tháng trước cách đây
mục cha
commit
fd8428aad4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      socket_definitions.py

+ 1 - 0
socket_definitions.py

@@ -1308,6 +1308,7 @@ class CustomPropSocket(MantisSocket):
     bl_idname = 'CustomPropSocket'
     bl_label = "Custom Property"
     color_simple = cString
+    is_valid_interface_type=True
     color : bpy.props.FloatVectorProperty(default=cString, size=4)
     input : bpy.props.BoolProperty(default =False,)