Compositor: Support strings sockets
This patch adds support for String sockets in the compositor. The sockets are not yet used anywhere, but are added to aid development. Pull Request: https://projects.blender.org/blender/blender/pulls/144327
This commit is contained in:
@@ -451,7 +451,7 @@ class CompositorNodeGroupInterfaceTest(AbstractNodeGroupInterfaceTest, NodeGroup
|
||||
self.do_test_invalid_socket_type("NodeSocketObject")
|
||||
self.do_test_invalid_socket_type("NodeSocketRotation")
|
||||
self.do_test_invalid_socket_type("NodeSocketShader")
|
||||
self.do_test_invalid_socket_type("NodeSocketString")
|
||||
self.do_test_socket_type("NodeSocketString")
|
||||
self.do_test_invalid_socket_type("NodeSocketTexture")
|
||||
self.do_test_socket_type("NodeSocketVector")
|
||||
self.do_test_invalid_socket_type("NodeSocketVirtual")
|
||||
|
||||
Reference in New Issue
Block a user