Pārlūkot izejas kodu

collection node uses little triangles

patreon member liked this better
Joseph Brandenburg 3 mēneši atpakaļ
vecāks
revīzija
1f4b068fb1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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