A few weeks ago I saw a video (here on polycount) where you could redistribute the distance of the edges/verts along a curve that was automatically created from your selection via the script. I left the page open planning to download the script later but my comp crashed and I lost the web page. Does anyone happen to…
Hey guys, I know this isn't technically a programming forum, but I think what I'm looking at is pretty generic in scripting terms; also pretty basic stuff... needless to say I'm struggling to grasp the concept right now. So I'm working on a little card-flipping game to get the hang of both Unity and programming. Along with…
So Basically I need help in making a Photoshop action or a script that would allow me to place 3 random images each from different folders side by side then save the output as a single file, sort off like a slot machine if that makes sense. I tried doing it but with my limited knowledge I have only made an action that…
I've created some scripts in the past, but most of them were grabbed from the Listener and even then they were pretty basic. Now I wanted to automate the applying of a quad chamfer + turbosmooth with some settings, but I cannot make it work when doing it for multiple objects. After some reading, the best I could come up…
So I recognize that this script xform -ws -pivots 0 0 0; Moves the selected objects pivot to the world space center and that the command expects 3 arguments, so if I only wanted this to move the pivots x to ws 0, how would I go about filling in the other two arguments. I am not a Mel scripter, just a 3d animation student…
I have a maya scene with hundreds of materials (mostly phong). What happens is all of them are very low saturated and I need to bring the saturation up just a bit for all of them. Is there a script that allows me to play with all HSV attributes simultaneously? Just to make it a bit more complicated, I have quite a few…
I loved Riot’s recent multi-stage story telling approach for
Varus’ lore and imagined (enthusiastically) a similar narrative project for
Yasuo. For my submission, I want to set the stage to flush out Yasuo’s
backstory while providing new narrative arc opportunities to explore. I came up
with a promotional video script…
You can always use UV layout for both and then do a current UV set tranfser for map 2, that's how we do it where I work, it's an extra step but the UV packing in Headus is worth the extra minute. I know a few guys that use a script called UVDeluxe, you've probably heard of it, I myself haven't had the chance to give it a…
Hi, I'm looking for a way to overwrite a specific file on my filesystem, saving as a copy when necessary even if the file is open and the active document - but without any user intervention. This is something that used to be easy but no longer seems possible with an action (something they changed in newer versions of CC?).…
I'm trying to select several objects and move any uv set not "map1" to map1 and delete the leftover, now unused, uv set. I pulled a mel script I found off another thread. However when you have multiple objects selected it errors on line 7 saying it "Doesn't work for muliple objects selected." I'm guessing it's a diff from…