Argile is a maya plugin and python script used for postSculpt.
It is used by Blur studios
Pronounce it aʀʒil (french for clay)
This package include
- argile (python module for ui)
- cpp blurPostDeform.mll for maya 2016, 2016.5, 2017
Copy the argile folder in maya scripts directory :
C:\Users\...\Documents\maya\scripts\argile
It already contains the .mll plugins
The argileCppCode folder contains the code to compile blurPostDeform cpp plugin
To open the argile tool in maya run the following command :
from argile import runArgileDeformUI
runArgileDeformUI()