[Bf-docboard-svn] bf-manual: [9746] trunk/blender_docs/manual: Merge branch 'blender-3.4-release'

Aaron Carlisle noreply at blender.org
Tue Dec 6 03:07:42 CET 2022


Revision: 9746
          https://developer.blender.org/rBM9746
Author:   Blendify
Date:     2022-12-06 03:07:42 +0100 (Tue, 06 Dec 2022)
Log Message:
-----------
Merge branch 'blender-3.4-release'

Modified Paths:
--------------
    trunk/blender_docs/manual/advanced/command_line/arguments.rst
    trunk/blender_docs/manual/editors/nla/sidebar.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst
    trunk/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst
    trunk/blender_docs/manual/interface/window_system/topbar.rst
    trunk/blender_docs/manual/render/cycles/baking.rst

Property Changed:
----------------
    trunk/blender_docs/

Index: trunk/blender_docs
===================================================================
--- trunk/blender_docs	2022-12-06 01:07:39 UTC (rev 9745)
+++ trunk/blender_docs	2022-12-06 02:07:42 UTC (rev 9746)

Property changes on: trunk/blender_docs
___________________________________________________________________
Modified: svn:mergeinfo
## -4,5 +4,5 ##
 /branches/blender-3.1-release/blender_docs:8904-9238
 /branches/blender-3.2-release/blender_docs:9236-9417
 /branches/blender-3.3-release/blender_docs:9438-9611
-/branches/blender-3.4-release/blender_docs:9673-9735
+/branches/blender-3.4-release/blender_docs:9673-9745
 /trunk/blender_docs:9673-9675
\ No newline at end of property
Modified: trunk/blender_docs/manual/advanced/command_line/arguments.rst
===================================================================
--- trunk/blender_docs/manual/advanced/command_line/arguments.rst	2022-12-06 01:07:39 UTC (rev 9745)
+++ trunk/blender_docs/manual/advanced/command_line/arguments.rst	2022-12-06 02:07:42 UTC (rev 9746)
@@ -311,6 +311,8 @@
 
 ``--debug-freestyle``
    Enable debug messages for Freestyle.
+``--gpu-backend``
+   Force to use a specific GPU backend. Valid options:
 
 
 .. _command-line-args-argument-parsing:

Modified: trunk/blender_docs/manual/editors/nla/sidebar.rst
===================================================================
--- trunk/blender_docs/manual/editors/nla/sidebar.rst	2022-12-06 01:07:39 UTC (rev 9745)
+++ trunk/blender_docs/manual/editors/nla/sidebar.rst	2022-12-06 02:07:42 UTC (rev 9746)
@@ -14,6 +14,8 @@
 
    Edited Action panel.
 
+This pannel is avalable for actions that have not been ":ref:`Pushed Down <bpy.ops.nla.action_pushdown>`".
+
 Action
    A :ref:`Data-Block <ui-data-block>` menu that allows you to edit actions shown in the action track.
    See also the Action Editor's :ref:`Action <dopesheet-action-action>`.

Modified: trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst	2022-12-06 01:07:39 UTC (rev 9745)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst	2022-12-06 02:07:42 UTC (rev 9746)
@@ -114,7 +114,17 @@
 Visual Aids
    Toggle show closure lines helper.
 
+.. _bpy.types.BrushGpencilSettings.use_collide_strokes:
 
+Strokes Collision :kbd:`D`
+   Check if extend lines collide with strokes, stopping the extension if a collision is detected.
+
+.. _bpy.types.BrushGpencilSettings.use_collide_only:
+
+Only Collide Lines
+   Use for closing gaps only if the extend strokes collide.
+
+
 Usage
 =====
 
@@ -211,7 +221,7 @@
 
 *Extend* use temporary auxiliary lines extending the actual strokes ends for closing open shapes.
 Set the size more than zero to use the extended lines, click over the area you want to be filled
-and change the length of the strokes using :kbd:`PageUp` :kbd:`PageDown` or :kbd:`Wheel`.
+and change the length of the strokes using :kbd:`PageUp`/:kbd:`PageDown`, :kbd:`Wheel` or a pen's :kbd:`MMB`.
 When you are satisfied with the length and you are sure the temporarily strokes cross each other,
 click again to fill the area.
 

Modified: trunk/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst	2022-12-06 01:07:39 UTC (rev 9745)
+++ trunk/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst	2022-12-06 02:07:42 UTC (rev 9746)
@@ -124,6 +124,30 @@
 
 Converts a stroke to an outline.
 
+View
+   The projection method to generate the outline
+
+   :View: Use the viewport's view as a projection.
+   :Front: Use the X-Z axes view as a projection.
+   :Side: use the Y-Z axis view as a projection
+   :Top: Use the X-Y axes view as a projection
+   :Camera: Use the view from the active camera as a projection.
+Material Mode
+   How materials are assigned to the outline.
+
+   :Active Material: The stroke outline will be assigned the active material.
+   :Keep Material: The stoke outline will have the same material as before.
+   :New Material: A new material will be created and assigned to the outline.
+Thickness
+   Thickness of the stroke perimeter.
+Keep Shape
+   Try to keep global shape when the stroke thickness change.
+Subdivisions
+   Number of subdivisions for the start and end caps.
+Sample Length
+   The length each resulting segment of the outline.
+   Smaller values create outlines closer to the original shape.
+
 .. list-table::
 
    * - .. figure:: /images/grease-pencil_modes_edit_stroke-menu_outline-1.png

Modified: trunk/blender_docs/manual/interface/window_system/topbar.rst
===================================================================
--- trunk/blender_docs/manual/interface/window_system/topbar.rst	2022-12-06 01:07:39 UTC (rev 9745)
+++ trunk/blender_docs/manual/interface/window_system/topbar.rst	2022-12-06 02:07:42 UTC (rev 9746)
@@ -150,12 +150,26 @@
    Initially this contains the :doc:`startup scene </editors/3dview/startup_scene>` included with Blender.
    This can be replaced by your own customized setup.
 
+   .. _bpy.ops.wm.save_homefile:
+
    Save Startup File
       Saves the current blend-file as the startup file.
+   
+   .. _bpy.ops.wm.read_factory_settings:
+
    Load Factory Settings
       Restores the default startup file and preferences.
 
+   When an :doc:`/advanced/app_templates` is in use the following operators are shown:
+
+   Load Factory Blender Settings
+      Loads the default settings to the original Blender settings without
+      the changes made from the current application template.
+   Load Factory (Application Template Name) Settings
+      Loads the default settings to the original application template.
+
    .. seealso:: :ref:`prefs-menu`.
+
 Quit :kbd:`Ctrl-Q`
    Closes Blender. The current scene is saved to a file called "quit.blend" in Blender's temporary directory
    (which can be found on the "File Paths" tab of the :doc:`Preferences </editors/preferences/file_paths>`).

Modified: trunk/blender_docs/manual/render/cycles/baking.rst
===================================================================
--- trunk/blender_docs/manual/render/cycles/baking.rst	2022-12-06 01:07:39 UTC (rev 9745)
+++ trunk/blender_docs/manual/render/cycles/baking.rst	2022-12-06 02:07:42 UTC (rev 9746)
@@ -75,7 +75,15 @@
    :Transmission:
       Bakes the transmission pass of a material.
 
+.. _bpy.types.BakeSettings.view_from:
 
+View From
+   Source of reflection ray directions.
+
+   :Above Surface: Cast rays from above the surface.
+   :Active Camera: Use the active camera's position to cast rays.
+
+
 Influence
 ---------
 



More information about the Bf-docboard-svn mailing list