Hello guys! I'm studying scripting and created this script to automate the creation of IK/FK system. Feel free to download, use and modify Any feedback are welcome https://vimeo.com/312859173 Download here: https://gum.co/hPwNk
Hi guys. I've been adding some procedural scatter nodes to my 3Gen plug-in for Autodesk Maya. What do You think? Any feedback would be appreciated. Youtube demo: https://www.youtube.com/watch?v=sb89nHNzOJw&t=129s&ab_channel=NemanjaStojanovic
Anyone knows an easy way to get the closest edge to a given position? i already know a way to do this for closest faces and closest vertices with the node closestPointOnMesh but this only returns faces and vertices.
is there anyway in python to iterate with 2 arguments with a for in loop. such as doing something like for gObj in Duplicates: and something likefor count in range( len(Duplicates) ): in the same for loop. i got a case where i need to iterate through a list of objects, but also need to keep a count for some math that…
Hey guys, Just a small script i created for Maya. Maybe someone else will find it useful. Enjoy. Description: This script is similar to the regular "Combine" command for polygon objects, but it keeps the last selected objects transform node. Thereby you get to keep your object name, transform values, any keyframes on the…