alfsici / argile

plugin for maya to store deformations on a mesh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argile

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

Installation

Copy the argile folder in maya scripts directory :

    C:\Users\...\Documents\maya\scripts\argile

It already contains the .mll plugins

CPP

The argileCppCode folder contains the code to compile blurPostDeform cpp plugin

Run in Maya

To open the argile tool in maya run the following command :

from argile import runArgileDeformUI
runArgileDeformUI() 

About

plugin for maya to store deformations on a mesh


Languages

Language:Python 59.3%Language:C++ 39.7%Language:CMake 1.0%