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…
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…
miauu's Objects Replacer offers you easy, fast and powerful way of replacing objects or groups with another objects or groups(copy, instance or reference). There is a lot of options that the replacing object can inherit from the objects it have replaced: * · transformation - position, rotation, scale * · material - the…
Yo all! Wondering how i can move this components shell in absolute without them to collapse at the center point :( I saw an artist do it on max and want to do it in maya , and i just copy this phython script : import math, sys, osimport maya.cmds as cmdsimport maya.mel as mel##Convert selection to vertssF= (cmds.ls…
Hey guys! I have recently started this project on which I will work for a couple of months to learn mainly learn scripting but I have noticed that it was also a perfect opportunity to practice rigging and animating and low poly modeling! I will start off with some concepts and mock ups followed by my first basic models and…
Hey all, I've been using this script that I threw together for unwrapping cylinders quickly in max. Basically combined a couple of frequently used commands together so that it is just one keypress. As well as solving an issue I run into often in max cylinder unwrap where it staggers the edge along a seam or doesn't weld a…
miauu's Scalpel allows you to interactively subdivide (cut up) geometry by drawing lines. When you make a cut, it has to originate from a vertex or an edge. You can't create vertices inside faces. With miauu's Scalpel you can: * Snap the cut point to the nearest(to the mouse cursor) vertex (Auto and Manual mode provided).…
Spiral Game Studios (Spiral Game Studios) is a brand new independent games developer. We are currently recruiting additional talent to accomplish some of our immediate deadlines. You will be working alongside other passionate and assertive indie game developers and helping bring an amazing vision to life. If you like…
Mostly maxscripts one can download are macroscripts that just place themselfe in the "Customize User Interface" list and you can drag'n'drop them into your toolbare, but not always the scritp is a .mcr Filetype. A few minuts aggo I downloaded this script called coctail greeble and it's not a .mcr but a .ms file. Now my…