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…
hmm.. I have experience with the "all in one" series of books. They're not bad, and do start very rudimentary.. which was usually my issue with them as I do have a background in scripting and programming. A pertainent question is how deep you want to go with your scripting? If you really want to get into it, it will…
I use Silo alot for organic modeling, its workflow is extremely well optimised for working quickly, I have had to switch more to max recently though as its simply a better tool for hard surface modeling. to ease the transition i wrote a few scripts to emulate silos modeling flow in max. mainly they composite similar tools…