[Bf-docboard-svn] bf-manual: [7061] trunk/blender_docs/manual/editors: Split Image Editing to its own page

Aaron Carlisle carlisle.b3d at gmail.com
Tue Sep 8 19:58:40 CEST 2020


Revision: 7061
          https://developer.blender.org/rBM7061
Author:   Blendify
Date:     2020-09-08 19:58:40 +0200 (Tue, 08 Sep 2020)
Log Message:
-----------
Split Image Editing to its own page

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/image/index.rst
    trunk/blender_docs/manual/editors/image/introduction.rst
    trunk/blender_docs/manual/editors/uv/introduction.rst

Added Paths:
-----------
    trunk/blender_docs/manual/editors/image/editing.rst

Added: trunk/blender_docs/manual/editors/image/editing.rst
===================================================================
--- trunk/blender_docs/manual/editors/image/editing.rst	                        (rev 0)
+++ trunk/blender_docs/manual/editors/image/editing.rst	2020-09-08 17:58:40 UTC (rev 7061)
@@ -0,0 +1,61 @@
+
+**************
+Editing Images
+**************
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      All Modes
+   :Menu:      :menuselection:`Image`
+
+New
+   Creates a new :ref:`image-generated` Image.
+Open
+   Load image from a file.
+Open Cache Render
+   Load the current scene's render layers from disk cache, if available.
+   This can be used to save RAM while rendering because the render layers do not have to be saved in RAM.
+   This can also be used to recover some information from a fail render.
+   For this to work, :ref:`Save Buffers <render_properties_save-buffers>` must be enabled.
+
+Replace
+   Replaces the current image throughout the blend-file with another image.
+Reload
+   Reload the image from the file on drive.
+Edit Externally
+   Using the *Edit Externally* tool Blender will open an external image editor,
+   as specified in the *Preferences* and load in the image to be edited.
+
+Save
+   Save the image, if the image is already a file :kbd:`Alt-S`.
+Save As
+   Save the (rendered) image in a separate file :kbd:`Shift-Alt-S` or
+   you want to save it under a different name.
+Save a Copy
+   Using *Save as Copy* will save the file to a specified name,
+   but will keep the old one open in the Image editor.
+Save All Images
+   Save all modified images. Packed images will be repacked.
+
+Invert
+   Invert Image Colors
+      Invert the colors of an image.
+   Invert Channel
+      Red, Green, Blue, Alpha
+
+Resize
+   Adjust the image size in pixels.
+Pack
+   Packs the image into the blend-file.
+   See :ref:`pack-unpack-data`.
+Unpack
+   Unpack the image to a drive.
+Extract Palette
+   Extracts a :ref:`Color Palette <ui-color-palette>` from the image for use by other tools.
+Generate Grease Pencil
+   Creates a :doc:`Grease Pencil </grease_pencil/index>` object using the currently selected image as a source.
+
+.. important::
+
+   Rendered images are not automatically saved, they have to be saved to drive manually.


Property changes on: trunk/blender_docs/manual/editors/image/editing.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/editors/image/index.rst
===================================================================
--- trunk/blender_docs/manual/editors/image/index.rst	2020-09-08 17:46:30 UTC (rev 7060)
+++ trunk/blender_docs/manual/editors/image/index.rst	2020-09-08 17:58:40 UTC (rev 7061)
@@ -12,3 +12,4 @@
    view_tab.rst
    scopes.rst
    image_settings.rst
+   editing.rst

Modified: trunk/blender_docs/manual/editors/image/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/image/introduction.rst	2020-09-08 17:46:30 UTC (rev 7060)
+++ trunk/blender_docs/manual/editors/image/introduction.rst	2020-09-08 17:58:40 UTC (rev 7061)
@@ -40,57 +40,9 @@
    See :doc:`/editors/image/navigating`.
 
 Image
-   New
-      Creates a new :ref:`image-generated` Image.
-   Open
-      Load image from a file.
-   Open Cache Render
-      Load the current scene's render layers from disk cache, if available.
-      This can be used to save RAM while rendering because the render layers do not have to be saved in RAM.
-      This can also be used to recover some information from a fail render.
-      For this to work, :ref:`Save Buffers <render_properties_save-buffers>` must be enabled.
+   Tools for opening and manipulating images.
+   See :doc:`/editors/image/editing`.
 
-   Replace
-      Replaces the current image throughout the blend-file with another image.
-   Reload
-      Reload the image from the file on drive.
-   Edit Externally
-      Using the *Edit Externally* tool Blender will open an external image editor,
-      as specified in the *Preferences* and load in the image to be edited.
-
-   Save
-      Save the image, if the image is already a file :kbd:`Alt-S`.
-   Save As
-      Save the (rendered) image in a separate file :kbd:`Shift-Alt-S` or
-      you want to save it under a different name.
-   Save a Copy
-      Using *Save as Copy* will save the file to a specified name,
-      but will keep the old one open in the Image editor.
-   Save All Images
-      Save all modified images. Packed images will be repacked.
-
-   Invert
-      Invert Image Colors
-         Invert the colors of an image.
-      Invert Channel
-         Red, Green, Blue, Alpha
-
-   Resize
-      Adjust the image size in pixels.
-   Pack
-      Packs the image into the blend-file.
-      See :ref:`pack-unpack-data`.
-   Unpack
-      Unpack the image to a drive.
-   Extract Palette
-      Extracts a :ref:`Color Palette <ui-color-palette>` from the image for use by other tools.
-   Generate Grease Pencil
-      Creates a :doc:`Grease Pencil </grease_pencil/index>` object using the currently selected image as a source.
-
-   .. important::
-
-      Rendered images are not automatically saved, they have to be saved to drive manually.
-
 Image
    A :ref:`data-block menu <ui-data-block>` used for selecting images.
    When an image has been loaded or created in the Image editor,

Modified: trunk/blender_docs/manual/editors/uv/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/uv/introduction.rst	2020-09-08 17:46:30 UTC (rev 7060)
+++ trunk/blender_docs/manual/editors/uv/introduction.rst	2020-09-08 17:58:40 UTC (rev 7061)
@@ -122,7 +122,8 @@
    Tools for :doc:`Selecting UVs </editors/uv/selecting>`.
 
 Image
-   This contains options for :doc:`/editors/image/index`.
+   Tools for opening and manipulating images.
+   See :doc:`/editors/image/editing`.
 
 UV
    Contains tools for :doc:`Unwrapping Meshes </modeling/meshes/uv/unwrapping/index>`




More information about the Bf-docboard-svn mailing list