Download - Marco Giordano Character TD

If you want to help compiling for other system or maya version please send me the compiled version and get credits for your help


Here are my github and Creative Crash repositories where you can find all my plugin and scripts , for now is pull only mode if you wish to push please send me a mail.

C++ Maya Plugin

Follow Node v1.0

This node lets create a weighted connection with a multiplier for the influence, the connected object doesnt pop when changing the influence.

Maya 2011/2012 x32/ x64

Preview you can see an example of how to use this node below
Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


Follow Node v2.0

In this new version multiple input drivers has been had, in next version I want to add a start frame attribute and maybe a command for plugging the node automatically (not sure if python or c++).
Be aware that the kind of code I used for the V2 works for maya 2012 but does not compile on maya 2011 , some tweak on the code would be needed.
Special thanks Edoardo Pili for the upgrade ideas.

Maya 2012 x 64

Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


MG dotProduct v1

Custom maya node for performing various vector operation related to dotProduct..

Maya 2011x32, Maya 2011x64, Maya 2012x32, Maya 2012x64



Update:MG dotProduct v2 released!

Changelog: Added the possibility for the user to project the vectors on custom oriented planes.

Maya 2011x32, Maya 2011x64, Maya 2012x32, Maya 2012x64

Preview you can see a quick demo below
Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


Sin Node v1.0

Simple node that lets to calculate a sin value without need of an expression.

Maya 2011 x64

Maya 2011 x64

Preview
you can see an example of how to use this node below
Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


MG Locator v1.0

Here is a nurbs locator created trough maya api it takes some flags like position and name.
Pretty useful for rigging , since let the locators will disappear when turning off nurbs curve visibility.

Maya 2011x32, Maya 2011x64, Maya2012x32, Maya 2012x64

Maya 2011x32, Maya 2011x64, Maya2012x32, Maya 2012x64

Preview

Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


MG CurveNode V.1

Description: This plugin lets you create a nurbs curve out of transforms that will be used to shape the nurbs sucve itself.

Maya 2011 x64

Preview

Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


MG RivetNode V 1.0

This plugin lets you create an handy rivet on a nurbs surface with a couple more features then the regular rivet.

Maya 2011 x64, Maya 2013 x64 (thanks at David Johnson)

Preview

Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


MG cacheValue

This node lets you cache a value for X iteration and dinamically access the needed value at the X position.

Maya 2013 x64

This node lets you cache a value for X iteration and dinamically access the needed value at the X position.


Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


MG_vectorGL V 1.0

This is a debug node that let s you draw an array of vector in maya viewport.

Maya 2013 x64

For more info please visit the page of the project


Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


Python Script

Chain Blender v1.0

Python script that allows to blend two chains of bones.

Preview

This script allows you to blend the deformation of two chains of bones into a third one, this is the same technique used in Animator Friendly Rig dvd series.
Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


Custom Wire v1.0

Python script that allows to easily set up a custom wire deformer for extra deformation control.

Preview

This is a little demo of my python script, it allows to quickly set up wire deformers. As usual comment and critiques are appreciated, feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


Animation Import Export V 1.00

This is an handy script really usefull for exporting and importing your animations and build your own custom library.

Attention: element tree needed , you can download it from here(Script for Windows user only.)

Preview

This is an handy script really sefull for exporting and importing your animations and build your own custom library.
Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


Small movement v 1.0

Script that allows to make tiny adjustment on a control, perfect for fixing knee position and similar.

Preview

Script that allows to make tiny adjustment on a control, perfect for fixing knee position and similar,feel free to comment: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


Copy UVs v 1.0

This is a script allows to copy UVs on skinned characters (with other deformers too) without messing with the history.

Preview

Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


JointOnCurve v 1.0

This is an utility script i use quite often during rigging process, it allows the rigger to create a joint chain over a given nurbs curve.

Preview







Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


Maya Class v 1.0

This is an example about a smart way to integrate a maya object inside a python class more info Here.

Maya 2011/2012 x32/ x64

Preview
import maya.cmds as cmdsimport maya.OpenMaya as om
class TestLoc():
def __init__(self):
test= cmd.spaceLocator()[0]

selectionList = om.MSelectionList()
selectionList.add(test)
oNode = om.MObject()
selectionList.getDependNode(0, oNode)

self.node = oNode





def move(self,x,y,z):
nodeFn = om.MFnDagNode(self.node)
self.objPath= nodeFn.fullPathName()


cmds.setAttr("%s.translateX"%self.objPath,float(x))
cmds.setAttr("%s.translateY"%self.objPath,float(y))
cmds.setAttr("%s.translateZ"%self.objPath,float(z))
return

Feel free to write me for any C&C at: marco(dot)giordano(dot)work(at)gmail(dot)com


Leave a comment

This program is free software: you can redistribute it and/or modify it under the terms of the GNU GPL General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. you can see the GNU General Public License for more details here.


contact.php

More scripts will come soon!