Home
Felipe Nogueira
Cancel

My Journey with Midjourney

My Thoughts. I have now spent over a month playing with Midjourney during my free time, I did not know much about it up until the day I got accepted into the Beta, and I have been in awe from day ...

Parent Constraint to Last - Maya Python

Snippet to constraint all selected nodes to the last selected. ..

Group Nodes - Maya Python

Hey guys! Here is a quick snippet to just group nodes under their own little group hierarchie, which will provide us with a driver group and a x_form group. The x_form group is the one that contai...

Find Verts Weighted To Bone Function - MaxScript

Here is a little function I wrote that will go through all selected meshes and find all the vertices weighted to a given bone. I had to write this to find all the meshes that had a specific bone in...

Create FK Chain - Maya Python

Hey guys! first rigging script for python in maya! pretty simple, it creates a FK chain from selected joints with flags to align the controllers to world or to the Joint. Wrote this script to do Ga...

Constraint Functions - MaxScript

In the past years I started creating my own library of functions and scripts that would automate a lot of the processes that I often use when rigging characters to speed up the rigging process even...