I have no idea how to check the current state the contraints are in, so as to make some simple if commands, and assign this script to a hotkey. Just in case, I'm talking about Maya 2016's new edge constraint feature found in the tool panel (I think they were in the modeling toolkit in previous versions, but broken). I know…
I'm trying to select UV shells by index and then run some code and then select the next UV shell and run that same code, etc. Imagine if you wanted to scale each UV shell by 50%, that's not what I need to do, but if I could figure out how to select each shell one at a time in the script that would solve my problem. Is this…
I'm creating a small interface and I'm wondering how to keep this on top of other windows, specifically the UV editor, but I would be happy if it was just on top of all windows all the time. Anyone know how to do this?
Does anyone know how to do this the below code works to change the color management string $wsName = `colorManagementPrefs -q -renderingSpaceName`; colorManagementPrefs -e -viewTransformName "Log"; But for some reason setting it to raw does nothing? string $wsName = `colorManagementPrefs -q -renderingSpaceName`;…
Is it possible programmatically merge/modify command history queue? I want this really for an UNDO operation: If my script performs a series of commands to create some meshes, what's the best way to "group" my commands together, so that UNDO can clean up the changes? (In some query languages this is also called a…
Hey, I've been struggling with this for the last two days. I am trying to create a game with mel script, not by choice but for a project. The last piece that I need to make this possible is to attach transformation controls to a sphere that has a gravity dynamic (g.d.) on it. However, I think because the sphere has the…
Hi friend this is my first post in the forum, I hope can you help me with a simple thing in Maya but always drive me crazy, when I have some meshes in the scene who I can to make a switch to activate the "UV Boundary Smoothing --->Preserve Edges" I was try some time and nothing happened, thank you for some help and your…
Im trying to write a piece of code that requires the selected faces to be scaled at their selection center. scale command requires a pivot XYZ, or else it will try to scale in the origin. I tried using xform -q -sp -ws, but that doesnt give me the pivot for select center. Well at least its not the one the scale cmd takes.…
Hi guys! This is a tool that I'm working on to speed the process of building modular objects and export them to game engines with few clicks. There are some scripts that do the same but are written in python, so people that use maya LT can´t use them unfortunately. I decided to develop my own script and add some useful…
So pax au is a little more then 2 months away. I know plenty of people are traveling in to go. What I am wondering is do we have enough polycounters to have our first meet up? Pax AU is : 30th of October to the 1st of November. I know there is a dev meet up on the 1st. So it would be either the 30-31st. Are you coming in…