Explorar el Código

collection node uses little triangles

patreon member liked this better
Joseph Brandenburg hace 3 meses
padre
commit
1f4b068fb1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      socket_definitions.py

+ 1 - 1
socket_definitions.py

@@ -411,7 +411,7 @@ def CollectionSocketDraw(socket, context, layout, node, text):
         label_text = '└'+label_text #┈ use this character to extend
         for indent in range(indent_length):
             if indent <= 1: continue
-            indent_text = '  '
+            indent_text = '  '
             label_text=indent_text+label_text
     op_props = x_split.operator('mantis.collection_remove')
     op_props.socket_invoked = socket.identifier