Răsfoiți Sursa

GUI manual: added note about z values on nodes.

Mikael Säker 7 ani în urmă
părinte
comite
0ef2e5d2f3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/en/manuals/gui.md

+ 1 - 1
docs/en/manuals/gui.md

@@ -244,7 +244,7 @@ Clipping Inverted (box, pie and spine nodes)
 
 ## Draw order 
 
-All nodes are rendered in the order they are listed under the "Nodes" folder. The node on top of the list is drawn first and will appear behind every other node. The last node in the list is drawn last, meaning it will appear in front of all other nodes. The Z-values on nodes does not control the draw order. You can override the index ordering of nodes with layers (see below).
+All nodes are rendered in the order they are listed under the "Nodes" folder. The node at the top of the list is drawn first and will thus appear behind every other node. The last node in the list is drawn last, meaning it will appear in front of all other nodes. Altering the Z-value on a node does not control its draw order; however, if you set the Z-value outside of your render script's render range the node will no longer be rendered to screen. You can override the index ordering of nodes with layers (see below).
 
 ![Draw order](images/gui/draw_order.png){srcset="images/gui/[email protected] 2x"}