[Bf-docboard-svn] bf-manual: [8819] trunk/blender_docs/manual: Rename Time Node to Time Curve Node

Alaska noreply at blender.org
Tue Jan 18 02:42:37 CET 2022


Revision: 8819
          https://developer.blender.org/rBM8819
Author:   Alaska
Date:     2022-01-18 02:42:36 +0100 (Tue, 18 Jan 2022)
Log Message:
-----------
Rename Time Node to Time Curve Node

This change was made to allign with rBb2ccd8546c7

Modified Paths:
--------------
    trunk/blender_docs/manual/compositing/types/converter/set_alpha.rst
    trunk/blender_docs/manual/compositing/types/input/index.rst
    trunk/blender_docs/manual/editors/texture_node/types/input/time.rst

Added Paths:
-----------
    trunk/blender_docs/manual/compositing/types/input/time_curve.rst
    trunk/blender_docs/manual/images/compositing_node-types_CompositorNodeTimeCurve.png
    trunk/blender_docs/manual/images/compositing_types_input_time_curve_example.png

Removed Paths:
-------------
    trunk/blender_docs/manual/compositing/types/input/time.rst
    trunk/blender_docs/manual/images/compositing_node-types_CompositorNodeTime.png
    trunk/blender_docs/manual/images/compositing_types_input_time_example.png

Modified: trunk/blender_docs/manual/compositing/types/converter/set_alpha.rst
===================================================================
--- trunk/blender_docs/manual/compositing/types/converter/set_alpha.rst	2022-01-17 21:23:34 UTC (rev 8818)
+++ trunk/blender_docs/manual/compositing/types/converter/set_alpha.rst	2022-01-18 01:42:36 UTC (rev 8819)
@@ -70,7 +70,7 @@
    Fade to black.
 
 In the example above, the alpha channel of the swirl image is ignored.
-Instead, a :doc:`Time node </compositing/types/input/time>`
+Instead, a :doc:`Time Curve node </compositing/types/input/time_curve>`
 introduces a factor from 0.0 to 1.0 over 60 frames, or about 2 seconds,
 to the Set Alpha node. Note that the time curve is exponentially-shaped,
 so that the overall blackness will fade in slowly and then accelerate toward the end.

Modified: trunk/blender_docs/manual/compositing/types/input/index.rst
===================================================================
--- trunk/blender_docs/manual/compositing/types/input/index.rst	2022-01-17 21:23:34 UTC (rev 8818)
+++ trunk/blender_docs/manual/compositing/types/input/index.rst	2022-01-18 01:42:36 UTC (rev 8819)
@@ -25,6 +25,6 @@
    render_layers.rst
    rgb.rst
    texture.rst
-   time.rst
+   time_curve.rst
    track_position.rst
    value.rst

Deleted: trunk/blender_docs/manual/compositing/types/input/time.rst
===================================================================
--- trunk/blender_docs/manual/compositing/types/input/time.rst	2022-01-17 21:23:34 UTC (rev 8818)
+++ trunk/blender_docs/manual/compositing/types/input/time.rst	2022-01-18 01:42:36 UTC (rev 8819)
@@ -1,62 +0,0 @@
-.. _bpy.types.CompositorNodeTime:
-
-.. --- copy below this line ---
-
-*********
-Time Node
-*********
-
-.. figure:: /images/compositing_node-types_CompositorNodeTime.png
-   :align: right
-
-   Time Node.
-
-The *Time node* generates a factor value (from 0.0 to 1.0)
-that changes according to the curve as time progresses through the *Timeline*.
-
-
-Inputs
-======
-
-This node has no inputs.
-
-
-Properties
-==========
-
-Curve
-   The Y value defined by the curve is the factor output.
-   For the curve controls see: :ref:`Curve widget <ui-curve-widget>`.
-
-   .. tip::
-
-      Flipping the curve around reverses the time input, but
-      doing so is easily overlooked in the node setup.
-
-Start, End
-   Start frame and End frame of the range of time specifying the values
-   the output should last. This range becomes the X axis of the graph.
-   The time input could be reversed by specifying a start frame greater than the end frame.
-
-
-Outputs
-=======
-
-Factor
-   A speed of time factor (from 0.0 to 1.0) relative to the scene's :ref:`Frame Rate <bpy.types.RenderSettings.fps>`.
-   The factor changes according to the defined curve.
-
-.. hint:: Output values
-
-   The :doc:`Map Value </compositing/types/vector/map_value>`
-   node can be used to map the output to a more appropriate value.
-   With sometimes curves, it is possible that the Time node may output a number larger than one or less than zero.
-   To be safe, use the Min/Max clamping function of the Map Value node to limit output.
-
-
-Example
-=======
-
-.. figure:: /images/compositing_types_input_time_example.png
-
-   Time controls from left to right: no effect, slow down, freeze, accelerate, reverse.

Copied: trunk/blender_docs/manual/compositing/types/input/time_curve.rst (from rev 8818, trunk/blender_docs/manual/compositing/types/input/time.rst)
===================================================================
--- trunk/blender_docs/manual/compositing/types/input/time_curve.rst	                        (rev 0)
+++ trunk/blender_docs/manual/compositing/types/input/time_curve.rst	2022-01-18 01:42:36 UTC (rev 8819)
@@ -0,0 +1,62 @@
+.. _bpy.types.CompositorNodeTime:
+
+.. --- copy below this line ---
+
+***************
+Time Curve Node
+***************
+
+.. figure:: /images/compositing_node-types_CompositorNodeTimeCurve.png
+   :align: right
+
+   Time Curve Node.
+
+The *Time Curve node* generates a factor value (from 0.0 to 1.0)
+that changes according to the curve as time progresses through the *Timeline*.
+
+
+Inputs
+======
+
+This node has no inputs.
+
+
+Properties
+==========
+
+Curve
+   The Y value defined by the curve is the factor output.
+   For the curve controls see: :ref:`Curve widget <ui-curve-widget>`.
+
+   .. tip::
+
+      Flipping the curve around reverses the time input, but
+      doing so is easily overlooked in the node setup.
+
+Start, End
+   Start frame and End frame of the range of time specifying the values
+   the output should last. This range becomes the X axis of the graph.
+   The time input could be reversed by specifying a start frame greater than the end frame.
+
+
+Outputs
+=======
+
+Factor
+   A speed of time factor (from 0.0 to 1.0) relative to the scene's :ref:`Frame Rate <bpy.types.RenderSettings.fps>`.
+   The factor changes according to the defined curve.
+
+.. hint:: Output values
+
+   The :doc:`Map Value </compositing/types/vector/map_value>`
+   node can be used to map the output to a more appropriate value.
+   With sometimes curves, it is possible that the Time Curve node may output a number larger than one or less than zero.
+   To be safe, use the Min/Max clamping function of the Map Value node to limit output.
+
+
+Example
+=======
+
+.. figure:: /images/compositing_types_input_time_curve_example.png
+
+   Time controls from left to right: no effect, slow down, freeze, accelerate, reverse.

Modified: trunk/blender_docs/manual/editors/texture_node/types/input/time.rst
===================================================================
--- trunk/blender_docs/manual/editors/texture_node/types/input/time.rst	2022-01-17 21:23:34 UTC (rev 8818)
+++ trunk/blender_docs/manual/editors/texture_node/types/input/time.rst	2022-01-18 01:42:36 UTC (rev 8819)
@@ -1,4 +1,4 @@
 .. _bpy.types.TextureNodeCurveTime:
 .. DO NOT EDIT FILE. This is simply a stub which copies everything from the link below.
-.. include:: /compositing/types/input/time.rst
+.. include:: /compositing/types/input/time_curve.rst
    :start-after: .. --- copy below this line ---

Deleted: trunk/blender_docs/manual/images/compositing_node-types_CompositorNodeTime.png
===================================================================
(Binary files differ)

Copied: trunk/blender_docs/manual/images/compositing_node-types_CompositorNodeTimeCurve.png (from rev 8818, trunk/blender_docs/manual/images/compositing_node-types_CompositorNodeTime.png)
===================================================================
(Binary files differ)

Copied: trunk/blender_docs/manual/images/compositing_types_input_time_curve_example.png (from rev 8818, trunk/blender_docs/manual/images/compositing_types_input_time_example.png)
===================================================================
(Binary files differ)

Deleted: trunk/blender_docs/manual/images/compositing_types_input_time_example.png
===================================================================
(Binary files differ)



More information about the Bf-docboard-svn mailing list