[Bf-docboard-svn] bf-manual: [8828] trunk/blender_docs: Geometry Nodes: Rename transfer attribute geometry input

Aaron Carlisle noreply at blender.org
Wed Jan 19 20:35:50 CET 2022


Revision: 8828
          https://developer.blender.org/rBM8828
Author:   Blendify
Date:     2022-01-19 20:35:49 +0100 (Wed, 19 Jan 2022)
Log Message:
-----------
Geometry Nodes: Rename transfer attribute geometry input

rB6a16a9e661f134be3f2be1725c25de9d191ce7ba

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/transfer_attribute.rst
    trunk/blender_docs/requirements.txt

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/transfer_attribute.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/transfer_attribute.rst	2022-01-19 19:29:36 UTC (rev 8827)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/transfer_attribute.rst	2022-01-19 19:35:49 UTC (rev 8828)
@@ -10,7 +10,7 @@
 
    Transfer Attribute node.
 
-The *Transfer Attribute* node retrieves values from a target geometry and provides them as a field,
+The *Transfer Attribute* node retrieves values from a source geometry and provides them as a field,
 so they can be used anywhere.
 
 
@@ -17,14 +17,14 @@
 Inputs
 ======
 
-Target
+Source
    The geometry to retrieve the attribute from.
 
 Attribute
-   A field to evaluate on the *Target* geometry for use with the transfer method.
+   A field to evaluate on the *Source* geometry for use with the transfer method.
 
 Source Position
-   The position to start from when finding the closest location on the target mesh or point cloud.
+   The position to start from when finding the closest location on the source mesh or point cloud.
    Used in the *Nearest Face Interpolated* and *Nearest* modes. By default, this is the same as
    if the :doc:`/modeling/geometry_nodes/input/position` was connected.
 
@@ -54,7 +54,7 @@
 
    :Index:
       Copy the attribute data from the value at the input index.
-      In this mode, the target geometry can consist of a mesh, point cloud, or curve. The matching
+      In this mode, the source geometry can consist of a mesh, point cloud, or curve. The matching
       component type from the context will be chosen if possible, otherwise a component will be chosen
       in that order.
 
@@ -72,7 +72,7 @@
 =======
 
 Attribute
-   The data retrieved from the *Target* geometry, mapped based on the node's settings and inputs.
+   The data retrieved from the *Source* geometry, mapped based on the node's settings and inputs.
 
 
 Examples

Modified: trunk/blender_docs/requirements.txt
===================================================================
--- trunk/blender_docs/requirements.txt	2022-01-19 19:29:36 UTC (rev 8827)
+++ trunk/blender_docs/requirements.txt	2022-01-19 19:35:49 UTC (rev 8828)
@@ -1,12 +1,12 @@
 sphinx==4.1.1
 
 # Sphinx dependencies that are important
-Jinja2==3.0.1
-Pygments==2.10.0
+Jinja2==3.0.3
+Pygments==2.11.2
 docutils==0.17.1
-snowballstemmer==2.1.0
+snowballstemmer==2.2.0
 babel==2.9.1
-requests==2.26.0
+requests==2.27.1
 
 # Only needed for building translations.
 sphinx-intl==2.0.1



More information about the Bf-docboard-svn mailing list