Hi all, I've been missing a script I used to use in Lightwave over ten years ago called Dimension by Gianni Soldati... http://www.giannisoldati.com/vari/lscript/dimension.html . A quick search uncovered a 3DS Max version of this script... http://www.scriptspot.com/3ds-max/scripts/dimension This got me searching for a Maya…
Hello folks, I created a small script that applies a lambert shader for each object selected. Installation instructions: -------------- Install in Mayas Script folder: C:\Users\[your username]\Documents\maya\scripts Call it by either calling it from MEL prompt or add a shortcut with LambertPerObject() --------------…
Here is the problem : I created a mel script for exporting very lot of objects at the same time. But I need to edit each Collada file and to replace the content of some line... Problem is after exported the object I added a function for opening the exported file one more time and edit some lines after parsing of the…
A blender add-on for having custom scripts on a shelf, like maya's shelf or 3ds max custom toolbar.
Just copy and paste your scripts here to create buttons to run them later. Organise them, rename them or sort them in the order you want. Features * Copy and paste script to shelves. As close as drag and drop as it can get.…
Would like to share my script to replace all FBXASC codes to underscore symbol. You can download the script and find all instructions here. NOTE: for now its only works for objects that derives from transform object class
Hi, I've created an repository on GitHub where I've uploaded a collection of scripts for Photoshop. All the scripts are accessed by an UI with it's own shortcuts, independent of the Photoshop's shortcuts. This is the link for it: https://github.com/cbuliarca/BCM_exetndShortcutsUI. Check the Readme.md to see what scripts…
Hello Script work in maya 2019 the problem is proper scale. It only works when you put entire scrits folder it in: C:\Users\name\Documents\maya\2019\scripts\AMTools You allso need to run entire script “ADNModelerTools05.mel” I add this to my shelf. Comand: source "AMTools/ADNModelerTools05.mel"; dosen't work for me.I only…
Hey, I've been searching through some of these threads for a solution, and whilst i've found some variation of the issue i'm having trouble getting my head around the answers given. At the moment, I have a .mcr container script that look like this: /* Load .ms files */fileIn "fn01_backfaceToggle.ms"fileIn…
I added myClass = round() At the end of the script but it still don't work. * I actually do a face selection * Run the scipt * get this error : #Error : line 1 : ZeroDivisionError : file <Maya console> line 217: float division Passerby how does it work ?
There is an angle loop script that can select loops through non-quad poles. But it does not have an option to bind a hotkey. is there another script or solution to select a continuous loop in 3ds max based on angle threshold? http://www.scriptspot.com/3ds-max/scripts/angle-loop https://vimeo.com/114909229
Angle Loop - 3ds…