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…
Ok an N-pole shading error - (a vertex where 5 or more edges meet) which forces Blender to average face normals across different angles, causing dark spots or "pinching" artifacts when using smooth shading. And here's a few options that may resolve the problem 1. To fix the Normals and Smoothing often, shading artifacts…
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:…
I love this. The execution is really strong, and the prop work and modeling are great. Overall, good job.I freaking love Lisbon and Portugal, and I’ve wandered these streets a lot, so you really captured the vibe. One thing that can elevate good work to fantastic work here is values and tonemapping. Let me visualize what I…
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-…