[Bf-docboard-svn] bf-manual: [7586] trunk/blender_docs/manual: Geometry Nodes: Add "Point Translate" and "Point Scale" nodes

Hans Goudey noreply at blender.org
Thu Jan 14 04:52:00 CET 2021


Revision: 7586
          https://developer.blender.org/rBM7586
Author:   HooglyBoogly
Date:     2021-01-14 04:52:00 +0100 (Thu, 14 Jan 2021)
Log Message:
-----------
Geometry Nodes: Add "Point Translate" and "Point Scale" nodes

rB1f4c1c5fc73423f87b69621f0f6131b02d014a9f

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst

Added Paths:
-----------
    trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-scale.png
    trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-translate.png
    trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_scale.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_translate.rst

Added: trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-scale.png
===================================================================
(Binary files differ)

Index: trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-scale.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-scale.png	2021-01-12 22:58:59 UTC (rev 7585)
+++ trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-scale.png	2021-01-14 03:52:00 UTC (rev 7586)

Property changes on: trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-scale.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-translate.png
===================================================================
(Binary files differ)

Index: trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-translate.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-translate.png	2021-01-12 22:58:59 UTC (rev 7585)
+++ trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-translate.png	2021-01-14 03:52:00 UTC (rev 7586)

Property changes on: trunk/blender_docs/manual/images/modeling_modifiers_nodes_point-translate.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst	2021-01-12 22:58:59 UTC (rev 7585)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst	2021-01-14 03:52:00 UTC (rev 7586)
@@ -87,7 +87,9 @@
 
    point/point_distribute.rst
    point/point_instance.rst
+   point/point_scale.rst
    point/point_separate.rst
+   point/point_translate.rst
 
 
 Utilities

Added: trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_scale.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_scale.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_scale.rst	2021-01-14 03:52:00 UTC (rev 7586)
@@ -0,0 +1,47 @@
+.. index:: Geometry Nodes; Point
+.. _bpy.types.GeometryNodePointScale:
+
+***********
+Point Scale
+***********
+
+.. figure:: /images/modeling_modifiers_nodes_point-scale.png
+   :align: right
+
+   The Point Scale node.
+
+The *Point Scale Node* changes the *scale* attribute of every point in the geometry
+by the specified amount, either from the attribute input or a vector input. 
+
+This node is provided for convenience, as it's equivalent to using the
+:doc:`Attribute Vector Math Node </modeling/modifiers/nodes/attribute/attribute_vector_math>`
+with the *multiply* operation and the *scale* attribute.
+
+The *scale* attribute is used by the
+:doc:`Point Instance Node </modeling/modifiers/nodes/point/point_instance>`
+to determine the size of every instanced object or collection.
+
+Properties
+==========
+
+Type
+    Attribute
+       Use the values from the attribute to move each point by a different amount.
+    Vector
+       Use a single vector to translate every single point. Equivalent to the 
+       :doc:`Transform Node </modeling/modifiers/nodes/geometry/transform>`.
+
+Inputs
+======
+
+Geometry
+   Standard geometry input.
+
+Translation
+   The attribute or vector input.
+
+Output
+======
+
+Geometry
+   Standard geometry output.


Property changes on: trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_scale.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_translate.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_translate.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_translate.rst	2021-01-14 03:52:00 UTC (rev 7586)
@@ -0,0 +1,43 @@
+.. index:: Geometry Nodes; Point
+.. _bpy.types.GeometryNodePointTranslate:
+
+***************
+Point Translate
+***************
+
+.. figure:: /images/modeling_modifiers_nodes_point-translate.png
+   :align: right
+
+   The Point Translate node.
+
+The *Point Translate Node* moves every point of the geometry by the specified amount,
+either from the attribute input or a vector input. 
+
+This node is provided for convenience, as it's equivalent to using the
+:doc:`Attribute Vector Math Node </modeling/modifiers/nodes/attribute/attribute_vector_math>`
+with the *addition* operation and the *position* attribute.
+
+Properties
+==========
+
+Type
+    Attribute
+       Use the values from the attribute to move each point by a different amount.
+    Vector
+       Use a single vector to translate every single point. Equivalent to the 
+       :doc:`Transform Node </modeling/modifiers/nodes/geometry/transform>`.
+
+Inputs
+======
+
+Geometry
+   Standard geometry input.
+
+Translation
+   The attribute or vector input.
+
+Output
+======
+
+Geometry
+   Standard geometry output.


Property changes on: trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_translate.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Bf-docboard-svn mailing list