By UBER, I meant the tool you use for most of the time. I find the 3D Coat Retopo workflow a bit cumbersome. For instance, The commands such as: Add/Split Select Extrude Brush Split Rings Delete Edges Delete Polygons Select Loop can be just covered by Maya's Quadraw with the Tab/Ctrl/Shift Combo The only faster way I can…
We are a small established team with experience working on the Tony Hawk's Pro Skater and Guitar Hero series'. We are looking for a 2D Artist/Animator that can draw animate a 2D character similar to that of Zombieville USA, but in the style of Jet Grind Radio. It's a big plus if you also have some experience using the Maya…
Getting very frustrated here with such a simple function missing! I need to duplicate around 200 objects around a curve and 2 hours later I have no results and just a lot of frustration - Tried the mash method - hate it, either makes the object I want to dup invisible or when it decides to SOMEWHAT work aligns the objects…
Hello! I am currently following a tutorial from a Patreon artist I follow. He is using a tool called Soft/Harden Edges which is under Mesh Display. I am using Maya 2018 and I can only see it as Soften Edge or Harden Edge. The Soften Edge tool seems to soften it too much more so than in the tutorial. I know there is a…
I'm having difficulty with xgen at the moment where every time I save out my scene, it doesn't save out any xgen files. I've even manually exported out collection and description files but they don't appear or are even hidden. To preference, I've used xgen before in maya 2018 and its worked, I have set up a project, I…
malcolm, that script that Fuse linked definitely has even spacing, I've used it before without problems (and it's shown working like that in the DomWar4 videos). Maya's default stuff like Motion Paths and Animation Snapshots does work, Yung's method is how you'd do it in regular Maya although as malcolm says he doesn't…
Hey. I'm working on my senior thesis at SVA and I was very interested in some NPR rendering. There are tons of renderers that cater to photorealism like arnold but I've seen some cool art recently that I'd like to tap into. I'm currently working on pic related but I have a certain look I am aiming for that I just can't…
Hey, I'm having a slight problem with transferring my UV's from an old mesh to an updated one. I (foolishly) deleted 2 edge loops on my mesh by freezing the subdivs, deleting the loops in zmodeller then unfreezing the subdivs - completely forgetting that I loose my UV's. I then made a few small changes to the mesh. I…
Hi everyone. I used the following code to change Maya's default shelf height: int $shelfHeight = `layout -q -height ShelfLayout`;int $doubleShelf = $shelfHeight + 20; if ($shelfHeight < 150) {layout -e -height $doubleShelf ShelfLayout;}else{layout -e -height 40 ShelfLayout;} And it works but know the problem is that…
Hi, I have been heavily customising Maya over the last year or so and now I wanted to tweak the default Polygon Marking menu (Shift Right Click). Basically even though its already there at the bottom of the menu, I want to add the Quad Draw tool above the Multicut tool in the marking menu. I have managed to add the tool to…