Skip to content

Commit

Permalink
Added Time info Node
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarEmaraDev committed Mar 17, 2017
1 parent 2854fbb commit c73ce0d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
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.
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/animation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Animation
.. toctree::
:titlesonly:


Time Info <time_info>

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

Description
-----------
This node returns some information about scene playback.

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

Inputs
------

- **Scene** - A scene to return its playback information.

Outputs
-------

- **Frame** - Current frame.It is a float because of existance of subframes.
- **Start Frame** - First frame of the scene playback range.
- **End Frame** - Last frame of the scene playback range.
- **Frame Rate** - The frame rate of the playback.

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

- N/A

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

.. image:: gifs/time_info_node_example.gif

0 comments on commit c73ce0d

Please sign in to comment.