Oof, sorry to hear you had to retype it, but thanks for the reply Actually oddly enough they are consistent, that's why I figured I would be able to do this. But to be safe, the first thing the script does is put the 5 materials in specific slots then go on from there. This is the actual script as recorded:macroScript…
I was using this Mel script to switching between different camera angles for years but when I updated to Maya 2024 it stopped working. Can you please help me to fix it? Thank you. global proc switchCam(int $snap) { int $check = 0; string $switchCam; string $switchCamP = "switchCam_Persp1"; string $switchCamO =…
naah the whole point of coding is not doing copy&paste work and tedious manual text editing in masses! analyze what exactly you do with the shift, especially the f_check is a bit weird you want every start/end pair after another with a 10 frame break right ? your stxE is only written to once (on start) so it doesn…
Took the xyzWindow script for Maya posted here the other day and updated it to be a full transform type-in window that mimics Max. Maybe someone here can get some use out of it (or give some thoughts on improving it): ////////////////////////////////////////////////////title: xyzWindow//Version: 2.0//Date:…
Hi everyone, We’re Lucid Realm Studio, an indie 3D game art production team, currently looking for mid-level freelance 3D artists experienced in creating stylized hand-painted armors for a stylized MMORPG project. Texture quality level and art direction is similar to WoW. Project Style * Stylized MMORPG * Hand-painted…
Hi Guys, Here is my overlay for the concept: This is the first time I have done one of these, so hopefully it is right. I am also fairly new to actively posting on polycount, so sorry if I break any rules haha. I'm going to attempt to do a rough blockout of the scene now and try to figure out a timescale for all of this.…
I would probably do maybe something like this with a bit less code. It doesn't really matter since both do the job and the script is small so it's not a matter of performance or something....but here it is if you find it useful. string $newcube[] = `polyCube -w 10 -h 10 -d 10 -sx 1 -sy 1 -sz 1 -ax 0 1 0 -cuv 4 -ch 1`;…
hey copypastepixel can you have a look at this code? - I think I have it working so far except it can't find at them moment the RoadKill URL even though the URL is correct on my computer. The problem orginates from:fn killroad_exportObj obj= ( select #(obj); exportFile OBJFilePath #noPrompt selectedOnly:true; commandstring…
/*Created by Alistair Braz (Haiddasalami)Version 1.01Installation:1. Download the .mel file.2. Place it in your My Documents/maya/scripts folder.3. Re-start Maya and type fbxExporter; in the MEL command line to launch the tool.4. Make shelf button or add to marking menu's for profit.TO DO:- Implement ASE batch export-…