layout-tools-align.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .. include:: ../_header.rst
  2. Align layout tools
  3. ~~~~~~~~~~~~~~~~~~
  4. The Align tools provides shortcuts for laying out objects in the same line. The alignment line could be one of the following: **Left**, **Center**, **Right**, **Top**, **Middle**, and **Bottom**.
  5. Let's see the lines starting with this configuration:
  6. .. image:: ../images/scene-editor-layout-tools-align-start-07092021.webp
  7. :alt: Example start configuration.
  8. **Align Left**
  9. Align to the vertical line with a minimus X:
  10. .. image:: ../images/scene-editor-layout-tools-align-left-07092021.webp
  11. :alt: Align left.
  12. **Align Center**
  13. Align to the vertical line with the average X:
  14. .. image:: ../images/scene-editor-layout-tools-align-center-07092021.webp
  15. :alt: Align center.
  16. **Align Right**
  17. Align to the vertical line with a maximum X:
  18. .. image:: ../images/scene-editor-layout-tools-align-right-07092021.webp
  19. :alt: Align right.
  20. **Align Top**
  21. Align to the horizontal line with a minimus Y:
  22. .. image:: ../images/scene-editor-layout-tools-align-top-07092021.webp
  23. :alt: Align top.
  24. **Align Middle**
  25. Align to the horizontal line with the average Y:
  26. .. image:: ../images/scene-editor-layout-tools-align-middle-07092021.webp
  27. :alt: Align middle.
  28. **Align Bottom**
  29. Align to the horizontal line with a maximum Y:
  30. .. image:: ../images/scene-editor-layout-tools-align-bottom-07092021.webp
  31. :alt: Align bottom.