Skip to main content

Selection & Duplication In Maya

Selection Modes

Let's continue by discussing the different selection options in Maya.
Place a cube in your scene and click on it—the cube's edges will turn green, indicating that the object has been selected. This type of selection is called Object Mode.

Maya has a number of additional selection types, and each one is used for a different set of operations.

To access Maya's other selection modes, hover your mouse pointer over the cube and then click and hold the right mouse button (RMB).
A menu set will appear, revealing the Maya's component selection modes—Face, Edge, and Vertex being the most important.
In the fly menu, move your mouse to the Face option and release the RMB to enter face selection mode.
You can select any face by clicking its center point and can then use the manipulator tools we learned in the previous lesson to modify the shape of the model. Select a face and practice moving, scaling, or rotating it like we've done in the example above.
These same techniques can also be used in edge and vertex selection mode. Pushing and pulling faces, edges, and vertices​ is probably the single most common function you'll perform in the modeling process, so start getting used to it now!

Basic Component Selection

Being able to move around a single face or vertex is great, but the modeling process would be incredibly tedious if every action had to be performed one face at a time.

Let's take a look at how we can add or subtract from a selection set.

Drop back into face selection mode and grab a face on your polygon cube. What do we do if we want to move more than one face at a time?
To add additional components to your selection set, simply hold Shift and click on the faces you'd like to add.
Shift is actually a toggle operator in Maya, and will reverse the selection state of any component. Therefore, Shift + Clicking an unselected face will select it, but it can also be used to deselect a face that is already in the selection set.
Try deselecting a face by Shift + Clicking.

Advanced Selection Tools

Here are a few additional selection techniques that you'll be using quite frequently:
  • Box select - You can click and drag a rectangular selection marquee in the view-port to select numerous faces, edges, or vertices simultaneously.
  • Ctrl + Click - Deselect. Ctrl + clicking is another way to subtract components from the selection set.
  • Shift + Ctrl + Click - Add to selection. Whereas Shift + Click is a toggle function, Shift + Ctrl + Clicking will always add components to the selection set. This is a useful command if you already have a number of faces or vertices selected and want to be sure you don't deselect any by accident, especially when using a marquee selection.
  • Select Edge Loop - In edge mode, double clicking an edge will automatically select the entire edge loop (all contiguous/uninterrupted edges).
  • Shift + > or Shift + - Grow or shrink selection. Most commonly used in face mode, this will expand the selection to include any immediately adjacent faces (or subtract the outer ring).
That may seem like a lot to take in, but selection commands will become second nature as you continue to spend time in Maya. Learn to use time-saving commands like grow selection, and select edge loop as early as possible, because in the long run, they'll speed up your workflow tremendously.

Duplication

Duplicating objects is an operation you'll use over, and over, and over throughout the modeling process.
To duplicate a mesh, select the object and press Ctrl + D. This is the simplest form of duplication in Maya, and makes a single copy of the object directly on top of the original model.

Creating Multiple Duplicates

If you find yourself in a situation where you need to make multiple duplicates of an object with equal spacing between them (fence posts, for example), you can use Maya's Duplicate Special command (Shift + D).
Select an object and press Shift + D to duplicate it. Translate the new object a few units to the left or right, and then repeat the Shift + D command.
Maya will place a third object in the scene, but this time, it will automatically move the new object using the same spacing you specified with the first copy. You can repeatedly press Shift + D to create as many duplicates as necessary.
There are advanced duplication options at Edit → Duplicate Special → Options Box. If you need to create a specific number of items, with precise translation, rotation, or scaling, this is the best option.
Duplicate special can also be used to create instanced copies of an object, which is something we've briefly discussed in this article, and will further explore in later tutorials.

 

 


 


 

Comments

Popular posts from this blog

Modelling Tools In Maya

By now you should know how to create a polygon primitive and begin modifying its shape by pushing and pulling edges, faces, and vertices . That's a step in the right direction, but it's really only part of the battle—it's virtually impossible to create a highly complex model from a basic primitive without making wholesale alterations to the mesh. To truly begin making finished 3D pieces , we need to learn how to modify the topology of our model by adding faces and edges where we need more detail or control. There are literally dozens of different tools in Maya's modeling shelf, but many of them are only useful in specific situations. In practice, you'll probably spend 90% of your time using the same five or six commands. Instead of introducing every single tool Maya has to offer and having you forget how to use half of them, in the next few lessons we'll take a look some of the most commonly used techniques in Maya's polygon workflow. Insert E...

The Extrude Tool In Maya

Extrusion Extrusion is our primary means of adding additional geometry to a mesh in Maya. The extrude tool can be used on either faces or edges, and can be accessed at Mesh → Extrude , or by pressing the extrude icon in the polygon shelf at the top of the viewport (highlighted in red in the image above). Take a look at the image we've attached for an idea of what a very basic extrusion looks like. On the left we started with a plain old default cube primitive. Switch into face mode, select the upper face, and then press the extrude button in the polygon shelf. A manipulator will appear, which looks like an amalgamation of the translate, scale, and rotate tools. In a sense it is—after performing an extrusion, it is essential that you either move, scale, or rotate the new face so that you don't end up with overlapping geometry (more on this later). For this example, we simply used the blue arrow to translate the new faces a few units in the positive Y direction. N...