[Bf-docboard-svn] bf-manual: [9303] branches/blender-3.2-release/blender_docs/manual/modeling/modifiers/modify/weight_mix.rst: Vertex Weight Mix: support Minimum and Maximum mix modes

Aaron Carlisle noreply at blender.org
Wed May 25 03:56:14 CEST 2022


Revision: 9303
          https://developer.blender.org/rBM9303
Author:   Blendify
Date:     2022-05-25 03:56:14 +0200 (Wed, 25 May 2022)
Log Message:
-----------
Vertex Weight Mix: support Minimum and Maximum mix modes

rBfa715a158a4c4576e944e79276864b1365a0ccc9

Modified Paths:
--------------
    branches/blender-3.2-release/blender_docs/manual/modeling/modifiers/modify/weight_mix.rst

Modified: branches/blender-3.2-release/blender_docs/manual/modeling/modifiers/modify/weight_mix.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/modeling/modifiers/modify/weight_mix.rst	2022-05-25 01:53:07 UTC (rev 9302)
+++ branches/blender-3.2-release/blender_docs/manual/modeling/modifiers/modify/weight_mix.rst	2022-05-25 01:56:14 UTC (rev 9303)
@@ -69,6 +69,8 @@
    :Divide: Divides the values of *Group A* by *Group B*.
    :Difference: Subtracts the smaller of the two values from the larger.
    :Average: Adds the values together, then divides by 2.
+   :Minimum: Uses the smallest weight value of VGroup A's or VGroup B's weights.
+   :Maximum: Uses the largest weight value of VGroup A's or VGroup B's weights.
 
 Normalize Weights
    Scale the weights in the vertex group to keep the relative weight



More information about the Bf-docboard-svn mailing list