Yeah I know we do not need a compiler for running mel script but ... :) Here is my workflow when I create mel script : - I have a set of mel file where I will drop all my basic functions I will use for custom tool (Bottom level) - I have another set of mel file for common//tools still low level but cannot be insert in the…
Hello everyone! I made a script that makes it easy to generate parts in a basemesh. You can find the script right here: https://gum.co/partacus https://www.youtube.com/watch?v=tfW0myPp7V4
hey guys, so I was kinda looking for something new to learn and perhaps build a game as a hobby project. I am mainly a 3D artist and wanted to be a little bit more independent from coders regarding making small games. Now I like both unity and unreal but I feel like unreal has much more to offer however, I reckon its much…
miauu's Script Pack ver. 2.1 is available. Changelog: Corner Align support Presere UVs Visual Pivot Placer: - fixed groups behaviour. When the scipts shows the WORLD BBox, the cage for the whole group will be shown. When the script shows Local or Dimensional BBox, the cage for the single object will be shown. - Shift + LMB…
HI. i am new this mel scripts but i wan to share this you some little mel script to easy align/snap object like 3ds max do, may be some of you it will be usefull like this like this.. assign hotkey for press/release this mel code : //for PressPart float $posA[] = `pointPosition -l`; SelectVertexMask; ///convert to…
hi all, I am working on a project for my studies at the moment, where I have to design and make an aircraft (futuristic jet) in the UDK engine. I am not too sure where to start as I have limited UScript knowledge. I think it involves creating your own custom vehicle class and using matinee to change the camera when the…
Hey haiddasalami! love your scrip! I've been using it to for the past week and didn't have a problem, but for some reason starting yesterday, when ever I use it, it wont export all the objects selected in my scene. only part of my selection will be exported. Strangely though, if I export one by one using your script, I…
I am trying to teach myself how to script with Maya. I am starting with MEL and I am having problems with a more complex situation. I am trying to select all objects and delete them from the scene except for two objects that can be found on every scene. Those two objects can be found together on the same scene or…
Hey polycounters! I’m currently working on a Zbrush script to speed up my pipeline to Substance, but ran into an anomaly I can’t wrap my head around. Chances are this is a no-brainer, since I’m completely new to Zscript and not the biggest scripter in the first place. So please DO state the obvious. The script is supposed…