Tweak NURBS Curve Brush
This repo is for learning the Maya Context Tool.
I using a module installer method to install VertexColorPainter plugin, which you could check here
All you need to do is pretty simple, follow the step below.
- run
git clone git@github.com:FXTD-ODYSSEY/Maya-CurveBrush.git
clone repo to disk - run
cd Maya-CurveBrush
jump to the repo working directory - run
git submodule update --init
update submodule - drag the
CurveBrush.mel
to your running Maya viewport.
then Maya will generate a CurveBrush
Shelf.
The first two Shelf Button is ysv Curve Tool (I make it work in Py2 Py3)
om1 is OpenMaya 1.0 base on Qt paint solution Reference
om2 is OpenMaya 2.0 base on Viewport 2.0 paint solution
cpp is Maya C++ API base on Viewport 2.0 paint solution