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

Aaron Carlisle noreply at blender.org
Tue Apr 27 03:01:47 CEST 2021


Revision: 7990
          https://developer.blender.org/rBM7990
Author:   Blendify
Date:     2021-04-27 03:01:46 +0200 (Tue, 27 Apr 2021)
Log Message:
-----------
Merge branch 'blender-2.93-release'

Modified Paths:
--------------
    trunk/blender_docs/manual/advanced/scripting/security.rst
    trunk/blender_docs/manual/editors/graph_editor/fcurves/sidebar/modifiers.rst
    trunk/blender_docs/manual/editors/preferences/viewport.rst
    trunk/blender_docs/manual/grease_pencil/properties/layers.rst
    trunk/blender_docs/manual/interface/controls/buttons/fields.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_math.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/attributes_reference.rst
    trunk/blender_docs/manual/modeling/modifiers/generate/multiresolution.rst
    trunk/blender_docs/manual/modeling/modifiers/generate/subdivision_surface.rst
    trunk/blender_docs/manual/render/cycles/light_settings.rst
    trunk/blender_docs/manual/render/lights/light_object.rst
    trunk/blender_docs/manual/render/shader_nodes/converter/clamp.rst
    trunk/blender_docs/manual/render/shader_nodes/converter/vector_math.rst
    trunk/blender_docs/manual/render/shader_nodes/input/attribute.rst
    trunk/blender_docs/manual/render/shader_nodes/input/volume_info.rst
    trunk/blender_docs/manual/render/shader_nodes/shader/glass.rst
    trunk/blender_docs/manual/render/shader_nodes/shader/glossy.rst
    trunk/blender_docs/manual/render/shader_nodes/shader/hair.rst
    trunk/blender_docs/manual/render/shader_nodes/shader/hair_principled.rst
    trunk/blender_docs/manual/render/shader_nodes/shader/principled.rst
    trunk/blender_docs/manual/render/shader_nodes/shader/sss.rst
    trunk/blender_docs/manual/render/shader_nodes/shader/toon.rst
    trunk/blender_docs/manual/render/shader_nodes/shader/volume_principled.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/environment.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/gradient.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/ies.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/image.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/musgrave.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/noise.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/point_density.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/sky.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/voronoi.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/wave.rst
    trunk/blender_docs/manual/render/shader_nodes/textures/white_noise.rst
    trunk/blender_docs/manual/render/shader_nodes/vector/mapping.rst
    trunk/blender_docs/manual/render/shader_nodes/vector/vector_rotate.rst
    trunk/blender_docs/manual/video_editing/sequencer/strips/text.rst
    trunk/blender_docs/resources/theme/css/theme_overrides.css

Added Paths:
-----------
    trunk/blender_docs/manual/images/render_lights_light-object-area-spread.png

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

Index: trunk/blender_docs
===================================================================
--- trunk/blender_docs	2021-04-27 00:38:10 UTC (rev 7989)
+++ trunk/blender_docs	2021-04-27 01:01:46 UTC (rev 7990)

Property changes on: trunk/blender_docs
___________________________________________________________________
Modified: svn:mergeinfo
## -1,2 +1,2 ##
 /branches/blender-2.92-release/blender_docs:7610-7921
-/branches/blender-2.93-release/blender_docs:7959-7968
\ No newline at end of property
+/branches/blender-2.93-release/blender_docs:7959-7989
\ No newline at end of property
Modified: trunk/blender_docs/manual/advanced/scripting/security.rst
===================================================================
--- trunk/blender_docs/manual/advanced/scripting/security.rst	2021-04-27 00:38:10 UTC (rev 7989)
+++ trunk/blender_docs/manual/advanced/scripting/security.rst	2021-04-27 01:01:46 UTC (rev 7990)
@@ -62,8 +62,7 @@
 Setting Defaults
 ----------------
 
-In the *File* tab of the Preferences,
-there is the toggle :ref:`Auto Run Python Scripts <prefs-auto-execution>`.
+In the Preferences, there is the toggle to :ref:`Auto Run Python Scripts <prefs-auto-execution>`.
 
 This means the **Trusted Source** option in the File Browser will be enabled by default,
 and scripts can run when blend-files are loaded without using the File Browser.

Modified: trunk/blender_docs/manual/editors/graph_editor/fcurves/sidebar/modifiers.rst
===================================================================
--- trunk/blender_docs/manual/editors/graph_editor/fcurves/sidebar/modifiers.rst	2021-04-27 00:38:10 UTC (rev 7989)
+++ trunk/blender_docs/manual/editors/graph_editor/fcurves/sidebar/modifiers.rst	2021-04-27 01:01:46 UTC (rev 7990)
@@ -15,8 +15,14 @@
 
 F-Curve modifiers are similar to object modifiers, in that they add non-destructive effects,
 that can be adjusted at any time, and layered to create more complex effects.
+Like object modifiers, F-Curve modifiers are evaluated from the top down.
+In other words, the top modifier is calculated first and consequent modifiers are calculated in order.
+Modifiers can be moved by dragging the modifier box from the top right.
 
+Modifiers can be muted or hidden by toggling the checkbox in the modifier's header region.
+Modifiers can be removed using the delete button in the modifier's header region.
 
+
 Adding a Modifier
 =================
 
@@ -38,13 +44,20 @@
 Generator Modifier
 ------------------
 
-Generator creates a Factorized or Expanded Polynomial function.
+Generator creates Polynomial function.
 These are basic mathematical formulas that represent lines, parabolas,
 and other more complex curves, depending on the values used.
 
+Mode
+   Method used to represent the equation.
+
+   :Expanded Polynomial:  Equation in the form :math:`y = x^1 + x^2 + ... + x^n`.
+   :Factorized Polynomial: Equation in the form :math:`y = (Ax + B)(Cx + D)`.
+
 Additive
    This option causes the modifier to be added to the curve, instead of replacing it by default.
-Polynomial Order
+
+Order
    Specify the order of the polynomial, or the highest power of ``X`` for this polynomial.
    (Number of coefficients: 1.)
 
@@ -55,7 +68,19 @@
       `The Wikipedia Page <https://en.wikipedia.org/wiki/Polynomial>`__
       for more information on polynomials.
 
+Influence
+   Controls the percentage of affect the modifier has on the F-Curve.
 
+
+Restrict Frame Range
+^^^^^^^^^^^^^^^^^^^^
+
+Start/End
+   The frame the modifier's affect starts/ends
+Blend In, Out
+   The number of frames, relative the the start/end values above, the modifier takes to fade in/out.
+
+
 .. index:: F-Curve Modifiers; Built-in Function Modifier
 .. _bpy.types.FModifierFunctionGenerator:
 
@@ -65,13 +90,19 @@
 These are additional formulas, each with the same options to control their shape.
 Consult mathematics reference for more detailed information on each function:
 
-- Sine
-- Cosine
-- Tangent
-- Square Root
-- Natural Logarithm
-- Normalized Sine (``sin(x)/x``)
+Type
+   The built-in function to use.
 
+   :Sine: `Sine <https://en.wikipedia.org/wiki/Sine>`__.
+   :Cosine: `Cosine <https://en.wikipedia.org/wiki/Trigonometric_functions>`__.
+   :Tangent: `Tangent <https://en.wikipedia.org/wiki/Trigonometric_functions>`__.
+   :Square Root: The square root of the value.
+   :Natural Logarithm: The natural log of the value.
+   :Normalized Sine: :math:`sin(x)/x`.
+
+Additive
+   This option causes the modifier to be added to the curve, instead of replacing it by default.
+
 Amplitude
    Adjusts the Y scaling.
 Phase Multiplier
@@ -81,7 +112,19 @@
 Value Offset
    Adjusts the Y offset.
 
+Influence
+   Controls the percentage of affect the modifier has on the F-Curve.
 
+
+Restrict Frame Range
+^^^^^^^^^^^^^^^^^^^^
+
+Start/End
+   The frame the modifier's affect starts/ends
+Blend In, Out
+   The number of frames, relative the the start/end values above, the modifier takes to fade in/out.
+
+
 .. index:: F-Curve Modifiers; Envelope Modifier
 .. _bpy.types.FModifierEnvelope:
 .. _bpy.types.FModifierEnvelopeControlPoint:
@@ -91,7 +134,7 @@
 
 Allows you to adjust the overall shape of a curve with control points.
 
-Reference Value
+Reference
    Set the Y value the envelope is centered around.
 Min
    Lower distance from Reference Value for ``1:1`` default influence.
@@ -98,7 +141,7 @@
 Max
    Upper distance from Reference Value for ``1:1`` default influence.
 
-Add Point
+Add Control Point
    Add a set of control points. They will be created at the current frame.
 
 Point
@@ -109,7 +152,19 @@
    Max
       Specifies the upper control point's position.
 
+Influence
+   Controls the percentage of affect the modifier has on the F-Curve.
 
+
+Restrict Frame Range
+^^^^^^^^^^^^^^^^^^^^
+
+Start/End
+   The frame the modifier's affect starts/ends
+Blend In, Out
+   The number of frames, relative the the start/end values above, the modifier takes to fade in/out.
+
+
 .. index:: F-Curve Modifiers; Cycles Modifier
 .. _bpy.types.FModifierCycles:
 
@@ -119,18 +174,35 @@
 Cycles allows you add cyclic motion to a curve that has two or more control points.
 The options can be set for before and after the curve.
 
-Cycle Mode
-   Repeat Motion
+.. note::
+
+   The Cycles Modifier can only be the first modifier.
+
+Before/After Mode
+   :No Cycles: Do not repeat curve data before/after.
+   :Repeat Motion:
       Repeats the curve data, while maintaining their values each cycle.
-   Repeat with Offset
+   :Repeat with Offset:
       Repeats the curve data, but offsets the value of the first point to the value of the last point each cycle.
-   Repeat Mirrored
+   :Repeat Mirrored:
       Each cycle the curve data is flipped across the X axis.
 
-Before, After Cycles
+Count
    Set the number of times to cycle the data. A value of 0 cycles the data infinitely.
 
+Influence
+   Controls the percentage of affect the modifier has on the F-Curve.
 
+
+Restrict Frame Range
+^^^^^^^^^^^^^^^^^^^^
+
+Start/End
+   The frame the modifier's affect starts/ends
+Blend In, Out
+   The number of frames, relative the the start/end values above, the modifier takes to fade in/out.
+
+
 Trivially Cyclic Curves
 ^^^^^^^^^^^^^^^^^^^^^^^
 
@@ -156,14 +228,10 @@
 like camera shake.
 
 Blend Type
-   Replace
-      Adds a -0.5 to 0.5 range noise function to the curve.
-   Add
-      Adds a 0 to 1 range noise function to the curve.
-   Subtract
-      Subtracts a 0 to 1 range noise function to the curve.
-   Multiply
-      Multiplies a 0 to 1 range noise function to the curve.
+   :Replace: Adds a -0.5 to 0.5 range noise function to the curve.
+   :Add: Adds a 0 to 1 range noise function to the curve.
+   :Subtract: Subtracts a 0 to 1 range noise function to the curve.
+   :Multiply: Multiplies a 0 to 1 range noise function to the curve.
 
 Scale
    Adjust the overall size of the noise. Values further from 0 give less frequent noise.
@@ -176,7 +244,19 @@
 Depth
    Adjusts how detailed the noise function is.
 
+Influence
+   Controls the percentage of affect the modifier has on the F-Curve.
 
+
+Restrict Frame Range
+^^^^^^^^^^^^^^^^^^^^
+
+Start/End
+   The frame the modifier's affect starts/ends
+Blend In, Out
+   The number of frames, relative the the start/end values above, the modifier takes to fade in/out.
+
+
 .. index:: F-Curve Modifiers; Limits Modifier
 .. _bpy.types.FModifierLimits:
 
@@ -185,12 +265,24 @@
 
 Limit curve values to specified X and Y ranges.
 
-Minimum, Maximum X
+Minimum X, Y
    Cuts a curve off at these frames ranges, and sets their minimum value at those points.
-Minimum, Maximum Y
+Minimum X, Y
    Truncates the curve values to a range.
 
+Influence
+   Controls the percentage of affect the modifier has on the F-Curve.
 
+
+Restrict Frame Range
+^^^^^^^^^^^^^^^^^^^^
+
+Start/End
+   The frame the modifier's affect starts/ends
+Blend In, Out
+   The number of frames, relative the the start/end values above, the modifier takes to fade in/out.
+
+
 .. index:: F-Curve Modifiers; Stepped Interpolation Modifier
 .. _bpy.types.FModifierStepped:
 
@@ -204,7 +296,19 @@
 Offset
    Reference number of frames before frames get held.
    Use to get hold for (1-3) vs (5-7) holding patterns.
-Use Start Frame
+Start Frame
    Restrict modifier to only act before its "end" frame.
-Use End Frame
+End Frame
    Restrict modifier to only act after its "start" frame.
+
+Influence
+   Controls the percentage of affect the modifier has on the F-Curve.
+
+
+Restrict Frame Range
+^^^^^^^^^^^^^^^^^^^^
+
+Start/End
+   The frame the modifier's affect starts/ends
+Blend In, Out
+   The number of frames, relative the the start/end values above, the modifier takes to fade in/out.

Modified: trunk/blender_docs/manual/editors/preferences/viewport.rst
===================================================================
--- trunk/blender_docs/manual/editors/preferences/viewport.rst	2021-04-27 00:38:10 UTC (rev 7989)
+++ trunk/blender_docs/manual/editors/preferences/viewport.rst	2021-04-27 01:01:46 UTC (rev 7990)
@@ -30,20 +30,21 @@
    Diameter of the HDRI sphere overlay.
 
 3D Viewport Axis
-   Interactive Navigation
+   :Interactive Navigation:
       Display the axis as an interactive gizmo.
-
-      :Click: Sets the viewport to display along this axis.
-      :Drag: Orbit the view.
-   Simple Axis
+      Click sets the viewport to display along this axis and dragging orbits the view.
+   :Simple Axis:
       Display simple, less intrusive axis in the viewport.
 
-      :Size: Size of the simple axis.

@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list