diff --git a/README.md b/README.md index 7d28d3e..2d49d41 100644 --- a/README.md +++ b/README.md @@ -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.