Skip to content

Commit

Permalink
Merge pull request #52 from hapit/add_falloff_information
Browse files Browse the repository at this point in the history
Added falloff information and updated offset matrix node
  • Loading branch information
OmarEmaraDev committed Nov 3, 2018
2 parents dd31110 + 0820972 commit 9e20ad4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ If you want to contribute:
* Install [Python](https://www.python.org/downloads/).
* Clone the forked repository to your computer.
* Open the folder that contains the repository.
* Execute: `pip install -r requirements.txt --ignore-installed`.
* Execute: `sphinx-build -b html docs build`.
* Execute: `pip install -r requirements.txt --ignore-installed`
* Execute: `sphinx-build -b html docs build`
* The rendered documentation is now in the build directory as HTML.

#### Links
Expand Down
2 changes: 2 additions & 0 deletions docs/user_guide/nodes/falloff/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ Everything that can be done using falloffs can also be done without them, but us
1. Much better **Performance**.
2. **Less nodes** are required to achieve desired effects.
3. They provide a more "declarative" approach to express animations which in return makes falloffs much more **artist friendly**.

Falloffs can be used with offset nodes **Offset Vector** and **Offset Matrix**. It's also possible to use the **Evaluate falloff** node and work with the evaluated value.
Binary file not shown.
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/matrix/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Matrix
Mix Matrices <mix_matrices>
Matrix Math <matrix_math>
Combine Matrices <combine_matrices>
Offset Matrices <offset_matrices>
Offset Matrix <offset_matrix>

Matrices are a way of representing locations, rotations and scales of objects, they can also represents translations, rotations and scaling transformations.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Offset Matrices
===============
Offset Matrix
=============

Description
-----------

This node offset a matrix based on an input offset translation, rotation and scale with an input falloff as a factor.

.. image:: images/offset_matrices_node.png
.. image:: images/offset_matrix_node.png
:width: 200pt

Options
Expand Down

0 comments on commit 9e20ad4

Please sign in to comment.