Personally I think that's adding 3-4 steps to get a spline when it should be one. - Create plane. - Apply edit poly. - Cut edges and hope it cuts correctly. - Select the edges, its never a loop thanks to the half dozen crazy facing hidden edges. - Reset scale. Because no doubt you used non uniform scale on the plane at…
here is the complete code from the video what I meant was that lowercase "L" in "for i in l to obj.NumVerts do" appears to be undeclared. function exportMesh obj fileName origin:obj = ( local file = createFile fileName, vertStore = #(), numFrames = (animationRange.end - animationRange.start).frame as integer format "%,…
Scott I'm getting the below error message and the menu on the bottom that contains the render button is gone Loading Quixel Colors for Maya [ ] # Error: line 1: TypeError: file <maya console> line 5: reload() argument must be module # Closed >>>Moderator edit: Merged this from a new thread: My initial problem was that…
I'm fairly new to MEL so please bare with me. I'm trying to create a script that will create a polyCube with a spotLight after pressing a button, but each time you press the button in the menu it would create another copy of the two, but right beside it and not on top of the original. Basically creating a loop of the cube…
Ah i forgot to mention that this is my ui i am playing with: import maya.cmds as cmdsmyWindow = cmds.window ( title="Ben Cottage Modelling Script - ALPHA", toolbox=2, widthHeight=(218, 800) )if (cmds.window("myWindows", exists=True)):cmds.deleteUI("myWindows")scrollLayout = cmds.scrollLayout(…
@poopipe The method mentioned does work for figuring out which components are the same or not by comparing: * Position * Area * UV position * UV area * Neighbouring components * Component colour (if any) The actual ID of the components is not used to figure out and match them. The ones that cannot be matched between the…
I use Substance Painter and sometimes Designer . SPainter has a nice name matching system to avoid the pain of cage tweaking . So the baking rays doesn't return hi poly object normals or other properties beyond two matching pieces like when you bake normal map on a finger and getting other fingers projected too. It…
miauu's Texture Dropper Pro greatly speeds up your texturing workflow and additional adjustments. It allows you to quickly drag and drop texture to multiple slots of an material at once using just your viewport. That material is applied to the object on which you dropped the texture. What you have to do is to select the…
Hey, I've been using this script for the last couple days, rendering everything straight out of the viewport. It's really pretty cool, so fast for iteration! The script is working great, except I can't get it to load settings that I've saved off... I have to manually re-adjust every time I launch the script again. Not a…