Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# TensionMap
tension map node for Maya in Python
Tension map node for Maya in Python, Write edge stretch / compression to vertex colors.

* This plugin was originaly implemented in C++ by Anno Schachner, [original repo](https://github.com/wiremas/tension)

![alt text](https://github.com/wiremas/tension/blob/master/res/tension.gif "tension node")




* This plugin was originaly implemented in C++ by Anno Schachner, see this [repo](https://github.com/wiremas/tension)
* And was ported to Python by Alexander Smirnov, see this [gist](https://gist.github.com/Onefabis/57a4f9fe9eb1686505bbe6297d675671) and this [video](https://vimeo.com/315989835)
* Now here is the modified version of ours.

Expand Down