global proc updateSelWind(){ if ( `isTrue SomethingSelected` ){ text -edit -label "Something is selected." selText; // Enter any functions that you wish to occur when the object is selected. } else { text -edit -label "Nothing is selected." selText; } } string $windowName = `window`; columnLayout; text selText;…
I've attached an image of what happens when I try to use soft selection below. Not only am I not getting the heat signatures to show what polygons are affected, the tool simply won't taper my sword guard properly as in the left example of the image, it just makes the entire sword guard bigger or smaller, even though I only…
Hey, Is there any way in Maya 2016 (ext2 ) to create a convex hull around a selection of components? I've tried using Bullet but I couldn't change the resulting collision meshes into seperate exportable geometry... which is what I need the end result to be. I basically want to create multiple collision hulls for larger…
Hi, I've created this script that takes the selected edges, faces and objects and create paths and selections into your Photoshop opened document Here is a video explaining the script. https://www.youtube.com/watch?v=tJ4Sl0YrImc You can download it from here: http://buliarcatools.blog.fc2.com/ or…
So not too sure if i'm just doing something wrong or its a bug, but whenever I select which generator I want to apply to my mask on my fill layer, it changes the mask so it has selected everything and the generates the whole mesh; instead of just the small section I masked. If this isn't a bug how can I just add a…
So im working on a hotel room for my current employer and the bed in one room is similar to the bed in the previous room I worked in. I go into the old room and select just the pieces that I want and I go to export>selection>and export as an FBX. The bed file by itself is 8KB when the entire room was only 13kb. Is there…
Hey, Small improvement: Always when I import things to bake, I intuitively select the "High" or "Low" group and then import, but it never places the imported models where I had my mouse, requiring a drag and drop function regardless. Would be a cool & easy workflow / polish improvement if it just would put it at the…
I was wondering if anyone has tried setting up the Maya polygon selection modes where you can cycle between them with a single button. That way I could tap a button once for face, twice for verts, and so on. I really like the way UDK handles switching between the move/scale/rot tools with spacebar and I'd like to do…
I'm following along with a tutorial and I must have hit some button and now it's seriously hindering my ability to follow along. When i try to select and edge the target edge turns green and the edges next to it turn red, when i modify the target edge the others react as well. I know its some sort of group modify tool or…
Quick issue I'm having with Maya. I probably hit something leading to this small, yet visually annoying, thing. When I select edges or faces on an object I'm seeing my selection through the object, even when Smooth Shading is on. You can see it in the picture below. It only happens in my current project, not a new project…