Skip to main content

Creating a cup in maya


In this tutorial we will make a coffee cup out of polygons.

Select the Modeling section of Maya,  choose from upper left, status line.

Select Create->Polygon Primitives->Cylinder->boxicon.gif
     Set the Axis to Y
     Set the Radius to 2
     Set the Height to 4
     
Set the Axis divisions to 10
     
Set the Height divisions to 3
     
Set the Cap divisions to 0
Select by component type  scomponent.jpg and make sure the faces button  verticon.gif   is pushed in; this will allow you to select faces. Select the top face.

poly01.gif

Select Edit Mesh->ExtrudeClick the red box at the end of the red arrow of the extrude manipulator to change to scale mode. Pick thelight blue0 box at the center of the manipulator and scale down the face a little.

poly02.gif

Select Edit Mesh->Extrude (again)

Click the blue arrow and pull the polygon face down into the cup close to the bottom.

poly03.gif

Go to the front view and press the verticon.gif   button to show vertices or use the right mouse to select vertex. Drag to select around the second row of vertices and drag them up to just below the top edge mmove.jpg. Drag a window around the third row of vertices and drag them down to just above the bottom edge.

poly05.gif

Go back to the perspective view and rotate the model until you are looking at a face perpendicular to an axis.

Select Mesh Tools->Multi-CutClick on the left edge and drag down until the point snaps to the midpoint of the segment then release. Now click on the right edge and drag down until the point snaps to the midpoint of the segment then release. Hit enter.

poly06.gif

Turn on faces again by pressing component type  scomponent.jpg and the faces button  verticon.gif.

Select Windows->Settings/Preferences->Preferences
     Select Modeling
     uncheck Keep Faces Together.
Pick the two new faces and select Edit Mesh->Extrude.
Click one of the colored boxes to show the center scale box.w
Scale them down by using the center scale box icon.
Select another tool, such as the Move tool to stop this tool

poly08.gif

Deselect the bottom polygon (while holding shift) and select Edit Mesh->Extrude (or hold down the space bar and select Recent Commands->Extrude). Pull the polygon out a little in the Z direction and click the blue circle to activate rotation and rotate the polygon forward and down a little

poly09a.gif

Extrude again and pull the polygon forward and rotate it forward a little. (Hit g hot key to run the tool again.) Extrude once more and rotate the face so that it is parallel with the grid, you may have to scale it a little so that it stays in proportion.

poly11a.gif

Extrude faces one more time and tilt the new face in towards the side of the cup. When you get it where you want it hit the delete key to remove the face at the end. We need to delete this face in order to stitch the cup handle back onto the cup body.
poly13.gif

Select the face on the coffee cup where the handle will join the side of the cup and Extrude it out towards the handle. With the last face you just extruded still selected hit the delete key. Now we are ready to stitch the handle

poly14.gif

Select Mesh Tools->Target Weld
Use the right mouse menu to select an edge. 
Hold down the mouse and pull over to the edge you want to match up to. This also works with vertices, etc.

poly15a

Now the rough body of the cup is complete. Move the points of the handle to get a more desirable shape. Pick your object and select Mesh->Smooth to smooth your polygon shape.

poly17a.gif
 

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...

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 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...