[Bf-docboard-svn] bf-manual: [8720] branches/blender-3.0-release/blender_docs/manual/modeling/modifiers/modify/mesh_cache.rst: Mesh Cache Modifier: add support for vertex groups

Aaron Carlisle noreply at blender.org
Tue Nov 30 19:49:07 CET 2021


Revision: 8720
          https://developer.blender.org/rBM8720
Author:   Blendify
Date:     2021-11-30 19:49:07 +0100 (Tue, 30 Nov 2021)
Log Message:
-----------
Mesh Cache Modifier: add support for vertex groups

rBc8f80453d5c8e7004b46b866ca9923ce59766c7b

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/modeling/modifiers/modify/mesh_cache.rst

Modified: branches/blender-3.0-release/blender_docs/manual/modeling/modifiers/modify/mesh_cache.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/modeling/modifiers/modify/mesh_cache.rst	2021-11-30 18:29:48 UTC (rev 8719)
+++ branches/blender-3.0-release/blender_docs/manual/modeling/modifiers/modify/mesh_cache.rst	2021-11-30 18:49:07 UTC (rev 8720)
@@ -50,7 +50,16 @@
    *None*, or *Linear*, which will blend between frames.
    Use linear when the frames in the cache file do not match up exactly with the frames in the blend-file.
 
+Vertex Group
+   If set, restrict the effect to the only vertices in that vertex group.
 
+   Invert ``<->``
+      Inverts the influence of the selected vertex group, meaning that the group
+      now represents vertices that will not be deformed by the modifier.
+
+      The setting reverses the weight values of the group.
+
+
 Time Remapping
 --------------
 
@@ -57,19 +66,19 @@
 Time Mode
    Select how time is calculated.
 
-   Frame
+   :Frame:
       Allows you to control the frames,
       which will ignore timing data in the file but is often useful since it gives simple control.
-   Time
+   :Time:
       Evaluates time in seconds,
       taking into account timing information from the file (offset and frame-times).
-   Factor
+   :Factor:
       Evaluates the entire animation as a value in the [0, 1] range.
 
 Play Mode
    Select how playback operates.
 
-   Scene
+   :Scene:
       Use the current frame from the scene to control playback.
 
       Frame Start
@@ -77,7 +86,7 @@
       Frame Scale
          Scale time by this factor (applied after the start value).
 
-   Custom
+   :Custom:
       Control animation timing manually.
 
       Evaluation Value



More information about the Bf-docboard-svn mailing list