From 2c5938b3bb343dfbdd85466eec5575c6dcb1d1ca Mon Sep 17 00:00:00 2001 From: Aesara Binder Date: Fri, 23 Aug 2024 20:57:53 +0930 Subject: [PATCH] manual:1.2.0: Sweeping changes A lot of changes that mostly surround the page directory scheme, creating dummy pages, and using fancy buttons on the index page. Signed-off-by: Aesara Binder --- pages/docs/contributing/building/_index.md | 2 +- pages/docs/manuals/v1.2.0/_index.md | 95 ++++++++---------- .../v1.2.0/{tools => canvas-tools}/_index.md | 0 .../{tools => canvas-tools}/colour-picker.md | 0 .../manuals/v1.2.0/canvas-tools/flood-fill.md | 6 ++ .../docs/manuals/v1.2.0/canvas-tools/frame.md | 6 ++ .../v1.2.0/canvas-tools/reposition-layer.md | 6 ++ .../stroke-layer-picker.md | 0 .../manuals/v1.2.0/canvas-tools/symmetry.md | 6 ++ .../manuals/v1.2.0/mypaint-preferences.jpg | 3 - pages/docs/manuals/v1.2.0/painting/_index.md | 3 + pages/docs/manuals/v1.2.0/painting/brushes.md | 22 ++++ .../{tools => painting}/connected-lines.md | 0 .../ellipses-and-circles.md | 0 .../v1.2.0/{tools => painting}/freehand.md | 0 .../inking/Inking-Tool-00-toolbar-icon.png | 0 .../inking/Inking-Tool-01-sketch-layer.png | 0 .../inking/Inking-Tool-02-captured-stroke.png | 0 .../inking/Inking-Tool-03-refined-stroke.png | 0 .../inking/Inking-Tool-03-tool-options.png | 0 .../inking/Inking-Tool-04-final.png | 0 .../{tools => painting}/inking/index.md | 2 + .../{tools => painting}/lines-and-curves.md | 0 .../v1.2.0/{ => painting}/paint-modes.md | 0 .../{panels => panels-popups}/_index.md | 2 +- .../{popups => panels-popups}/brush-groups.md | 0 .../colour-selector.md | 0 .../{panels => panels-popups}/history.md | 0 .../layers/Layers-Panel-toolbar-icon.png | 0 .../layers/Layers-Panel.png | 0 .../layers/_index.md | 0 .../layers/layer-modes/Layer-Modes-Burn.png | 0 .../layers/layer-modes/Layer-Modes-Color.png | 0 .../layers/layer-modes/Layer-Modes-Darken.png | 0 .../Layer-Modes-Destination-Atop.png | 0 .../Layer-Modes-Destination-In.png | 0 .../Layer-Modes-Destination-Out.png | 0 .../layer-modes/Layer-Modes-Difference.png | 0 .../layers/layer-modes/Layer-Modes-Dodge.png | 0 .../layer-modes/Layer-Modes-Exclusion.png | 0 .../layer-modes/Layer-Modes-Hard-Light.png | 0 .../layers/layer-modes/Layer-Modes-Hue.png | 0 .../layer-modes/Layer-Modes-Lighten.png | 0 .../layer-modes/Layer-Modes-Luminosity.png | 0 .../layer-modes/Layer-Modes-Multiply.ora | Bin .../layer-modes/Layer-Modes-Multiply.png | 0 .../layers/layer-modes/Layer-Modes-Normal.png | 0 .../layer-modes/Layer-Modes-Overlay.png | 0 .../layers/layer-modes/Layer-Modes-Plus.png | 0 .../layer-modes/Layer-Modes-Saturation.png | 0 .../layers/layer-modes/Layer-Modes-Screen.png | 0 .../layer-modes/Layer-Modes-Soft-Light.png | 0 .../layer-modes/Layer-Modes-Source-Atop.png | 0 .../layers/layer-modes/layer-modes.md | 0 .../layers/merging-and-normalization.md | 0 .../{panels => panels-popups}/palette.md | 0 .../{panels => panels-popups}/preview.md | 0 .../{panels => panels-popups}/scratchpad.md | 0 .../{panels => panels-popups}/tool-options.md | 0 .../Migrating-settings-&-data-from-1.1.md | 0 .../manuals/v1.2.0/tools/other-tools/index.md | 11 -- .../manuals/v1.2.0/ui/footer-bar/index.md | 12 ++- .../manuals/v1.2.0/ui/main-toolbar/index.md | 20 ++-- .../manuals/v1.2.0/ui/ui-toolbar/index.md | 12 +-- 64 files changed, 118 insertions(+), 90 deletions(-) rename pages/docs/manuals/v1.2.0/{tools => canvas-tools}/_index.md (100%) rename pages/docs/manuals/v1.2.0/{tools => canvas-tools}/colour-picker.md (100%) create mode 100644 pages/docs/manuals/v1.2.0/canvas-tools/flood-fill.md create mode 100644 pages/docs/manuals/v1.2.0/canvas-tools/frame.md create mode 100644 pages/docs/manuals/v1.2.0/canvas-tools/reposition-layer.md rename pages/docs/manuals/v1.2.0/{tools => canvas-tools}/stroke-layer-picker.md (100%) create mode 100644 pages/docs/manuals/v1.2.0/canvas-tools/symmetry.md delete mode 100644 pages/docs/manuals/v1.2.0/mypaint-preferences.jpg create mode 100644 pages/docs/manuals/v1.2.0/painting/_index.md create mode 100644 pages/docs/manuals/v1.2.0/painting/brushes.md rename pages/docs/manuals/v1.2.0/{tools => painting}/connected-lines.md (100%) rename pages/docs/manuals/v1.2.0/{tools => painting}/ellipses-and-circles.md (100%) rename pages/docs/manuals/v1.2.0/{tools => painting}/freehand.md (100%) rename pages/docs/manuals/v1.2.0/{tools => painting}/inking/Inking-Tool-00-toolbar-icon.png (100%) rename pages/docs/manuals/v1.2.0/{tools => painting}/inking/Inking-Tool-01-sketch-layer.png (100%) rename pages/docs/manuals/v1.2.0/{tools => painting}/inking/Inking-Tool-02-captured-stroke.png (100%) rename pages/docs/manuals/v1.2.0/{tools => painting}/inking/Inking-Tool-03-refined-stroke.png (100%) rename pages/docs/manuals/v1.2.0/{tools => painting}/inking/Inking-Tool-03-tool-options.png (100%) rename pages/docs/manuals/v1.2.0/{tools => painting}/inking/Inking-Tool-04-final.png (100%) rename pages/docs/manuals/v1.2.0/{tools => painting}/inking/index.md (98%) rename pages/docs/manuals/v1.2.0/{tools => painting}/lines-and-curves.md (100%) rename pages/docs/manuals/v1.2.0/{ => painting}/paint-modes.md (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/_index.md (87%) rename pages/docs/manuals/v1.2.0/{popups => panels-popups}/brush-groups.md (100%) rename pages/docs/manuals/v1.2.0/{popups => panels-popups}/colour-selector.md (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/history.md (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/Layers-Panel-toolbar-icon.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/Layers-Panel.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/_index.md (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Burn.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Color.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Darken.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Destination-Atop.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Destination-In.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Destination-Out.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Difference.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Dodge.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Exclusion.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Hard-Light.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Hue.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Lighten.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Luminosity.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Multiply.ora (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Multiply.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Normal.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Overlay.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Plus.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Saturation.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Screen.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Soft-Light.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/Layer-Modes-Source-Atop.png (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/layer-modes/layer-modes.md (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/layers/merging-and-normalization.md (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/palette.md (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/preview.md (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/scratchpad.md (100%) rename pages/docs/manuals/v1.2.0/{panels => panels-popups}/tool-options.md (100%) rename pages/docs/manuals/v1.2.0/{ => preferences}/Migrating-settings-&-data-from-1.1.md (100%) delete mode 100644 pages/docs/manuals/v1.2.0/tools/other-tools/index.md diff --git a/pages/docs/contributing/building/_index.md b/pages/docs/contributing/building/_index.md index 2552614..2a390ed 100644 --- a/pages/docs/contributing/building/_index.md +++ b/pages/docs/contributing/building/_index.md @@ -17,7 +17,7 @@ These dependencies are developed by the MyPaint project. {{< flex >}} {{< button content="Building libmypaint" href="libmypaint" >}} - {{< button content="Building MyPaint Brushes" href="brushes" >}} + {{< button content="Building MyPaint Brushes" href="./brushes" >}} {{< /flex >}} ## User Installation diff --git a/pages/docs/manuals/v1.2.0/_index.md b/pages/docs/manuals/v1.2.0/_index.md index 36abcb8..df0ee91 100644 --- a/pages/docs/manuals/v1.2.0/_index.md +++ b/pages/docs/manuals/v1.2.0/_index.md @@ -17,73 +17,62 @@ background where you can draw (the **canvas**). At the top, there are toolbars a status bar with some buttons and indicators clustered in the corners. {{< img src="mypaint-window-new.jpg" caption="A fresh installation of MyPaint" >}} +
+{{< img src="mypaint-window-in-use.jpg" caption="MyPaint can be customised with dockable panels and palettes, all hideable while you work.">}} -{{< img src="mypaint-window-in-use.jpg" caption="MyPaint's user interface adapts to meet your needs">}} - -MyPaint can be customised with dockable panels and palettes, all hideable while you work. - -## Read more -To learn more about MyPaint's user interface, refer to these pages: +
{{< flex grow="true" >}} - {{< button content="Main Toolbar" href="ui/main-toolbar" >}} - {{< button content="UI Toolbar" href="ui/ui-toolbar" >}} - {{< button content="Footer Bar" href="ui/footer-bar" >}} - {{< button content="Dockable Panels" href="./panels" >}} - {{< button content="Fullscreen Mode" href="ui/fullscreen" >}} + {{< bigbutton title="Main Toolbar" subtitle="Painting tools and other commands" href="ui/main-toolbar" >}} + {{< bigbutton title="UI Toolbar" subtitle="Customise the user interface" href="ui/ui-toolbar" >}} + {{< bigbutton title="Footer Bar" subtitle="Application status and brush controls" href="ui/footer-bar" >}} + {{< bigbutton title="Dockable Panels" subtitle="Tailor your painting experience" href="./panels-popups" >}} + {{< bigbutton title="Fullscreen Mode" subtitle="Maximise drawing space" href="ui/fullscreen" >}} {{< /flex >}} -# Tools -## Anatomy of a stroke -When you paint a stroke, the result is defined by different parts of MyPaint. You can combine any _Painting Tool_, -_Brush_ and _Paint Mode_ to suit your drawing style. MyPaint uses one and the same engine for all kinds of brushes (and -the eraser). - -* Painting Tool: Defines how the **shape** of a stroke is made -* Brush: Defines the **look** of the stroke -* Paint Mode: Defines how the resulting color is **applied** to the canvas. - +# Painting +When brush strokes are placed on the canvas, three elements determine the change made to the picture: The *painting +tool*, *brush*, and *paint mode*. These three elements can be combined arbitrarily to fit any desired art style. -## The Painting Tools -{{< img src="mypaint-preferences.jpg" caption="Menu -> Edit -> Current Tool" width="250px" float="right" >}} +1. **Painting Tool**: Determines the broad *geometry* of the stroke. +2. **Brush**: Determines the *design* of the stroke. +3. **Paint Mode**: Determines the *effect* of the stroke unto the canvas. -The general painting tools change the input method of strokes and can be used to construct geometrical shape. The lines -that are created will be made with the current brush, colour, and paint blend mode. -* [Freehand]({{< relref "tools/freehand" >}}) - free drawing without constraints -* [Inking]({{< relref "tools/inking" >}}) - smooth Strokes than can be modified -* Lines and Curves -* Connected Lines -* [Ellipses and Circles]({{< relref "tools/ellipses-and-circles" >}}) +## Painting Tools +> *Menu → Edit → Current Tool* -### Other Tools -MyPaint also offers Tools for: -- [Navigation]({{< relref "ui/main-toolbar#view-main" >}}) -- [Canvas tools]({{< relref "ui/main-toolbar#core-tools" >}}) -- the colour picker. +Painting tools change how the user makes strokes by adding or removing contraints on stroke input. -# Shortcuts for brush settings -Brush shortcut keys are used to quickly save and restore brush settings. You can paint with one hand and change brushes -with the other, even in mid-stroke. - -There are 10 slots available for brushes. By default, shortcuts are assigned to the keys `1` through `9`, and to the `0` -key. To save your current brush’s settings to one of these press `Ctrl+`, for example `Ctrl+9`. To load stored -settings back, just press the number key on its own. +{{< flex grow=true >}} + {{< bigbutton title="Freehand" subtitle="Unconstrained strokes" href="painting/freehand" >}} + {{< bigbutton title="Lines & Curves" subtitle="Singular constrained strokes" href="painting/lines-and-curves" >}} + {{< bigbutton title="Connected Lines" subtitle="Consecutive lines & curves" href="painting/connected-lines" >}} + {{< bigbutton title="Ellipses & Circles" subtitle="Constrained circular strokes" href="painting/ellipses-and-circles" >}} + {{< bigbutton title="Inking" subtitle="Modify a stroke before committing to it" href="painting/inking" >}} +{{< /flex >}} -The brush shortcuts you assign are saved to your personal MyPaint settings, allowing you to use them in future sessions. +## Brushes +[Read more]({{< relref "./painting/brushes" >}}) -By default, pressing the `Q` key saves your current brush’s settings to the most recently used shortcut slot. +## Paint Modes +blend modes, eraser. [Read more]({{< relref "painting/paint-modes" >}}) -## Options -By default, brush shortcut keys remember the colour you had active when you saved the brush. +# Canvas Tools +Tools also exist to interact with the canvas in other ways. -This behaviour can be turned off using the main menu: -- _Brush → Shortcut Keys → Brush Shortcut Keys Restore Colour_. +{{< flex grow=true >}} + {{< bigbutton title="View Tools" subtitle="Modify the viewport" href="ui/main-toolbar#view-main" >}} + {{< bigbutton title="Reposition Layer" subtitle="Modify a layer's position" href="canvas-tools/reposition-layer" >}} + {{< bigbutton title="Flood Fill" subtitle="Fill an enclosed area with colour" href="canvas-tools/flood-fill" >}} + {{< bigbutton title="Colour Picker" subtitle="Pick a brush colour from the canvas" href="canvas-tools/colour-picker" >}} + {{< bigbutton title="Stroke/Layer Picker" subtitle="Pick a brush stroke from the canvas" href="canvas-tools/stroke-layer-picker" >}} + {{< bigbutton title="Symmetry" subtitle="Add lines of symmetry brush strokes" href="canvas-tools/symmetry" >}} + {{< bigbutton title="Edit Frame" subtitle="Set a working space in the canvas" href="canvas-tools/frame" >}} +{{< /flex >}} # Preferences -The [Preferences Window]({{< relref "preferences" >}}) gives you options to configure -MyPaint's appearance, input, keyboard shortcuts and many other settings. +> *Edit → Edit Preferences*, or *Window → Edit Preferences* -Open the Preferences Window by: -* Menu Edit -> Edit Preferences -* Menu Window -> Edit Preferences +The preferences window gives you options to configure MyPaint's appearance, input, keyboard shortcuts and many other +settings. [Read more]({{< relref "preferences" >}}) diff --git a/pages/docs/manuals/v1.2.0/tools/_index.md b/pages/docs/manuals/v1.2.0/canvas-tools/_index.md similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/_index.md rename to pages/docs/manuals/v1.2.0/canvas-tools/_index.md diff --git a/pages/docs/manuals/v1.2.0/tools/colour-picker.md b/pages/docs/manuals/v1.2.0/canvas-tools/colour-picker.md similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/colour-picker.md rename to pages/docs/manuals/v1.2.0/canvas-tools/colour-picker.md diff --git a/pages/docs/manuals/v1.2.0/canvas-tools/flood-fill.md b/pages/docs/manuals/v1.2.0/canvas-tools/flood-fill.md new file mode 100644 index 0000000..f5758ed --- /dev/null +++ b/pages/docs/manuals/v1.2.0/canvas-tools/flood-fill.md @@ -0,0 +1,6 @@ ++++ +title = "Flood Fill Tool" +tags = "Incomplete" ++++ + +TBD. diff --git a/pages/docs/manuals/v1.2.0/canvas-tools/frame.md b/pages/docs/manuals/v1.2.0/canvas-tools/frame.md new file mode 100644 index 0000000..4411611 --- /dev/null +++ b/pages/docs/manuals/v1.2.0/canvas-tools/frame.md @@ -0,0 +1,6 @@ ++++ +title = "Frame Tool" +tags = "Incomplete" ++++ + +TBD. diff --git a/pages/docs/manuals/v1.2.0/canvas-tools/reposition-layer.md b/pages/docs/manuals/v1.2.0/canvas-tools/reposition-layer.md new file mode 100644 index 0000000..c8e9a64 --- /dev/null +++ b/pages/docs/manuals/v1.2.0/canvas-tools/reposition-layer.md @@ -0,0 +1,6 @@ ++++ +title = "Reposition Layer Tool" +tags = "Incomplete" ++++ + +TBD. diff --git a/pages/docs/manuals/v1.2.0/tools/stroke-layer-picker.md b/pages/docs/manuals/v1.2.0/canvas-tools/stroke-layer-picker.md similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/stroke-layer-picker.md rename to pages/docs/manuals/v1.2.0/canvas-tools/stroke-layer-picker.md diff --git a/pages/docs/manuals/v1.2.0/canvas-tools/symmetry.md b/pages/docs/manuals/v1.2.0/canvas-tools/symmetry.md new file mode 100644 index 0000000..5842ae2 --- /dev/null +++ b/pages/docs/manuals/v1.2.0/canvas-tools/symmetry.md @@ -0,0 +1,6 @@ ++++ +title = "Symmetry Tool" +tags = "Incomplete" ++++ + +TBD. diff --git a/pages/docs/manuals/v1.2.0/mypaint-preferences.jpg b/pages/docs/manuals/v1.2.0/mypaint-preferences.jpg deleted file mode 100644 index b6b74ba..0000000 --- a/pages/docs/manuals/v1.2.0/mypaint-preferences.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c0e6cf3da6edcb6914ee3cfc6890cf0d1b92fc6848ea0a24354f4b7409b6435 -size 33940 diff --git a/pages/docs/manuals/v1.2.0/painting/_index.md b/pages/docs/manuals/v1.2.0/painting/_index.md new file mode 100644 index 0000000..172c7fb --- /dev/null +++ b/pages/docs/manuals/v1.2.0/painting/_index.md @@ -0,0 +1,3 @@ ++++ +title = "Painting" ++++ diff --git a/pages/docs/manuals/v1.2.0/painting/brushes.md b/pages/docs/manuals/v1.2.0/painting/brushes.md new file mode 100644 index 0000000..a4ee44b --- /dev/null +++ b/pages/docs/manuals/v1.2.0/painting/brushes.md @@ -0,0 +1,22 @@ ++++ +title = "Brushes" ++++ + +# Shortcuts for brush settings +Brush shortcut keys are used to quickly save and restore brush settings. You can paint with one hand and change brushes +with the other, even in mid-stroke. + +There are 10 slots available for brushes. By default, shortcuts are assigned to the keys `1` through `9`, and to the `0` +key. To save your current brush’s settings to one of these press `Ctrl+`, for example `Ctrl+9`. To load stored +settings back, just press the number key on its own. + +The brush shortcuts you assign are saved to your personal MyPaint settings, allowing you to use them in future sessions. + +By default, pressing the `Q` key saves your current brush’s settings to the most recently used shortcut slot. + +## Options +By default, brush shortcut keys remember the colour you had active when you saved the brush. + +This behaviour can be turned off using the main menu: +- _Brush → Shortcut Keys → Brush Shortcut Keys Restore Colour_. + diff --git a/pages/docs/manuals/v1.2.0/tools/connected-lines.md b/pages/docs/manuals/v1.2.0/painting/connected-lines.md similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/connected-lines.md rename to pages/docs/manuals/v1.2.0/painting/connected-lines.md diff --git a/pages/docs/manuals/v1.2.0/tools/ellipses-and-circles.md b/pages/docs/manuals/v1.2.0/painting/ellipses-and-circles.md similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/ellipses-and-circles.md rename to pages/docs/manuals/v1.2.0/painting/ellipses-and-circles.md diff --git a/pages/docs/manuals/v1.2.0/tools/freehand.md b/pages/docs/manuals/v1.2.0/painting/freehand.md similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/freehand.md rename to pages/docs/manuals/v1.2.0/painting/freehand.md diff --git a/pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-00-toolbar-icon.png b/pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-00-toolbar-icon.png similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-00-toolbar-icon.png rename to pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-00-toolbar-icon.png diff --git a/pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-01-sketch-layer.png b/pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-01-sketch-layer.png similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-01-sketch-layer.png rename to pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-01-sketch-layer.png diff --git a/pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-02-captured-stroke.png b/pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-02-captured-stroke.png similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-02-captured-stroke.png rename to pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-02-captured-stroke.png diff --git a/pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-03-refined-stroke.png b/pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-03-refined-stroke.png similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-03-refined-stroke.png rename to pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-03-refined-stroke.png diff --git a/pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-03-tool-options.png b/pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-03-tool-options.png similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-03-tool-options.png rename to pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-03-tool-options.png diff --git a/pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-04-final.png b/pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-04-final.png similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/inking/Inking-Tool-04-final.png rename to pages/docs/manuals/v1.2.0/painting/inking/Inking-Tool-04-final.png diff --git a/pages/docs/manuals/v1.2.0/tools/inking/index.md b/pages/docs/manuals/v1.2.0/painting/inking/index.md similarity index 98% rename from pages/docs/manuals/v1.2.0/tools/inking/index.md rename to pages/docs/manuals/v1.2.0/painting/inking/index.md index 33e6e82..3830a23 100644 --- a/pages/docs/manuals/v1.2.0/tools/inking/index.md +++ b/pages/docs/manuals/v1.2.0/painting/inking/index.md @@ -5,6 +5,8 @@ title = "Inking Tool" The Inking tool helps you draw controlled, smooth curved lines. You can use it for making sharp ink-like strokes over the top of pencil sketch layers. It also works as a way of gaining some fine control of your painting strokes. +smooth Strokes than can be modified + ## Capturing strokes To use your current brush with extra inking guidance, click on the Inking Tool icon in the toolbar. This tool works best with brush settings that emulate an ink pen. A brush whose width responds to your stylus pressure is ideal. diff --git a/pages/docs/manuals/v1.2.0/tools/lines-and-curves.md b/pages/docs/manuals/v1.2.0/painting/lines-and-curves.md similarity index 100% rename from pages/docs/manuals/v1.2.0/tools/lines-and-curves.md rename to pages/docs/manuals/v1.2.0/painting/lines-and-curves.md diff --git a/pages/docs/manuals/v1.2.0/paint-modes.md b/pages/docs/manuals/v1.2.0/painting/paint-modes.md similarity index 100% rename from pages/docs/manuals/v1.2.0/paint-modes.md rename to pages/docs/manuals/v1.2.0/painting/paint-modes.md diff --git a/pages/docs/manuals/v1.2.0/panels/_index.md b/pages/docs/manuals/v1.2.0/panels-popups/_index.md similarity index 87% rename from pages/docs/manuals/v1.2.0/panels/_index.md rename to pages/docs/manuals/v1.2.0/panels-popups/_index.md index 4240170..d289ad3 100644 --- a/pages/docs/manuals/v1.2.0/panels/_index.md +++ b/pages/docs/manuals/v1.2.0/panels-popups/_index.md @@ -1,5 +1,5 @@ +++ -title = "Dockable Panels" +title = "Panels & Popups" weight = 40 +++ diff --git a/pages/docs/manuals/v1.2.0/popups/brush-groups.md b/pages/docs/manuals/v1.2.0/panels-popups/brush-groups.md similarity index 100% rename from pages/docs/manuals/v1.2.0/popups/brush-groups.md rename to pages/docs/manuals/v1.2.0/panels-popups/brush-groups.md diff --git a/pages/docs/manuals/v1.2.0/popups/colour-selector.md b/pages/docs/manuals/v1.2.0/panels-popups/colour-selector.md similarity index 100% rename from pages/docs/manuals/v1.2.0/popups/colour-selector.md rename to pages/docs/manuals/v1.2.0/panels-popups/colour-selector.md diff --git a/pages/docs/manuals/v1.2.0/panels/history.md b/pages/docs/manuals/v1.2.0/panels-popups/history.md similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/history.md rename to pages/docs/manuals/v1.2.0/panels-popups/history.md diff --git a/pages/docs/manuals/v1.2.0/panels/layers/Layers-Panel-toolbar-icon.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/Layers-Panel-toolbar-icon.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/Layers-Panel-toolbar-icon.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/Layers-Panel-toolbar-icon.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/Layers-Panel.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/Layers-Panel.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/Layers-Panel.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/Layers-Panel.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/_index.md b/pages/docs/manuals/v1.2.0/panels-popups/layers/_index.md similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/_index.md rename to pages/docs/manuals/v1.2.0/panels-popups/layers/_index.md diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Burn.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Burn.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Burn.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Burn.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Color.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Color.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Color.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Color.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Darken.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Darken.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Darken.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Darken.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Destination-Atop.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Destination-Atop.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Destination-Atop.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Destination-Atop.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Destination-In.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Destination-In.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Destination-In.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Destination-In.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Destination-Out.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Destination-Out.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Destination-Out.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Destination-Out.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Difference.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Difference.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Difference.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Difference.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Dodge.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Dodge.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Dodge.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Dodge.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Exclusion.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Exclusion.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Exclusion.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Exclusion.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Hard-Light.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Hard-Light.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Hard-Light.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Hard-Light.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Hue.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Hue.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Hue.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Hue.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Lighten.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Lighten.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Lighten.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Lighten.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Luminosity.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Luminosity.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Luminosity.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Luminosity.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Multiply.ora b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Multiply.ora similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Multiply.ora rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Multiply.ora diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Multiply.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Multiply.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Multiply.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Multiply.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Normal.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Normal.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Normal.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Normal.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Overlay.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Overlay.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Overlay.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Overlay.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Plus.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Plus.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Plus.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Plus.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Saturation.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Saturation.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Saturation.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Saturation.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Screen.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Screen.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Screen.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Screen.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Soft-Light.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Soft-Light.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Soft-Light.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Soft-Light.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Source-Atop.png b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Source-Atop.png similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/Layer-Modes-Source-Atop.png rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/Layer-Modes-Source-Atop.png diff --git a/pages/docs/manuals/v1.2.0/panels/layers/layer-modes/layer-modes.md b/pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/layer-modes.md similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/layer-modes/layer-modes.md rename to pages/docs/manuals/v1.2.0/panels-popups/layers/layer-modes/layer-modes.md diff --git a/pages/docs/manuals/v1.2.0/panels/layers/merging-and-normalization.md b/pages/docs/manuals/v1.2.0/panels-popups/layers/merging-and-normalization.md similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/layers/merging-and-normalization.md rename to pages/docs/manuals/v1.2.0/panels-popups/layers/merging-and-normalization.md diff --git a/pages/docs/manuals/v1.2.0/panels/palette.md b/pages/docs/manuals/v1.2.0/panels-popups/palette.md similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/palette.md rename to pages/docs/manuals/v1.2.0/panels-popups/palette.md diff --git a/pages/docs/manuals/v1.2.0/panels/preview.md b/pages/docs/manuals/v1.2.0/panels-popups/preview.md similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/preview.md rename to pages/docs/manuals/v1.2.0/panels-popups/preview.md diff --git a/pages/docs/manuals/v1.2.0/panels/scratchpad.md b/pages/docs/manuals/v1.2.0/panels-popups/scratchpad.md similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/scratchpad.md rename to pages/docs/manuals/v1.2.0/panels-popups/scratchpad.md diff --git a/pages/docs/manuals/v1.2.0/panels/tool-options.md b/pages/docs/manuals/v1.2.0/panels-popups/tool-options.md similarity index 100% rename from pages/docs/manuals/v1.2.0/panels/tool-options.md rename to pages/docs/manuals/v1.2.0/panels-popups/tool-options.md diff --git a/pages/docs/manuals/v1.2.0/Migrating-settings-&-data-from-1.1.md b/pages/docs/manuals/v1.2.0/preferences/Migrating-settings-&-data-from-1.1.md similarity index 100% rename from pages/docs/manuals/v1.2.0/Migrating-settings-&-data-from-1.1.md rename to pages/docs/manuals/v1.2.0/preferences/Migrating-settings-&-data-from-1.1.md diff --git a/pages/docs/manuals/v1.2.0/tools/other-tools/index.md b/pages/docs/manuals/v1.2.0/tools/other-tools/index.md deleted file mode 100644 index 4ae94bf..0000000 --- a/pages/docs/manuals/v1.2.0/tools/other-tools/index.md +++ /dev/null @@ -1,11 +0,0 @@ -+++ -title = "Other Tools" -+++ - -* Other Tools - * [[Flood Fill Tool|v1.2 Flood Fill Tool]] - * [[Reposition Layer Tool|v1.2 Reposition Layer Tool]] - * [[Frame Tool|v1.2 Frame Tool]] - * [[Symmetry Tool|v1.2 symmetry Tool]] - * [[Pick Colour Tool|v1.2 Pick Colour Tool]] - * [[Pick Stroke and Layer Tool|v1.2 Pick Stroke and Layer Tool]] diff --git a/pages/docs/manuals/v1.2.0/ui/footer-bar/index.md b/pages/docs/manuals/v1.2.0/ui/footer-bar/index.md index 640f2fa..2e6efa2 100644 --- a/pages/docs/manuals/v1.2.0/ui/footer-bar/index.md +++ b/pages/docs/manuals/v1.2.0/ui/footer-bar/index.md @@ -20,12 +20,13 @@ The colour controls are clustered on the left side of the footer bar. **Eyedropper** button > Press r, or alt+lmb -- Pick a colour from the canvas. [Read more]({{< relref "../tools/colour-picker" >}}) +- Pick a colour from the canvas. [Read more]({{< relref "../canvas-tools/colour-picker" >}}) **Current and Previous Colour** indicator and menu > *Colour → Change Colour…*, or C - A rectangle consisting of two sides (swatches). The left swatch shows the current brush colour, the right swatch shows the previous colour. -- Clicking the left swatch (current colour) opens the colour selector popup. [Read more]({{< relref "../popups/colour-selector" >}}) +- Clicking the left swatch (current colour) opens the colour selector popup. [Read more]({{< relref +"../panels-popups/colour-selector" >}}) - Clicking the right swatch (previous colour) reverts the brush to the previous colour. **Edit Colour Details** button @@ -34,7 +35,7 @@ the previous colour. **Add Colour to Palette** button > *Colour → Add Colour to Palette* - Adds the current brush colour to the palette. The palette will open in a sidebar panel if it isn't already open. [Read -more]({{< relref "../panels/palette" >}}) +more]({{< relref "../panels-popups/palette" >}}) # Brush controls {{< img src="mypaint-footer-bar-brush.jpg" float="right" >}} @@ -44,9 +45,10 @@ The brush controls are clustered on the right side of the footer bar. **Current Brush** indicator and menu > *Brush → Change Brush…*, or B - A square containing the current brush icon. -- Clicking the icon opens the brush groups popup. [Read more]({{< relref "../popups/brush-groups" >}}) +- Clicking the icon opens the brush groups popup. [Read more]({{< relref "../panels-popups/brush-groups" >}}) **Pick Stroke and Layer** button > Press W - Pick a brushstroke from the screen. If the stroke is on a different layer, MyPaint will switch to that layer. -Invisible and locked layers can't be picked. Not every kind of image has a strokemap. [Read more]({{< relref "../tools/stroke-layer-picker" >}}) +Invisible and locked layers can't be picked. Not every kind of image has a strokemap. [Read more]({{< relref +"../canvas-tools/stroke-layer-picker" >}}) diff --git a/pages/docs/manuals/v1.2.0/ui/main-toolbar/index.md b/pages/docs/manuals/v1.2.0/ui/main-toolbar/index.md index c2f0130..0f2c9fa 100644 --- a/pages/docs/manuals/v1.2.0/ui/main-toolbar/index.md +++ b/pages/docs/manuals/v1.2.0/ui/main-toolbar/index.md @@ -41,7 +41,7 @@ The core set of tools cannot be hidden using the popup menu. > *Brush → Paint Mode → Paint Mode: Eraser*, or E - Toggles the Eraser paint/blend mode, which affects how the painting tools operate. [Read more]({{< relref -"../paint-modes#eraser" >}}) +"../painting/paint-modes#eraser" >}}) - Other optional paint modes can be toggled on the toolbar, see [blend modes]({{< relref "#blend-modes" >}}). @@ -49,12 +49,12 @@ The core set of tools cannot be hidden using the popup menu. > *Edit → Freehand*, or P - The default painting tool; paint using the current brush and colour, without constraints. [Read more]({{< relref -"../tools/freehand" >}}) +"../painting/freehand" >}}) **Pick Colour** (eyedropper) > *Colour → Pick Colour*, or R -- Pick a new painting colour from the canvas. [Read more]({{< relref "../tools/colour-picker" >}}) +- Pick a new painting colour from the canvas. [Read more]({{< relref "../canvas-tools/colour-picker" >}}) **Flood Fill** (paint bucket) > *Edit → Flood Fill* @@ -119,20 +119,20 @@ The toolbar items are only sensitive when you can undo or redo a step. Paint blend modes change how your brush affects the layer you paint on. These toolbar buttons are optional, and you need to use the [main toolbar's context menu]({{< relref "#main-toolbar-image" >}}) to make them visible. [Read more about -paint modes]({{< relref "../paint-modes" >}}) +paint modes]({{< relref "../painting/paint-modes" >}}) **Lock Alpha** (padlock) > *Brush → Paint Mode → Paint Mode: Lock Alpha*, or Shift+L - Applying the brush doesn't change the transparency of the pixels you paint over (in the target layer). Use this for further highlighting or shading objects that are painted on their own layer. [Read more]({{< relref -"../paint-modes#lock-alpha" >}}) +"../painting/paint-modes#lock-alpha" >}}) - It's analogous to painting on layer groups which contain a mask, but a lot less fiddly. **Colourize** (rainbow) > *Brush → Paint Mode → Paint Mode: Colourize*, or Shift+K - Painting applies the _hue_ (kind of colour) and _saturation_ (degree of colour) of your brush to whatever you paint on. The _value_ (brightness or darkness) of what you paint on isn't affected. [Read more]({{< relref -"../paint-modes#colourize" >}}) +"../painting/paint-modes#colourize" >}}) - This paint mode also doesn't change the transparency of what you paint on. - Use this for adjusting colours, or _assigning_ colour to something you've painted in greyscale. @@ -145,25 +145,25 @@ paint blend mode. **Lines and Curves** > *Edit → Lines and Curves*, or K -- Draw straight lines, hold down Ctrl to constrain the angle. [Read more]({{< relref "../tools/lines-and-curves" >}}) +- Draw straight lines, hold down Ctrl to constrain the angle. [Read more]({{< relref "../painting/lines-and-curves" >}}) - When this tool is active, you can add curves to the last straight line you drew by pressing Shift and dragging. - You can add up to two bends in each straight line. **Connected Lines** > *Edit → Connected Lines*, or J - Draw a line from where you last painted. Constraints and curving work just like the Lines and Curves tool. [Read -more]({{< relref "../tools/connected-lines" >}}) +more]({{< relref "../painting/connected-lines" >}}) **Ellipses and Circles** > *Edit → Ellipses and Circles*, or O -- Draw circles and ellipses (stretched-out circles). [Read more]({{< relref "../tools/ellipses-and-circles" >}}) +- Draw circles and ellipses (stretched-out circles). [Read more]({{< relref "../painting/ellipses-and-circles" >}}) - Holding down Shift allows you to change the angle of an ellipse. - Holding down Ctrl constrains the aspect ratio (how stretched-out it looks). - When you hold down Ctrl+Shift together, the angle is constrained instead. **Inking** > *Edit → Inking* - - Draw smooth strokes with your stylus or mouse. [Read more]({{< relref "../tools/inking" >}}) + - Draw smooth strokes with your stylus or mouse. [Read more]({{< relref "../painting/inking" >}}) # Navigation ## View (Main) diff --git a/pages/docs/manuals/v1.2.0/ui/ui-toolbar/index.md b/pages/docs/manuals/v1.2.0/ui/ui-toolbar/index.md index e0bb92d..8a18b9c 100644 --- a/pages/docs/manuals/v1.2.0/ui/ui-toolbar/index.md +++ b/pages/docs/manuals/v1.2.0/ui/ui-toolbar/index.md @@ -17,29 +17,29 @@ way of changing the painting colour. [Read more]({{< relref "../colour/selectors **Brush Groups Menu** (three brushes) > *Brush → Brush Groups* or *Window → Brush Groups* - The entries in this menu open different brush group dock-panels. Each dock-panel allows you to change the brush you -paint with. [Read more]({{< relref "../popups/brush-groups" >}}) +paint with. [Read more]({{< relref "../panels-popups/brush-groups" >}}) **Tool Options Panel** (cog) > *Edit → Show Tool Options Panel* -- This panel shows options for the current tool. [Read more]({{< relref "../panels/tool-options" >}}) +- This panel shows options for the current tool. [Read more]({{< relref "../panels-popups/tool-options" >}}) **Layers Panel** (stack of paper) > *Layer → Show Layers Panel*, or L -- This panel shows the layers tree (layer stack) for your working document. [Read more]({{< relref "../panels/layers" >}}) +- This panel shows the layers tree (layer stack) for your working document. [Read more]({{< relref "../panels-popups/layers" >}}) **Scratchpad Panel** (clipboard) > *Scratchpad → Show Scratchpad Panel*, or Shift+S - This panel is a little area where you can work on thumbnail sketches, stash references, or make palettes. Scratchpads -can be saved and loaded independently of the main working doc. [Read more]({{< relref "../panels/scratchpad" >}}) +can be saved and loaded independently of the main working doc. [Read more]({{< relref "../panels-popups/scratchpad" >}}) **Preview Panel** (camera viewfinder) > *View → Preview*, or Shift+P - The preview panel shows an overview of the entire document, and a viewfinder showing where you're zoomed to. [Read -more]({{< relref "../panels/preview" >}}) +more]({{< relref "../panels-popups/preview" >}}) **History Panel** (clock) > *Edit → Recent Brushes and Colours* -- The history panel shows a short timeline of recent brushes and colours. [Read more]({{< relref "../panels/history" >}}) +- The history panel shows a short timeline of recent brushes and colours. [Read more]({{< relref "../panels-popups/history" >}}) {{< id "fullscreen-toggle" >}}**Fullscreen Mode Toggle**{{< /id >}} > *View → Fullscreen*, or F11