Parcourir la source

collection node uses little triangles

patreon member liked this better
Joseph Brandenburg il y a 3 mois
Parent
commit
1f4b068fb1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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