Jelajahi Sumber

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

Allow CustomPropSocket as a group interface type

See merge request josephbburg/mantis!8
josephbburg 1 bulan lalu
induk
melakukan
fd8428aad4
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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,)