MEL/Python Scripts

gf_simplifyCurve:
Advanced playblasts manager

DOWNLOAD :
http://www.creativecrash.com/maya/script/gf_simplify-curve

INSTALL:
 Place the file .py files from the archive in your script folder

LAUNCH SCRIPT (python):

import gf_simplifyCurve as sCrv
sCrv.simplifyCurve().UI()

main article :


gf_playblastManager:
Advanced playblasts manager

DOWNLOAD :
http://www.creativecrash.com/maya/script/gf_playblastmanager

INSTALL:
 Place the file "gf_playblastManager.py" in your script folder

LAUNCH SCRIPT (python):

import gf_playblastManager
reload(gf_playblastManager)
pBM = gf_playblastManager.UI()
pBM.main()
main article : http://the-rigging-clown.blogspot.fr/2014/03/script-gf-playblast-manager.html

gf_Bank:
Poses and Animations Bank

DOWNLOAD :
http://www.creativecrash.com/maya/script/gf_bank

INSTALL:
 Place the file "gf_poseBank.py" in your script folder

LAUNCH SCRIPT (python):

import gf_poseBank
reload(gf_poseBank)
pBank = gf_poseBank.UI()
pBank.main()
main article : http://the-rigging-clown.blogspot.fr/2014/01/script-gf-bank.html


gf_drawAnim:
Creates an animation from your pen/mouse

DOWNLOAD :
http://www.creativecrash.com/maya/script/draw-animation

INSTALL:
 place the .py file in your default script folder

LAUNCH SCRIPT (python):

import maya.cmds as cmds

import gf_drawAnim as daCtx
reload(daCtx)
daCtx.UI().create() 
USAGE:
Select one object, run the script, switch the option(s) and click the button, then draw in your viewport


gf_curveOnMesh:
Draws a curve on a mesh

DOWNLOAD :
http://www.creativecrash.com/maya/script/curve-on-mesh

INSTALL:
 place the .py file in your default script folder

LAUNCH SCRIPT (python):

import gf_curveOnMeshCtx as cmCtx
reload(cmCtx)

cmCtx.UI().create()
USAGE:

Select one mesh, run the script, choose the precision and click the button

main article : http://the-rigging-clown.blogspot.fr/2013/10/script-curve-on-mesh.html

gf_multiRivet:
Attach one or more object to a mesh


DOWNLOAD :
http://www.creativecrash.com/maya/script/gf_multirivet

INSTALL:
 place the .py file in your default script folder

LAUNCH SCRIPT (python):

import gf_multiRivet as mrvt
reload(mrvt)

mrvt.setup()

USAGE:

1. Select one or more object
2. Shift select a mesh
3. Launch the script

FUTURE UPDATES: 

Make it work on nurbs surfaces

main article : http://the-rigging-clown.blogspot.fr/2013/07/script-gfmultirivet.html





gf_vertexSnap:
Snaps a selected object to the center of a selection of components

DOWNLOAD :
http://www.creativecrash.com/maya/downloads/scripts-plugins/c/gf_vertexsnap

INSTALL:
place the .py file in your default script folder

LAUNCH SCRIPT (python):
import gf_vertexSnap as vsnap
reload(vsnap)

vsnap.vertexSnap()

USAGE:
1. Select an object
2. Select components on a mesh
3. Launch the script

main article : http://the-rigging-clown.blogspot.fr/2013/07/script-gfvertexsnap.html

1 commentaire: