Você está na página 1de 9

Chapter 4: Mesh Modeling Discussion

By Kevin Braun
Introduction
What is Polygon Modeling?
Polygon, or "Poly," Modeling is the process of creating a 3D model using basic 3
D elements called vertices, edges and faces. A vertex (more than one vertex are
called vertices) is a point in 3D space. An edge is a line connecting two vertic
es. Three edges together form a triangle face, while four edges together form a
quad face. Those triangle and quad faces of filled space are the polygons.
Fig. 1: A vertex, an edge, and a face.
One of the main advantages of polygon modeling over other modeling methods is th
e ability to easily add detail to specific areas without having to add more comp
lexity to the rest of the model. Other advantages include speed of rendering in
real-time environments and relative ease of texturing.
Modeling Tools
Working with Vertices
Selecting / Deselecting
The first thing you'll need to know in order to begin modeling is how to select
and deselect vertices. Run Blender, or if it's already running, clear the curren
t scene with Ctrl-X. There should now be a square in the center of your screen,
highlighted in purple to indicate that it is selected. In the introductory chapt
ers, you worked with objects in Object mode, and always used the Tab key to leav
e Edit Mode when an object was created. Now, we want you to actually work in Edi
t Mode. So, use the Tab key to enter Edit Mode with the default cube still selec
ted, and you'll see that the four edges (straight lines) and four vertices (poin
ts at each corner) that make up this polygon are highlighted in yellow.
Callout: The Tab key toggles between Edit and Object modes.
If you press the A-key with your cursor in the 3D viewport, you can toggle betwe
en selecting and deselecting all of the vertices in this object, just like you c
ould when working with multiple objects in Object Mode. Putting an object into E
dit Mode makes it function in many ways like a mini-version of the whole scene a lot of what you have already learned will apply within this new, smaller scop
e.
Make sure all vertices are deselected and then right click on the vertex in the
upper left corner to select just that one. If you now right click on the vertex
in the lower left corner, the one you previously selected will become deselected
and the lower one will now be selected. You can select (or deselect) multiple v
ertices at the same time by holding the Shift key down while right clicking (RMB
) on each vertex you would like to select.
Callout: In Edit Mode, selection works for vertices just like it does in Object
Mode: RMB selects, while Shift-RMB builds and takes away from the selection.
Fig. 2 [no text]
Deleting
The next thing you'll need to know is how to delete a vertex. First you'll want
to get a good look at all the vertices that are in this object. By pressing Nump
ad-5 you can toggle your view between Perspective and Orthographic view (see Cha
pter 2 for more on the difference). Switch over to perspective view and use the
techniques you just learned to select all of the vertices except the one in the
upper-most left corner and then press the Delete key (or the X-key). A menu will
appear with a number of different options - this is where things start to diffe
r from object mode. Choose "Vertices" from the menu to delete the vertices that
you have selected. You may notice that a side effect of deleting the vertices is
that the edges and faces are also deleted. This is because the faces are made u
p of edges and the edges are made up of the vertices you just deleted. Removing
the vertices necessarily removed the other things they had built. If you had cho
sen "Edges" or "Faces" from the Delete menu you could have removed only the edge
s or faces respectively, leaving the vertices in place, but unconnected.
Callout: X-key or Delete key brings up the delete menu, allowing you remove vert

ices, edges or faces.


Fig. 3.Ortho: Orthographic view.
Fig. 3.Perspective: Perspective view.
Moving
At this point you'll want to move the remaining vertex closer to the middle of t
he screen so you can begin working with it. To do this you'll need to select it,
then press the G-key to "Grab" it. Once you press the G-key the vertex will mov
e to follow the movements of your mouse, just like an entire object would in Obj
ect Mode. Move the vertex near the center of the screen and press the LMB to pla
ce the vertex and confirm the translation. Of course, the keyboard constraints t
hat you learned in the Object chapter also apply here: hitting the X, Y or Z-key
s will constrain vertex movement to that axis. Pressing them twice uses the alte
rnative transformation space as defined on the 3D header.
Callout: Transform keys in Edit Mode carry over from Object Mode: G-key (Grab),
S-key (Scale), and R-key (Rotate), as well as axis constraint shortcuts, transfo
rmation manipulators and mouse gestures.
Exact Positioning
Using the G-key is a great way to move things as long as you don't need to be pr
ecise. In fact, most of your modeling will be done using this method. However, t
here are times when you'll need exact positioning. To achieve that kind of preci
sion in Blender you'll use the "Transform Properties" panel. To access the trans
form properties dialog make sure you have something selected (the remaining vert
ex in this case) and press the N-key.
Fig. 4: The Transform Properties panel.
In the Transform Properties panel you'll see that you have a number of different
options. Here you can rename your object by modifying the text in the "OB:" tex
t field (the object in the example is named "Cube"), or place the object exactly
where you want it by modifying the numbers in the various X, Y and Z text field
s.
To place the vertex in the exact center of the 3D workspace hold the Shift-key a
nd click the LMB in the "Vertex X:" spinner control. This makes the field instan
tly editable. Type the number "0" and press Enter. To complete the process, repe
at these steps for the "Vertex Y:" and "Vertex Z:" fields. For faster access to
the Y and Z controls, you can simply hit the Tab key when you've entered your va
lue in the X control. When entering values into fields in Blender, the Tab key f
unctions much like it does in other programs you might be familiar with, taking
you to the next text field.
Callout: N-key brings up the transform properties panel for numeric positioning.
The Extrude Tool
A vertex by itself will not show up in a render. So what can we do with vertices
? Combine them into edges (which still don't show up in a render) and then into
faces. Faces render. There are several ways to create edges from a vertex.
The easiest way is to extrude the vertex. Extrusion is simply taking one thing,
like a circle, and extending it into space. Extruding a circle into space create
s a cylinder. Extruding a square creates a box. Extruding a vertex in Blender wi
ll create another vertex and an edge that links them. To do this, make sure the
vertex is selected and press the E-key. Now move the mouse around and you'll not
ice that you are moving another vertex, and that an edge attaches the two vertic
es like a string. To place the new vertex where you want, press the LMB. To add
some precision to your placement you can hold the Ctrl-key while moving the vert
ex and it will "Snap to" the nearest increment in Blender units. Of course, you
could also use the Transform properties dialog.
Callout: E-key extrudes vertices, edges and faces in space.
If you need to create a whole chain of vertices, there is a simpler workflow tha
n using the E-key for extrude. With a vertex selected, clicking with Ctrl-LMB in
the 3D view creates a new vertex at the location of the click, selects it and l
inks it with an edge to the original vertex. By holding down the Ctrl key and LM
B clicking repeatedly, you can quickly build a chain of vertices linked by edges
. This fast extrusion feature will actually work with any mesh selection: vertic
es, edges or faces.

Callout: Ctrl-LMB will automatically extrude the current selection to the point
of the mouse click.
Another easy way to create an edge is to duplicate a vertex by selecting a verte
x and pressing Shift-D. After using the LMB to place the duplicated vertex, Shif
t-RMB selecting the original and pressing the F-key will create an edge between
them.
Removing Extra Vertices
There are many cases where you may end up with vertices that occupy nearly the s
ame space. You may have imported a mesh model from a CAD program that has portio
ns of the mesh duplicated in the same spot as the original. You may be trying to
join two parts of a mesh into one, scaling vertices toward each other until the
y occupy the same point. In any of those cases, you need to remove the extra ver
tices and join the edges and faces that they help to define.
To remove extra vertices and join the edges and faces that they build, select th
e vertices in question and press the W-key, choosing "Remove Doubles" from the p
opup menu that appears. Remove Doubles works with a distance threshold value, ad
justable in the Mesh Tools panel of the Edit buttons (F9) with the Limit spinner
, so you can, for example, select all vertices in the entire mesh and use the fu
nction without fear that it will remove all but one of your vertices.
In the illustrations, you see two halves of a cube, separated, then with the ver
tices scaled together.
Figure PMD.045.1, .2: [no text]
Although the vertices occupy the same space, the edges and faces they build are
not connected, and will render with ugly lines at the gaps. As you can see in th
e next illustration, the vertices are still independent, and can be selected and
moved apart from each other.
Figure PMD.045.3: [no text]
Once the vertices of the cube have been selected and the Remove Doubles function
has been used, the vertices are merged into one, and the edges and faces they b
uild are now truly connected.
Figure PMD.045.4: With the vertices joined into one, the two halves are now one
continuous mesh.
Callout: Remove Doubles, from the W-key specials menu and Mesh Tools buttons, me
rges vertices that are very close together.
A common technique is also highlighted in the next example. When trying to get v
ertices close together for a merge, it is often easier to use the Scale command
(S-key), scaling them down to 0 with the help of the Ctrl key, than it is to mov
e one (G-key) and trying to line it up with the other on screen.
Fig. 5: [no text]
Working with an Edge
With edges, the same rules and methods that you have learned with vertices apply
, plus more. You might be wondering why working with an edge (or face) is import
ant since you already know how to work with vertices. By being able to work with
all three, you will be able to take full advantage of Blender's tool set and le
arn to work as efficiently as possible.
Selecting
Blender has tools made just for selecting edges. To activate Edge select mode, c
lick the icon on the 3D header that looks like a diagonal line. It's between the
Vertex select (four dots) and Face select (triangle) icons. Once Edge select is
activated, you'll be able to RMB click anywhere along the edge to select it. To
select multiple edges, you can hold the Shift key while RMB clicking on other e
dges.
Fig. 6: [no text]
Blender also has tools for selecting multiple edges. Under the Select menu on th
e 3D header, you'll see the Edge ring and Edge loop options. These can be used t
o easily select complex groups of interrelated edges, and are especially useful
when working with character models.
In the case of this head model, Alt-RMB selects the loop of edges that runs arou
nd the mouth, giving the modeler easy access to this crucial area. Also, Ctrl-Al
t-RMB will select the corresponding ring of edges, in case the modeler would wan

t to cut a new loop of edges through them to add, say, a crease to the face.
Figure PMD.07.1: Edge loop selected around the mouth.
Figure PMD.07.2: Edge ring selected around the mouth.
Callout: Alt-RMB selects an Edge Loop; Ctrl-Alt-RMB selects an Edge Ring.
Working with Faces
Creating a Face
Faces are created with a selection and the F-key. To create a face, you need to
have either three or four vertices selected (three will build a triangle face, f
our will build a quad face), or two edges.
Figure PMD.08: Pressing the F-key to create a triangle face and quad face from v
ertices, and a quad face from two edges.
Callout: F-key creates a face from three or four selected vertices or two select
ed edges.
Selecting
As with anything else in Blender, the quickest way to select faces is to switch
over to Face Select mode and use the RMB. The Face Select mode button is to the
right of the Edge Select mode button on the 3D header and has a triangle as its
icon. Another way to change select modes is by pressing the Ctrl-Tab keys. You'
ll get a menu that allows you to choose your select mode without having to use t
he icons.
Adding Detail to a Mesh
If you are constructing a model and you find that you need more detail in a cert
ain area, one way to achieve this is to "subdivide" the face (or faces) that you
are working with. Subdivision cuts a face into four new faces that take up the
same space as the previous single one did. To subdivide a face, make sure you ha
ve one selected, then click the Subdivide button on the Mesh Tools panel in the
Edit buttons. Subdivide can also be found in the Specials menu by pressing the W
-key.
Figure PMD.09.1: A triangle and quad face, before and after subdivision.
You'll see that there are some other subdivision options in the Specials menu. T
he "Subdivide Multi" option allows you to perform more than a single slice at on
ce on the selected faces, and is quicker than selecting "Subdivide" many times i
n a row. "Subdivide Multi Fractal" does basically the same thing, but moves the
resulting extra vertices around randomly. It's great for creating terrain, or an
y surface that needs to have a rough, random mesh. Immediately below that on the
menu is "Subdivide Smooth", which will not only subdivide the selected portions
of a mesh, but will simultaneously attempt to smooth out all edges created by t
he process.
Figure PMD.09: The W-key Specials menu with Subdivide Multi selected.
Another way to add detail is to use the Knife tool. This tool allows you to cut
Edges by drawing with the mouse. The best way to see how this works is to select
all the vertices in a subdivided square and press Shift-K to bring up the Knife
subdivide menu. From the menu, choose "Midpoints" and the cursor will change to
a knife icon. Press and hold the LMB, drawing a line that intersects several of
the edges that make up the square. When you are finished, press the Enter key,
and Blender will cut each edge that your line crossed, placing vertices at their
centers and creating some new faces in the process. The "Exact" function of the
Knife tool cuts the edges exactly where the mouse crosses them, as opposed to t
heir centers.
Callout: Shift-K brings up the Knife tool for cutting faces and edges into parts
.
Fig. 10 + Fig. 11: Knife cut tool before pressing Enter to activate the cut, and
showing the result.
Filling
Up until now you've been looking at fairly regular shapes. Let's examine a rando
m shape and see how Blender helps to organize it into a group of faces that you
can work with by using the Fill and Beauty Fill tools.
Take a look at the graphic below:
Fig. PMD.13: A shape made of edges, but not filled with faces.
You could start to select sets of vertices or edges and use the F-key to build f

aces for this outline one at a time. A faster (though messier) way is to simply
select all of the vertices with the A-key and press Shift-F to use Blenders Fill
tool. Blender will fill the shape with the appropriate number of faces. This me
thod doesn't always create the cleanest models, though, so once the shape is fil
led, Blender's Beauty Fill tool can help to clean things up.
Fig. PMD.14: The shape filled with faces by using the Shift-F fill command.
With all of the vertices in the shape selected, press Alt-F to activate the Beau
ty Fill function, and Blender will attempt to clean up the model.
Fig. PMD.15: The faces rearranged more pleasingly with Beauty Fill.
If you need to clean things up even further, you can even have Blender attempt t
o join triangles into quads with either the "Convert Triangles to Quads" command
from the Mesh menu's Edges section, or use the Alt-J hotkey.
Figure PMD.16: Any triangles that can be converted to quads have been.
Callout: Shift-F attempts to fill an area of selected vertices or edges with fac
es. Alt-F attempts to make a nicer arrangement of faces. Alt-J will convert avai
lable triangles into quads.
Subsurf
Up to this point you've only worked on models and objects with sharp edges. When
rendered, the models look just like they did in Edit Mode. That would be fine i
f you only modeled machines or other artificial objects. However, if you tried t
o model an organic shape or something like a perfectly smooth circle using the m
ethods we've gone over so far, it would take a lot of vertices, exacting placeme
nt and a lot of time. That wouldn't be an efficient use of your time and would m
ake your computer work very hard when it came time to render.
Fortunately, Blender has a tool made just for this type of modeling called the S
ubsurf modifier. Subsurf is short for a process called Subdivision Surfacing. In
Subdivision Surfacing, a simple low-polygon model (like the default cube) can b
e used as a "control cage" for a more complex organic model like a ball.
To add a Subsurf modifier to a mesh object, first make sure the object is select
ed in the 3D view. From the Modifiers panel in the Edit buttons, click the "Add
Modifier" button, then choose "Subsurf" from the resulting menu.
Fig. PMD.16.1: The Subsurf modifier panel.
Fig. PMD.16.2: A cube, with progressive levels of subsurfing.
The default setting is 1 level of subsurfing for both editing and rendering. The
se values can be changed in the modifier panel, but be careful: subsurfing actua
lly has Blender create extra geometry behind the scenes. Turning levels up too h
igh, especially on models that are complex to begin with, can quickly have your
computer trying to perform calculations for millions of polygons, and can bring
your system to a crawl.
To keep things working better while you model, you can set the subsurfing level
for the interface and the renderer separately. Setting the subsurf Levels contro
l to 2 will probably give you a good balance for most work. Try rendering your s
ubsurfed model with Render Levels set to 2 as well. If the results are not smoot
h enough, increase the value in Render Levels one at a time until they are.
The real value of Blenders Subsurf tools becomes evident when working on a more
complex organic model like a human head. The only difference between these two i
llustrations is that the second has a Subsurf modifier applied to it.
Fig. 18 + Fig. 19: A head model before and after the Subsurf modifier.
Adding a Subsurf modifier is such a common practice in Blender that there is a d
irect hotkey for it: Shift-O. Shift-O will add Subsurf modifiers to any selected
objects that are currently in Object mode. Furthermore, using Ctrl-1 through Ct
rl-4 will set the Subsurf levels for those objects, making it possible to manage
your Subsurfing for an entire Scene without ever touching the Edit buttons' mod
ifier panel.
Callout: The Add Modifier button in the Modifiers panel of the Edit buttons lets
you make a standard mesh into a Subsurfaced subdivision mesh.
Working with Normals
Understanding the Normal
There is one last element of a polygon model in Blender that you'll need to unde
rstand before you finish. That element is called a Surface Normal, or Normal for

short. Its function is to tell Blender (and the user) which direction a Face is
pointing, and to help calculate how light behaves when reflected off of your mo
del.
Sometimes when working on a complex model it is possible to end up with adjacent
faces whose normals are pointing in opposite directions. This can cause undesir
able results so it's best to make sure they are all pointing where you want them
.
The illustration below shows the default cube with "Draw Normals" activated. The
"Draw Normals" button is found in the "Mesh Tools 1" panel of the edit buttons.
(In the default configuration of Blender, this panel is actually scrolled off t
he right side of the screen on most monitors. MMB drag to the left in the Edit b
uttons area to bring it into view.) You can also change the length of the line t
hat indicates the direction of the normal by changing the value in the "NSize" f
ield just above the Draw Normals button.
Fig. PMD.20: The default cube with its normals showing.
With Draw Normals activated, small teal lines stick out of each face in your mod
el. These lines represent the direction the Normal is facing. Pressing the W-key
and selecting "Flip Normals" from the Specials menu changes the direction of th
e normals of any selected faces. If you have a model with "normal problems", i.e
. strange black seams in solid mode and render, you can force Blender to recalcu
late all normals to face the outside of the model by selecting everything in Edi
t Mode, and pressing Ctrl-N. Pressing Ctrl-Shift-N will set all of the normals t
o point toward the inside of the model.
Callout: Ctrl-N recalculates the normals of a model.
Tips and Additional Tools
Now you know the basics of how Blender handles the various tasks related to poly
gon modeling. Let's conclude this introduction with some tips that will give you
a little more power.
Vertex Groups
Vertex Groups allow you to save selections of vertices, so that later you can re
select them easily. This is useful when creating complex models that may need ad
justment later. For example: when working on a face, if you find that you are co
nstantly selecting the same group of vertices around the nose, it would make sen
se to save that selection for easy access. It's important to understand that the
selected vertices haven't actually been "put" into a group, though. Vertex grou
ps just contain lists of vertices. So, there is no reason that a vertex cannot b
e listed in several different vertex groups.
Vertex Groups are created in the "Links and Materials" panel of the Edit buttons
, in the Vertex Groups section of buttons. With your selection of vertices made
as you like, press the "New" button in the Vertex Groups panel. Some new control
s will appear, including a naming field and popup menu button for choosing other
, already created vertex groups.
Figure PMD.22.1: The Vertex Group controls.
The default name for the first vertex group created is simply "Group", but can b
e replaced with something that will help you to remember its contents better. On
ce you have entered a name, click the "Assign" button to assign the selected ver
tices to the named group. Remember that simply clicking the "New" button only cr
eates an empty vertex group - your selection will not be saved into it until you
click the "Assign" button.
The other controls in that part of the panel do the following:
Delete: Deletes the named vertex group. Note that this does not delete the verti
ces, it just removes the saved selection.
Remove: Removes the selected vertices from the currently active vertex group.
Select: Examines the named vertex group and selects its vertices in the 3D view.
This is an additive selection, so anything that was already selected in the 3D
view remains selected.
Desel.: The opposite of Select. Any vertices that are selected in the 3D view, b
ut are in the named vertex group, are deselected.
Mirroring
Another time-saving feature in Blender is the Mirror modifier. It allows you to

only model half of a model and see it duplicated in mirrored form, creating the
other half. It is useful for modeling symmetrical things, like this head as seen
in the illustration below.
Fig. PMD.23: [no text]
Adding a mirror modifier in Blender is just like adding a Subsurf modifier: clic
k the "Add Modifier" button on the Modifiers panel of the Edit buttons and choos
e "Mirror". The mirrored half will appear as ghosted lines in Wireframe mode, bu
t will be fully solid in Solid mode.
Enabling the "Do Clipping" button in the Modifiers panel will prevent any vertic
es you transform from crossing the center line of the mirror effect.
When you have finished symmetrical modeling, pressing the "Apply" button in the
Modifiers panel will make the mirrored half of the model into actual geometry th
at can be selected and modified independently.
Loop Cut
In addition to the other subdivision controls that you have learned, the loop su
bdivide tool allows you to quickly and uniformly subdivide all the edges that ar
e within the same "loop". In the illustration below, you can see the cut line lo
oping around the eye, which will allow the modeler to add crease lines. To initi
ate a Loop Cut, press Ctrl-R and move the cursor over the model. While moving th
e cursor, you'll notice that when Blender detects groups of edges that it can cu
t, a magenta line will appear to indicate the location of a possible loop cut. W
hen the magenta line indicates the loop that you would like to cut, press the LM
B once to begin the cut. Then, Blender will allow you to slide the cut back and
forth between the outer edges by moving the mouse. You can even increase or decr
ease the number of cuts made along the loop by using the scroll wheel. When you
have the cutting line positioned exactly as you like, pressing the LMB will have
Blender make the cuts. Pressing the RMB at any point in the procedure cancels t
he cut.
Fig. PMD.24: A new loop is being cut around the eye on the right side of the ima
ge.
Edge Slide
Once you begin using the Loop Cut tool to add detail to your models, you may fin
d that edge loops become even more useful. For example: what if the cut that was
made around the eye in the previous illustration fell along the center of the e
dges, but you had really wanted it nearer to the exterior loop? Instead of movin
g each edge individually, you can simply Alt-RMB select the edge loop, then choo
se "Edge Slide" from the Ctrl-E Edge Specials menu in the 3D view. This allows y
ou to slide the edge back and forth between the two bounding loops. LMB accepts
the slide, while RMB cancels. This tool will actually allow you to slide any sel
ectable edge loop, regardless of what tools were used to create it.
Edge Loop Delete
One of the elements in the X-key delete menu we have not mentioned is the "Edge
Loop" option. With an edge loop selected, using this option from the X-key delet
e menu will remove the edges, but join the faces on either side. The effect is a
s though an edge loop had never been cut there. This is a great tool for cleanly
reducing the polygon count of your meshes once you have them looking the way yo
u want.
Conclusion
In this introduction, you have seen the basic tools for polygon modeling in Blen
der and learned a little about how you can begin to work with them. If you haven
't already worked through the tutorial section of this chapter, it's a good way
to see this theory put into practice, and to learn a few more tricks as well.
Best of luck,
Kevin Braun
BLENDER OPEN CONTENT LICENSE
Terms and Conditions for Copying, Distributing, and Modifying
Items other than copying, distributing, and modifying the Content with which t

his license was distributed (such as using, etc.) are outside the scope of this
license.
1. You may copy and distribute exact replicas of the OpenContent (OC) as you re
ceive it, in any medium, provided that you conspicuously and appropriately publ
ish on each copy an appropriate copyright notice and disclaimer of warranty; ke
ep intact all the notices that refer to this License and to the absence of any
warranty; and give any other recipients of the OC a copy of this License along w
ith the OC. You may at your option charge a fee for the media and/or handling i
nvolved in creating a unique copy of the OC for use offline, you may at your op
tion offer instructional support for the OC in exchange for a fee, or you may at
your option offer warranty in exchange for a fee. You may not charge a fee for
the OC itself. You may not charge a fee for the sole service of providing acces
s to and/or use of the OC via a network (e.g. the Internet), whether it be via
the world wide web, FTP, or any other method.
2. You may modify your copy or copies of the OpenContent or any portion of it,
thus forming works based on the Content, and distribute such modifications or
work under the terms of Section 1 above, provided that you also meet all of the
se conditions:
a) You must cause the modified content to carry prominent notices stating that
you changed it, the exact nature and content of the changes, and the date of an
y change.
b) You must cause any work that you distribute or publish, that in whole or i
n part contains or is derived from the OC or any part thereof, to be licensed a
s a whole at no charge to all third parties under the terms of this License, unl
ess otherwise permitted under applicable Fair Use law.
c) The name of the Copyright Holder or contributors to the OC may not be used
to endorse or promote products derived from this software without specific prior
written permission.
These requirements apply to the modified work as a whole. If identifiable sect
ions of that work are not derived from the OC, and can be reasonably considered
independent and separate works in themselves, then this License, and its terms
, do not apply to those sections when you distribute them as separate works. Bu
t when you distribute the same sections as part of a whole which is a work base
d on the OC, the distribution of the whole must be on the terms of this License
, whose permissions for other licensees extend to the entire whole, and thus to
each and every part regardless of who wrote it. Exceptions are made to this re
quirement to release modified works free of charge under this license only in c
ompliance with Fair Use law where applicable.
3. You are not required to accept this License, since you have not signed it.
However, nothing else grants you permission to copy, distribute or modify the O
C. These actions are prohibited by law if you do not accept this License. There
fore, by distributing or translating the OC, or by deriving works herefrom, you
indicate your acceptance of this License to do so, and all its terms and condi
tions for copying, distributing or translating the OC.
NO WARRANTY
4. BECAUSE THE OPENCONTENT (OC) IS LICENSED FREE OF CHARGE, THERE IS NO WARRANT
Y FOR THE OC, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE S
TATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE OC "AS I
S" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICU
LAR PURPOSE. THE ENTIRE RISK OF USE OF THE OC IS WITH YOU. SHOULD THE OC PROVE F

AULTY, INACCURATE, OR OTHERWISE UNACCEPTABLE YOU ASSUME THE COST OF ALL NECESSA
RY REPAIR OR CORRECTION.
5. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MIRROR AND/OR REDISTRIBUTE THE
OC AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPEC
IAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO
USE THE OC, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILI
TY OF SUCH DAMAGES.

Você também pode gostar