I'm going to be pretty straightforward here: When I see your demo reel, I immediately think "student." Like Alex said, your animations lack weight. A lot of the missing weight is due to your timing being jerky with a lot of sudden starts and stops. Your fundamentals need work, especially timing. You've got some good stuff…
Hello everyone! HitPoint, Inc is currently looking for 2D character artists for the heavy metal, sci-fi influenced mobile game Hell Marys. -Good communication skills are an absolute must. This is meant to be a work from home position so artists must be able to communicate via email and Skype. -Artists must be excellent…
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 =…
Hi! @fairlyBread nice progress on the texturing :+1: Imo totally fine to continue working on it after the deadline, hope you get around to finish it. It was a pleasure working on the challenge alongside you, until next time :) That bake issue is curious :-B Could try if triangulating that area fixes anything (if you…
20m seems way excessive to me. How does it work in the viewport for an animator who is trying to animate a specific shot? Can they get interactive feedback and quick playblasts of their work as they refine it? Also how does this complexity affect loading and saving times? Rendering times? CPU and RAM usage? All of these…
There is a simple example. I apply a material to the model and then I add a paint layer to this material. I paint something on this layer and see changes in 3DO. Now I delete this new painted layer while I am still in a paint mode. After that 3DO starts to show crazy things - missing metalness or roughness layers. If I…
I'm getting to that point where I need to get a new copy of max, but now they have that subscription system that is $1500 per year (ouch). It was painful enough to pay $3500 for max so many years ago, but I think I got my value out of my copy of max 9! Looking for a low cost or free alternative to 3ds Max. But my biggest…
This isn't so much a surprise.. in fact i first used some other search words before i thought.. hmmm maybe add transparent because decals wasn't very sucessfull.. also it often gives some "markings in underwear".. so even before search engines used AI it was (and still is) sometimes not easy to find some suitable results..…
Howdy! I'm a 2d who has a anime-ish cartoony style. I'm open for character art commissions. I have experience drawing illustrations of characters, fan art, and character sheets. PORTFOLIO Deviant Art: https://www.deviantart.com/handsomemrx Contact me: Email: mrxcommissions@outlook.com Discord: Mr.X mr.x9635
Hi, so I created this code which executes fine in the script edtior, it toggles the checker map on/off each time you run the script in the UV editor. //This works fine int $uvToggleChecker = !$uvToggleChecker; if ($uvToggleChecker == 1) { print ("UV checker map turned on."); } else if ($uvToggleChecker == 0) { print ("UV…