Hi, How do you backup your custom scripts assigned with the hotkeys? The Userhotkeys file dose not save the custom scripts! Where can you find the custom scripts file to make a backup from it? Cheers
Script I made today, allows to generate weld at intersection of two objects. It doesn't do anything to the original selection, as everything happen on duplicates... It's MEL this time ! long ago I wanted this in Maya. if you don't want to read Video [noparse] https://youtu.be/ECJLjhHtwmY Spicy screenshot README Content(…
u need to put the .mel files into the Maya script folder then call it or, just add SimplePipe; at the end of the script like this: ---------------------------------------------- window -edit -h 200 -w 265 $window; showWindow $window; } <-- the end of Simple Pipe script SimplePipe; --------------------------------
miauu's Modifiers' Gizmo Align allows you to quickly align the gizmo of the Symmetry, Slice and Mirror modifiers by picking 3 points in the scene https://www.youtube.com/watch?v=RL6gX8D03b8 This a commercial script. You can find more information here.
Hi! Anyone know script for 3ds max that will pick object B -> move to pivot object A -> run another script to render animation to spritesheet -> change object B to object C ->run another script to render to spritesheet - > repeat with D,E... ?
Hello members. I am a newb in this forum. I tried to search for this topic but it hasn't been discussed extensively. I wonder if anyone knows about any tutorials on how to make your own mipmaps for the .dds format. I want to make my own atlas texture, and I wanted to use my own mipmaps so that there will be less seam…
Hey doodz, sorta tough to explain this script but I'm dumping it in case anyone may find it useful... This script will store/fetch a list of documents you currently have open in photoshop between sessions. http://www.funkybunnies3d.com/tools.php#fb_fetchPSdocs This can be useful for situations like:* ex1. You have a buncha…
Hi Clay! that's exactly what I was looking for. I just noticed if you're not careful your script destroy the mesh, especially if you try to edit/tune the resulting PolySplitRing with the AttributeEditor. Your script improve the InsertEdgeLoop Tool following the curvature/keeping the volume but does not support the multi…
I'm pretty new to scripting in modo and new to python (maxscript user) but I've been using more modo in my workflow lately so I decided to make this script and hopefully some more to come. Its a script to quickly apply smoothing groups to selected polys and is greatly needed in modo for game artists Usage: @setSG.py - no…
Hello all! I'm taking my first steps into MEL scripting for work, I've done things in other languages before but new to MEL. I only needed some basic stuff and it seemed as I was testing each line of this code separately, they all work fine, but I run the whole script and it seems to either do things in the wrong order or…