소스 검색

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

Allow CustomPropSocket as a group interface type

See merge request josephbburg/mantis!8
josephbburg 1 개월 전
부모
커밋
fd8428aad4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,)