Skip to content

Commit

Permalink
Added repeat Time Node
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarEmaraDev committed Mar 17, 2017
1 parent 01cc889 commit 01cf93e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/user_guide/nodes/animation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Animation

Time Info <time_info>
Delay <delay_time>
Repeat <repeat_time>

.. image:: images/animation_overview.png
35 changes: 35 additions & 0 deletions docs/user_guide/nodes/animation/repeat_time.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Repeat Time
===========

Description
-----------
This node resets the time every n number of frames where n is the input *Rate*.

.. image:: images/repeat_time_node.png
:width: 160pt

Options
-------

.. image:: images/repeat_time_node_illustration.png

Inputs
------

- **Time** - An input time.
- **Rate** - A value at which the time will reset and start counting again.

Outputs
-------

- **Time** - The repeated time.

Advanced Node Settings
----------------------

- N/A

Examples of Usage
-----------------

.. image:: gifs/animate_euler_node_example.gif

0 comments on commit 01cf93e

Please sign in to comment.