We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea260a commit 060104bCopy full SHA for 060104b
README.md
@@ -1,4 +1,4 @@
1
-#### angularNodes (version 1.0.0)
+#### angularNodes (version 1.0.1)
2
Maya plugin with nodes for performing calculates on doubleAngle values without polluting the scene with unitConversion nodes.
3
4
#### Description
src/pluginMain.cpp
@@ -45,7 +45,7 @@ the need for a unit conversion node in most cases.
45
#include <maya/MString.h>
46
47
const char* kAUTHOR = "Ryan Porter";
48
-const char* kVERSION = "1.0.0";
+const char* kVERSION = "1.0.1";
49
const char* kREQUIRED_API_VERSION = "Any";
50
51
MString ClampAngleNode::kNODE_NAME = "clampAngle";
0 commit comments