Blender's Unique Interface

­It's no secret that the Blender interface breaks a lot of rules. Luckily Blender has good reasons for it and after time these reasons become clear. Blender's interface is built around providing you with the shortest routes to the most results. It's also particularly focused on reducing the kind of stress on wrists and hands that's often felt when using mouse-intensive graphical applications every day.

For these reasons, a lot of the work done in Blender is distributed across the keyboard and the mouse. Many operations normally done with a point-and-click action can be achieved with just a few key-presses on the keyboard. Blender also makes heavy use of 'the middle mouse button', commonly known as the 'wheel', both as a scrolling interface and as a button.

One of the most important things to know about Blender is that the interface changes to fit the kind of task you're doing at any given time. Much of this happens when you change from one  mode to another. This can be confusing at first, especially when a menu that you saw there a second ago has become something else. Taking time to understand how Blender uses modes before you start trying to work with Blender is quite essential. It's my hope that the following chapters will make all this clearer.

Modes aside, Blender is not just for manipulating 3D objects. Whole scenes can be created with lights, textures and then rendered out as still images. Scenes can also be animated, sound effects added, and all of this rendered out in a variety of movie file formats. Interactive artworks can also be made, and extended greatly using the Python programming language. A good general rule for considering Blender might be "what you get is more than what you see".

For most of the tasks we're going to look at, there is a menu item. Throughout the Blender manual, I'll provide you with both options, the point-and-click-menu way and the keyboard-shortcut way, so that you can find a mix of both you're happy with.

Conventions Used in this Document

All keyboard characters, including numbers, will be followed by the word 'key', for instance A-key means the 'a' key on your keyboard just like 1-key represents the numeric key 1. There are however times when I'll refer to the numeric keypad. When I do this I'll say NUMPAD-1. Naturally laptop users don't have a numeric keypad. If you are following this manual on such a machine you'll need to make sure you setup Blender properly as described in the section Configuring Blender before using the normal number keys in the place of the numeric keypad.

CTRL = Control Key
SHFT = Shift Key
LMB = Left mouse button
RMB = Right mouse button
MMB = Middle mouse button
ENTER = Enter Key

Examples:

CTRL+A-key = Control key then the A key.
NUMPAD-7 = Number 7 on the number pad on your keyboard
7-key = Key 7 on your keybo­ard.

Installing Blender on Ubuntu

Software name : Blender
Homepage : http://www.blender.org/
Software version used for this installation : 2.4.3
Operating System use for this installation : Ubuntu 7.04
Recommended Hardware : 300 Mhz processor (CPU) minimum, internet connection

If you are used to an Operating System like Windows or MacOSX­ you may have installed software by downloading it from a website and double clicking on the downloaded file, and clicking through all the licence agreements, configuration options etc. This is the 'old' way of installing software. The 'new' way is much smarter - you choose what you want to install from a list and press 'go'. The rest - finding the files, downloading the files, installing software, is taken care of by Ubuntu itself while you go and get a cup of tea or work on something else. It can't get much easier. 

However, new ways take a little getting used to, and so we will first look at the basic tool needed to install software this way, and then how to use it to install Blender.

Synaptic Package Manager

The Synaptic Package Manager (SPM) is used for more than just installing software. It can also upgrade your entire operating system, and manage all software installed on your computer. However most people use SPM for just installing new software. Before you embark on this process, there are a few concepts that you may wish to get familiar with. It's not crucial you understand them thoroughly, so just read the explanations and then let it soak in over time. The ideas behind SPM will become clearer with use.

What is a repository?

SPM can automate the installation of software on your computer because it has a direct connection to one or more online software repositories. These repositories are vast archives of programs that have been pre-configured for installation on your operating system. When your computer is online, SPM can connect to these archives, check what software is available for installation, and present you with a list of installable software. All you have to do is select the software from the list that you want. SPM then downloads the software from the repository and takes care of the installation process.

So SPM is actually a repository manager: it manages which repositories (there are many) you wish to access, and which programs to download and install from those repositories.

SPM allows you to choose which repositories it accesses through its settings. The default repositories used by Ubuntu can be extended through the SPM settings so you can access a wider range of programs. Ubuntu calls each repository by a simple name. They are: Main, Universe, Multiverse, Restricted. By default Ubuntu only uses the Main online repository. If you wish to access you the other repositories, you must do this by changing repository settings of SPM.

What is a package?

When SPM downloads a programs for installation, it is in the form known as a 'package'. This means that it is a compressed archive of the program, pre-configured so that it can install nicely on your computer. If the package has been configured nicely (and the Ubuntu project team spends a lot of time making sure this is the case), then many of the headaches that installing software can bring are taken away — it's the aspirin of software installation. One of the biggest issues with installing software on any form of Linux (Ubuntu is one of many types of Linux), is dependencies. Dependencies are all the other packages required by a particular package. If, for example, I want to install an audio editor, that audio editor software may use some functionality of other programs to do its job.

SPM takes the (often) dark art of dependencies away from you, and manages this itself. So if you wish to install a program and it has dependencies (and the list can be long), you don't have to work this out yourself. SPM knows already what is needed, finds it, and installs it along with the software you have chosen.

So, SPM, as well as managing which repositories you access, is also a package management software. Hence the name: Synaptic Package Manager.

apt

You don't really need to know about 'apt', so if you are on the verge of being confused then don't read this short section. If you are a geek wannabe, then read on.

Ubuntu is a form of Linux that has derived from another form of Linux called Debian. This family of Linux has in common (amongst other things) the package/repository management system. Both Ubuntu and Debian use the apt system for managing packages. APT is an acronym for Advanced Package Tool.

SPM is actually a 'front end' (graphical interface) for controlling 'apt'. So SPM is the nice user interface that you see, but the real work is done by 'apt'. There are other ways of managing 'apt', such as the command line interface known as apt-get. In the world of Linux, there are many varieties of Linux users and they have their own ways of doing things. In general it's safe to say most Debian users use apt-get, and most Ubuntu users are happier using SPM.

Configuring Synaptic Package Manager

To install most software on Ubuntu, you need to change the default repository settings of SPM, because many programs are not contained in the default repository. To do this, you need to open the Synaptic Package Manager, which you can do via the System menu. If you haven't changed the default Desktop of Ubuntu, then the System menu can be accessed at the top left of your screen:

spm.jpg 

If all is good, you are prompted for a password.

pass.jpg

Here you must enter your password (the same one you use to log into the system). If you don't know the password, then you have a problem and it's probably caused by the fact that the computer you are using is not yours. In this case you have to find the computer's owners and ask them for the password (which is usually not polite unless you know them well) or ask them to input the password while you look casually in the other direction.

Assuming the password entered is correct, you now see the SPM open in front of you. It may be that you first see the following 'Quick Introduction' (which appears if you haven't used SPM before).

splash.jpg

Just click Close and move on.

Let's look at the Synaptic Package Manager interface.

spm1_1.jpg

Let's not worry about the details of the interface for now. All we want to do is change the repository settings. To do this, on the Settings menu, click Repositories.

settings.jpg 

Now we get to where we can do some business. Make sure that all the options are selected:

repositories2
 

Now close that window by clicking the big Close button at the bottom right.

close.jpg

Next, you see a warning telling you the repository has changed:

repositorychanged.jpg

Click the Close button.

Back in the SPM interface, you need to refresh the repositories as the warning suggests. To do this, click Reload:

reload.jpg

You then see a status window saying the repositories are being updated and showing the progress.

spmprogress.jpg 

Installing Blender with Synaptic Package Manager

Now the real business. It's pretty easy. Click on the nice big Search button:

search.jpg

The search window will open and now enter 'blender' in the field:

syn_search

Great. Now press Search at the bottom right of the above window. The search should not take very long and when it is complete you will see Blender listed :

blender_pkg 

If you highlight Blender (by clicking once on the name) you will see some information about Blender displayed :

info

Now you can read the information if you wish but there is nothing critical there. Best thing to do is just to double-click on blender. By doing this you are 'marking' (choosing) the software for installation. If you do so then an additional window appears:

mark 

Now click Mark:

mark2.jpg

You have now told Synaptic Package Manager that you want to install Blender. If all is well then the package will be highlighted:

selected

Now press the Apply button with the nice big tick next to it :

apply1.jpg

Next SPM informs you of how much space will be taken by the installation :

apply_1.jpg

Now you can just click Apply at the bottom right of the screen and the installation will start. A progress bar will be shown:

downloading.jpg

When it is completed (downloading and installing) you will have this screen : 

applied.jpg

That means all is well. Pat yourself on the back and press Close. Synaptic Package Manager will then return to its original state. Close it :

quit.jpg

Now you can open audacity...just browse to the Applications menu, choose Graphics, select Blender and release the mouse :

open

If all is well you will see Blender:

running_1

Congrats!

Trouble?

If you did not see Blender open and nothing happened then it might be that you need to enable the right video drivers for your computer. Blender needs to have extra support for running your monitor or screen so it relies on small pieces of software ('drivers') that assist it with these processes. To check you have the right drivers operating first click on 'System' and then 'Administration', then 'Restricted Drivers Manager' :

trouble1

Now you will be asked for a password. Use the password you used to log into the computer (or the 'superuser' or 'root' password if you know it), then you will see a window like this :

trouble2png

The information contained in your window may not match the above exactly as the driver listed will depend on what hardware you have installed.

Now double click on the 'enabled' check box and you should see this warning :

trouble3png

Click on 'Enable Driver' and an installation process will proceed, ending with the following screen :

trouble4png

If you hit 'Close' you will see this :

trouble5png_1

Now you need to restart your computer. Then try and open Blender again using the method described above.

Installing Blender with Linux Commands

Ubuntu

sudo apt-get install blender

Fedora

su --login

then:

yum install blender

Debian

apt-get install blender

Gentoo

emerge blender

ArchLinux

pacman -S blender

Installing Blender on OSX

Software Name: Blender
Homepage: http://www.blender.org
Software version used for this installation: Blender 2.43
Operating System used for thisinstalltion: OSX (10.4.8)
Reccomended Hardware: Powerbook G4, Powermac G5, Mac Pro, MacBookPro, iMac (core Duo)

Downloading

The latest stable version of Blender for OSX can be downloaded at http://www.blender.org/download/get-blender/

OSX_download_3

The latest version as of this writing is Blender 2.43

Click on one of the links below the "Mac OS X" heading. Select the "Blender 2.43, PowerPC" if you have a powermac G5 or G4 or a powerbook G4. If you are using a MacBook, MacBookPro, iMac(CoreDuo / Core2Duo) use the "Blender 2.43, Intel" link. Depending on your browser and its settings, you will likely see a window asking if you would like to save the file. Select Save File.

osx_download_save

Installing

Once the download is complete you should see something like this on your desktop or in the folder that your web browser is set to download into:

diskIcon

Double click on it to begin installing the software. You should now see a finder window with a disk image named "blender-2.43-darwin-8.8.1-i386" (the name of the disk image may be different if you are installing a different version than shown here) open:

blender_window_1

All you need to do now to complete the installation is copy the disk image into your "Applications" folder. To do this click on the disk image to select it then press the Apple and C keys together to copy it. Now select your Applications folder and press the Apple and V keys together. This will paste a Blender folder containing all of the contents of the disk image into your applications folder. The installation is now complete, so you can eject the installer folder (by dragging it to the eject icon) and start using Blender.

To open Blender, navigate to your new Blender folder in your Applications folder and double click on the following icon in the Blender folder:

BlenderIcon

You should now see the Blender interface:

BlenderFirst_Screen_1

That's about it, you now have Blender up and running!

Installing Blender on Windows

Software name : Blender
Homepage : http://www.blender.org
Software version used for this installation : 2.4.5
Operating System use for this installation : Windows 2000
Recommended Hardware : 300 Mhz processor (CPU) minimum, internet connection­

The first thing to do is to visit the blender website http://www.blender.org

website

Now click on the 'Download' link at the top of the page and you will see something like this :

website_download

Now you can see the link to the Windows installer, just click on it :

win_down

and, depending on your browser, a download pop-up should appear :

save

Press 'Save File' and the download should start. Next you need to go to the folder where your downloads go. I download everything to the desktop, so if I look on my Desktop I will see the same icon you will find in your downloads folder :

download_pkg

Now double click on this icon and the installer screen will appear :

1

Just click 'Next >' and move on...

2

If you don't click 'I agree' you can't install Blender...so I would recommend clicking 'I agree' :

3

There is nothing important in the above screen. it only asks you if you want Desktop shortcuts etc. Ignore these options unless you have any specific reason for changing them, and press 'Next >' :

4

The above window determines where you want to install Blender. Again, leave this as the default unless you know have a specific reason for changing it and press 'Next >' :

5

For now leave the above settingS as they are and click 'Install'. You should see an installation window with a progress bar in it :

6

When the installation is finished you will see a small pop up window :

7

It's a bit unclear to me why Blender asks this, it is part of the installation process anyway. Just press 'OK' and if all is well you will see this :

8

Press 'Finish' and you should see Blender open!

9

­

Configuring Blender

Now that you've installed Blender, let's set it up ready for some work. This section is especially important for laptop users or people who prefer to use a mouse with their left hand.

Discovering Blender's hidden menu­

Blender has a hidden menu, and it's here where the bulk of configuration relating to Blender is done.

To access the hidden menu, place your mouse cursor over the border between a 3D view­port and Blender top menu bar.

The cursor will turn into a 'double-headed' arrow. When you see this, LMB click, and drag downward. The hidden menu will appear.

The image below shows the border under which the hidden menu can be found.

secret_menu.png

For the most part you can leave the settings you find in the hidden menu as they are. There are a couple you might want to look at before you get going with Blender:

System & OpenGL --> Emulate Numpad (button)

Those of you that use laptops will want to take note of this option.  This will allow you to use the number keys on your laptop for the same purpose they're used on a full sized keyboard in Blender: for changing view elevations(ie. Front view = 1Key, Top view = 7Key)

Views & Controls --> Select With (button options)

These options allow you to change what many find to be the most confusing default in Blender in the Blender interface: mouse selection.

Here you can change from RMB select, to the more familiar LMB select operation.

If you do this, you'll need to mentally adjust references to 'RMB' and 'LMB' in the rest of this documentation, I will be using the default  RMB in all instructions.

Edit Methods --> Undo --> Steps (slider)

This slider allows you to alter the number of total undos that Blender will record for you while you use it. While learning Blender, or working on a big proejct, make sure it's set to the maximum of 64.

File Paths (file path browsers)

If you have any fonts, textures or sounds you'd like to use inside your Blender environments, you can set the paths to those files here.

Creating Viewports

Blender is certainly useable at this stage, but it could be more so.  Let's give our scene more 'eyes' than just one so we can see our work from more angles than one at the same time.

A useful way of thinking about 3D viewports is that they are basic 'cameras' in the scene.

Click in the same place as you did above to pull down the hidden menu, but this time click on the RMB when your cursor is over the border. You'll see something like this.

split_1.png

Choose Split Area by clicking the LMB once. You'll see a light grey vertical line that follows the mouse cursor, extending right down the entire viewport. Move it to the center of the viewport and click the LMB again. You've just split the viewport into two, producing two new independent views of our future scene.

Now perform the same operation on the vertical split itself, this time producing a horizontal split in the rightmost viewport. Once you've created a split you can move it around by simply LMBRMB on the edge between two and choose Join Areas. A large arrow will appear giving you the option of choosing which viewport you want to join to the other. At the end, you should have something like this:

  split_2_sml.png

Viewports and Axes

Note the small green and red arrows in the bottom of each viewport. These are 2D axes that tell us what 3D elevation we are looking from. That may sound complex at first, but it gets easier when you learn that these are fixed directions in Blender, and it's just a case of remembering them: positive Z points upward, positive Y points forward away from us, and positive X to the right of us.

A handy way of remembering this is to put your left hand in a shooting pose - like a gun - with the middle finger pointing to your right, your thumb pointing up and your index finger extending forward. In this position the thumb is pointing along positive Z, your middle finger along positive X and your index finger along positive Y (this is a trick that's many centuries old).

Considering all this in terms of our viewports, we can look down at our scene from the Top view (down along Z onto Y and X), from the Front view (forward along Y onto Z and X ) or from the Side view (right along X onto Z and Y).

Looking at the viewport axes it's clear all our current viewports are all looking down at the object from the top (Y and X). Let's change that to something more useful.

Change the top right viewport from Top to Front using the View menu at the base of that viewport. Now change the left-most viewport to Side in the same way and, while you're there, from Orthographic to Perspective (ie. from a mathematical rendering to a natural rendering mimicking the way we see objects).

Now the final touches. Place your mouse cursor over the left-most viewport. This is the way we tell Blender we're about to perform an operation just in that viewport (this is called Mouse FocusSelection). Now press down on the MMB - yes, the wheel button itself - until it clicks. Holding it down, drag downward with the mouse. What you're doing is rotating that viewport around a center, this is how we roll a viewport in Blender. We'll be doing this a lot in future sections..

Anyway, in the end you should have something like this:

split_3_sml.png

It'd be painful to have to do all this every time you start Blender, which is why we're going to save it as a default configuration so that next time it's ready just as we see it now. To do this go to File --> Save Default Settings or just hit the CTRLKey+UKey and LMB click on Save User Defaults. Be warned, when saving default settings, you don't only save the views and settings, but also the file that was opened.

Now learn a bit about Editing in Blender!

­Blender Interface

Note: Make sure you are familiar with Blender keyboard controls, and have configured Blender before going on with this chapter.

Basics

Let's get an overview of the interface itself.

layout_3_sml_3.png
  1. Viewport Axes

    layout_4.png

    The above viewport axes represent the viewport is in Perspective View.  Note how there are 3 arrow axes and not just two. We can see all 3 dimensions of an object when we're using this view, as opposed to just 2, for instance when looking in the Top, Front or Side views.

    Another kind of view in Blender is Orthographic, which is less natural to our eyes (objects don't get small the further away they are in this view) but it's more mathematically representative. The axes represented at the base of every viewport are what are known as global axes, in other words they are applicable for the entire scene and everything in it. They cannot be altered, just in the same way East and West in the real world don't change direction.

  2. Panel type.

    layout_5.png

    By clicking on these icons we can change settings relating to different primary functions in Blender.

    Blender has several primary functions seen in those buttons. In order they are:

    • Game Engine Logic buttons (F4-key)
      Here we set up interactivity using buttons and connecting them together to create realtime interactive artworks.
    • Script Buttons This is for linking special scripts to Materials, Objects or whole Worlds.
    • Shading buttons (F5-key) Materials are created here and their properties manipulated. This panel also contains sub-panels relating to light properties and the overall properties of worlds like atmospheric effects and physics. Of note is that special materials can be assigned here for use in the Game Engine, called Dynamic Materials. These change the way objects perform when in contact with other objects in the Game Engine.
    • Object buttons (F7-key) The properties of individual objects themselves are changed here, including settings relating to how objects perform when animated and their relationship to other objects when in motion (constraints). This panel also contains a sub-panel where we can set physical properties for objects used when performing physical simulations.
    • Editing buttons (F9-key) When ever we're editing a mesh it's good to have this panel in view. There are many settings here used when editing a form that change the way we edit it and allow us to change the properties of meshes themselves. Here we can also turn off different visual indicators that help us understand detailed properties of our mesh just by looking at it.
    • Scene buttons (F10-key) Whenever we want to render out our work to make a picture or a movie, we use this panel. Here are settings related not just to the format of our final creation (eg the size of the image or the filetype of the movie etc) but also how Blender should treat our scene when rendering it. Of note is that there are two rendering plugins for use in Blender when you install it, the Blender Internal Renderer and the YAFRAY raytracing renderer which performs advanced calculations on the path of virtual light and so is often used to create very realistic visual effects. 
  3. Object Name

    layout_6.png

    This field, seen here in Edit Mode, allows us to change the currently selected object's name. It's also available to us in Object Mode. The name of any selected object can also be found in the bottom of any viewport. Being able to quickly identify the name of an object, and even rename it becomes important as your scenes grow in complexity.

  4. Viewport Shading Type

    layout_7.png

    By clicking on this button a dropdown menu is presented that allows us to change the way the object is drawn in the  viewport. Commonly used draw types are Solid and Wireframe. You can quickly switch between these two drawing modes with the Zkey. Note that this doesn't effect how the form is rendered when making a movie or image at all. They are just draw modes for use by you to help you better see your form. Wireframe, for instance, is very helpful because it lets you see 'through' your mesh allowing you to select parts of it not available to you in the opaque Solid mode.

  5. Example of axes seen in Top view.

    layout_8.png

    Take note of the two global axes in this view, one is Y and one is Z. Think of those two axes as representing the ground under your feet. Y points in front of you and X to the right of you.

  6. Transform Manipulators.

    layout_9.png

    By choosing a Transform Manipulator like Rotation (represented in Blender as a circle) and then selecting an axis, the currently selected object can be rotated around that axis like a wheel on an axel. Similarly by choosing the Translation manipulator we can click on an axis and drag the current selection along it, as though it were on rails. In 3D terminology 'translation' means "moving through space". Often confusing, but translation in this sense has nothing to do with language.

    The other manipulator often used is the Scale manipulator. This is useful if you want to quickly (but innacurately) scale a form along one or two axes, in other words, perform a non-uniform scale.

  7. Window Type Button.

    layout_10.png

    By clicking this button a list of different 'window types' are displayed. There are many in Blender each of which are responsible for giving us access to core functionality within the program.

    When you select an item from that menu the current split window will change type. For instance clicking on Video Sequence Editor will change the window from a 3D Viewport to a window for laying out video tracks in time. As you can see, there are many other window types, including a Sound Sequencer, a Text Editor (also used for writing Python scripts), IPO Curve Editor (used to animate objects with great detail), schematic views (giving you a diagram of your scene) and more.

  8. An axis seen in Front view.

    layout_11.png

    Imagine in this case the cube represented is a building. You're standing on the ground looking at it front on.
    The global axes represented are Z and X. This means that global Z points up, which it always does in Blender.

  9. Main operation menu

    layout_12.png

    This menu allows you to save (CTRL+W-key or CTRL+S-key) and open (F1-key) your work, and quickly access basic functions relating to Animation and the Game Engine.
  10. An object

    layout_13.png

    Here is a cube, in Edit Mode, seen in Perspective view, with a Translation 3D Transform manipulator active and with one vertex selected. The important thing to note here is the axes right on top of that vertex. These axes, despite 'mirroring' the directions of the viewport axes in this case, are actually local axes, not global axes. In this case, they show us the orientation of our selected vertex; a single point in 3D space. Put simply, every object - even parts of objects - has its own orientation and these orientations are always in relation to the fixed directions of the world. This understanding of the difference between local and global axes applies right across all of geometry and any 3D software package.

Two core interface modes

One of the best ways of approaching Blender for the first time is in the context of its modes. When you change modes, the interface changes with it, not just what you see (menus and the look of your artwork) but also the key combinations that are available to you.

The menu at the base of every 3D viewport is where we change modes relating to editing. It looks like this:

mode_3.png

Of these modes there are two you'll be using a lot: Object Mode and Edit Mode. Both of these modes do quite different things.

Edit Mode

Edit Mode is used to modify the form of an object, including properties relating to that form. Examples of this might be cutting an object in half, twisting it like rubber or adding more detail to a part of the overall form. Whenever you want to reshape an object, manipulating its form, use Edit Mode. This is what Edit Mode looks like. You can see how the 3D form in the Viewport (herein called a mesh) looks translucent and has dots on every corner. These dots are called vertices, the lines that join them are called edges and the flat surfaces that 3 or more vertices and edges make together are called faces - commonly also known as polygons or just polys. The currently selected element in this image is a single vertex, but it could just as equally be an edge, face or several of them altogether.

mode_1.png

Object Mode

Object Mode deals only with the properties relating to the object itself, like its name, its location, its size and its relationship to other objects (ie. parent and child objects). When ever you want to move an object, add a new object, rename an object or change other aspects relating to its 'objecthood', use Object Mode. This is what a viewport looks like in this mode. Notice how the coloured axes are attached to a dot in the center of the mesh? This is because the whole object is selected, and so they are located at the object center.

mode_2_1.png  

The fastest way of moving between these two modes is with the TAB. Hitting it simply switches between modes, from one to the other and back again. Placing your cursor over a viewport (this is how we tell Blender which viewport to use) try hitting TAB a couple of times. Notice how several other things also change in the interface? The whole Button panel at the base also changes.

Let's not edit anything yet however until we've gotten used to using the mouse in Blender..

Mouse input

As mentioned in the introduction, Blender distributes mouse input over three buttons in a mouse by turning the wheel itself into a button.

Firstly let's learn about the roll, something intrinsic to navigating a 3D scene.

Roll

Place your cursor over a viewport and press the MMB until you feel it click and then drag the mouse around. You'll see the object turning in the viewport. In fact it's not the object that's rotating, but the view itself, like a camera orbiting around the object. It may seem unusual to use the mouse-wheel as a button, but it's effective once you get used to it.

Pan

Panning is when you take whatever view you have of the object and scroll that view, from left to right or up or down. Your orientation in relation to your object doesn't change during the process however. This is really handy for moving around your scene.

To Pan press SHFT+MMB and drag your mouse around. You'll see the object scrolling in the direction you drag the mouse.

Zoom

Zooming is no different to how it would be were you using a camera. The view direction is fixed but you move the viewing point closer to or further away from the object. You can zoom just using the wheel like you would normally, but if you want a really smooth zoom, try CTRL+MMB and dragging up and down on your mouse. Smooth zoom gives you much greater control over the zoom distance and is worth getting used to.

Selecting and Moving

Lets try moving our cube a little bit, just to get used to using the mouse and keyboard together.

In your scene at the moment is a camera, a light and a cube. The camera is the  pyramid shaped object and the light is the line with the circle on the top.

Zoom out so you can see all of your cube in the left most 3D viewport. Make sure there's some room to the left and right of it. Ensure you're in Object Mode. The cube should have a pink outline around it, as seen in the above image. When an object is pink, it's selected.

Hit the A-key once and then once again. Notice how everything becomes pink and then black the second time? A-key is the shortcut for select all and select none. You can also use the Select menu to access this feature, named Select/Deselect All.

Making sure nothing is selected RMB click once on the cube. Then, with your mouse cursor still over that viewport, hit the G-key once and move your mouse around. The object will follow the mouse. 'G' in G-key stands for grab. When you hit this key you're tellling blender to lock the currently selected object to the mouse cursor. Now hit ESC or hit the RMB again, the object will snap back into it's original location.

Let's try this again but this time let's move the object and give it a new location. To do this, repeat the above steps of grabbing the object but instead of clicking RMB at the end, click the LMB. This tells Blender, "put the object there and leave it there".

You can also use the cursor keys in grab mode instead of the mouse. To place the object where you want it, just hit ENTER. Some of you will be familiar with the concept of snapping, which is moving the object to units on a grid, one at a time. This is often used by people that need really accurate results. To move an object and have it snap to grid units, hold CTRL down while you move the object. This also works perfectly well with the cursor keys.

Now place your mouse cursor over the viewport with our Top view. LMB once next to the cube you already have in the scene. Notice the small red circle that follows the mouse click. Click around, it will follow. It looks like this. At any time you can center the 3D cursor by hitting SHFT+C-Key. The 3D cursor defines where new objects are added. Centering it places it at the location x=0, y=0, z=0.

layout_14.png

This is an important tool, known as the 3D Cursor. Wherever this cursor is in the scene is where new objects will appear. It's also important for other reasons I'll show you later. OK, let's add an object.­

Adding New Objects

Blender provides a variety of basic objects (often called primitives) for us to manipulate in the course of modeling. While it is certainly possible to make a model from scratch (adding three vertices and making a polygon from them) it is often more useful to start with an object that has properties we need in order to most quickly build our model. For instance, if you were modeling a chair you'd start with a cube or plane primitive. If you were modeling a pear or cat head, you'd be better start with a sphere primitive.

Move the 3D cursor to a location just left of the current cube in a Top View.

Checking once again that you're in Object Mode - and with your mouse cursor over the viewport in Top view - hit the space bar and move the mouse to move across the menu entries Add->Mesh->Cube. Now hit ENTER or LMB.

You should now have two cubes in your scene. Notice though that the Cube you've just added is added in Edit Mode. It won't respond like the other cube, and we can't safely move it in its current mode, only edit the mesh itself. To move it safely, go into Object Mode either by using the mode button at the base of the viewport, or hitting the TAB.

Note: you can not edit the meshes of more than one object at the same time. Object mesh data is accessed and managed on a per-object basis.

Selecting individual objects.

Each object contains its own data. An object's data includes its name, its mesh, its editing history, its location, its textures (and more). It is important to remember that an object's mesh is just a part of that object's data. When you are moving the mesh around, you are not moving around the object. Similarly, you can delete all the mesh data from an object and the object will still exist. It merely has no mesh.

Once in Object Mode, RMB to select either of the two objects. Now hit G-key as you did earlier and move it around. As you can see objects must be first selected before they can be manipulated. Notice also that as you move objects around in the Top or Front view, they move around at the same time in the Perspective view.

Have a play with that for a bit and then as a next step consider editing using various techniques.

Mesh Editing Quickstart

Important - Make sure you understand the Blender Interface before going on with this ch­apter.

For those of you that simply want to get started m­odeling your own projects, I'm going to give coverage of basic techniques common to most 3D modeling software. Later on, I'll take you through the process of making a model step by step using some of these techniques.­

First, ensure you have an object in your scene. If you don't have one yet, add a Cube (see Interface section for how) or just use the default Cube that Blender provides when you start it up.

Selection Modes

Hit the A Key on your object to ensure that no vertices, faces or edges are selected. A deselected face is blue in colour.

Note that in the bottom of the viewport - and only while in Edit Mode - are a few icons that look like this:

selection_modes_1_sml.png

If you can't see these icons on the bottom of your viewport it is either because you aren't in Edit Mode or because this header at the bottom of your viewport is too short. The header of a viewport can be dragged left or right using the MMB. Try to drag the selection mode icons into view using MMB if you can't see them.

These icons represent the different kinds of mesh data we can select. The vertices have the dots icon, edges the diagonal line icon and faces the triangle icon. Note that when you select an edge you are selecting two vertices. When you are selecting a face you are selecting three or more vertices (and thus three or more edges).

Try clicking on the face selection icon. Notice how a small black square appears on each face in the cube. RMB on a given face will now cause it to become selected. When a face is selected it will become pink and the edges and vertices will become yellow.Try the same for both edge and vertex selection modes and notice how the colours of vertices and edges change when they are selected.

Multiple Faces, Edges or Vertices can be selected using the SHFT+RMB combination. Practice moving faces or edges or vertices by selecting them with the GKey and moving the mouse cursor around. LMB or ENTER will confirm the new position for the face. RMB or ESC will cancel the movement. As always, CTRL+Z-key will undo the last action.

Global and Local Axes

Many of the below editing techniques refer to the axes X, Y and Z. Before working with axes in a 3D environment it's important to remember that objects and faces can have both Local and Global axes.

Global axes are applicable to the entire scene and everything in it. They cannot be altered, just in the same way East and West in the real world don't change direction.

Local axes however represent only the orientation of an object or part of an object in question. Local axes can be thought of as being a bit like in front, behind, to the left and to the right. Local axes are relative, in that they depend upon which way the object is facing. For instance an object might have its Local X axis pointing along the Global Z axis.

Before applying a transformation (like Rotation or Scaling etc) decide whether you want to perform it using the local orientation of your selection, or the global orientation of your scene. You can change whether you're working within the Global or Local orientation using the Transform Orientation drop-down menu at the base of each viewport.

This menu is shown in the below image:

transform_orientation_sml.png

Rotating

Free Mouse rotation

Any selection of faces can be rotated using the R-key followed by free mouse movement. Naturally this is highly innacurate, especially if done in a Perspective view.

Numeric rotation

Faces can also be rotated along a given axis by a numerically defined number of degrees. To do this first select the faces you'd like to rotate, hit the R-key then hit the axis you'd like to rotate around and then enter a number of degrees.

For example, if I wanted to rotate a face around the global Z axis by 45 degrees I'd: R-key then Z-key then NUMPAD-4 then NUMPAD-5.

Important: when you rotate objects or meshes using numeric input you are rotating those parts relatively, not absolutely! For example: R-key then Y-key then 45NumPad means "rotate around the Y axis another 45 degrees".

Uniform and Non-Uniform scaling

Uniform scaling refers to the method of scaling the selection by the same amount across all axes at once. This is the default in Blender. Non-uniform scaling is the term given to selective scaling across just one or two of the axes. For example, to make an object twice as long as it is wide or high you could non-uniformly scale it along just one axis.

Uniform scaling: mouse

Doing this with the mouse is quite tricky but is very convenient once you become familiar with it. This technique involves telling Blender which axis you want to scale along using a mouse gesture.

Select all or some faces in your object (selecting all will make this excercise clearer). Now move your mouse cursor along the axis you want to scale your faces and then press the MMB down. The faces will scale along that axis only. For instance, if you wanted to scale your entire mesh only along the Y axis you'd switch to Top view (orthographic of course), move the mouse in the up-down direction and then hit MMB. As usual, ENTER or LMB will confirm the change.

Non-uniform scaling: numeric

This technique is very similar to the numeric uniform scaling above, but involves telling Blender which axis you want to scale along.

Select the faces you want to scale, hit the S-Key, choose an axis and then provide the scale multiplier number. For example: to scale twice along the Z axis you'd: S-Key then Z-key then NUMPAD-2.

Non-uniform constrained scaling: numeric

It is also possible to tell Blender to scale along all except one axis. To scale along the X and Y axes while denying scaling along Z you'd: S-key then hit SHFT+Z-key then NUMPAD-2.

Selecting Regions

Two marquee like selection modes are provided. These are especially useful for selecting vertices and/or faces in detailed meshes. They can also be used to select several objects in object mode. Naturally this technique will be most useful to you when there are many vertices in your object. Select your object and go into Edit mode.

Box Select

With your cursor over the viewport you want to select in, hit the B-key. Note that the mouse cursor changes to a cross-hair, with perpendicular dotted lines extending from it. Now you can LMB and drag a selection marquee across mesh elements of your object. ESC will exit Box select mode.

Circle Select

Hitting B-key twice enables circle select mode, enabling you to select using a circle shape instead of a square. Using the wheel on your mouse while in this mode will increase or decrease the size of this selection area. ESC will exit circle select mode.

Creating and Deleting Vertices, Edges and Faces

Deleting vertices, edges or faces.

Often in the course of editing you will want to remove elements. You may, for example, wish to remove a face but leave just the edges or just delete everything in the selection altogether. To do this simply select the area you wish to delete from and hit DEL or X-key. A popup menu will appear providing you with a list of deletion options. Choose one with the mouse or arrow-keys and hit LMB or ENTER.

Creating vertices, edges or faces without duplication.

Blender can be used to 'draw in' new mesh elements very quickly. There are several ways to do this. I will cover the most commonly used here.

Adding vertices

Holding the CTRL key down while you LMB in a viewport will add vertices under the cursor. These vertices will be connected by edges.

Adding a single face

Both edges and faces depend on vertices. Edges need two vertices to exist and faces a minumum of three. To add a single face, do one of the following:

Adding multiple faces

Select a loop of edges and hit SHFT+F-key. By a loop of edges I mean a ring connected edges (a circle being a good example). A 'U' shape of edges cannot be used to create multiple faces:

capping.png
Multiple faces were added to the top of the cylinder at once using SHFT+F-key.
This cannot be done to the open form without adding a closing edge.

Subdividing

Single or multiple faces can be subdivided in a variety of different ways. First, select the faces you want to subdivide. In the Editing panel F9-key click the button subdivide.

Each time you click the subdivide button, the selected faces will be cut in half. Next to this button are a variety of subdivision types in a dropdown menu.

subdivide2_1.png

Extrusion

Extrusion is a very popular editing method used often in the practice of mesh modeling. Unlike many other methods extrusion actually adds mesh data to the original mesh. Faces, edges and even vertices can be extruded.

Note:

extrusion of two edges and one faceextrusion-subdiv_1.png 

A cube with one face and two edges extruded and a subdivided cube with many faces extruded.

Extrusion: mouse

To extrude a single face, select the face and hit E-key then move the mouse. The face will extrude along the Normal (eg perpendicular to the surface of the face). Holding the CTRL key down while moving the mouse will constrain (lock) the extrusion to  grid-units.

Extrusion: numeric

Select a face, hit the E-key and then provide a number. For instance to extrude a face two whole grid units along its normal you'd E-key then NUMPAD-2 then ENTER to confirm the transformation.

Cutting Meshes

Often it is useful to cut one or more faces in half. For this purpose Blender provides the Knife tool. First select the faces you wish to cut and hit the K-key. You will immediately be presented with a popup menu containing several options: 

If you choose to make an exact, midpoints or multicut, simply click once to one side of the faces you want to cut, and again on the other side, then hit ENTER. The below images show an exact cut in use.

knife_exact2.png

Before and after images of the Knife tool making an exact cut. 

To make a loopcut, just move the mouse around until you see the cut you'd like and hit ENTER. 

Separating ('parting') Faces

Sometimes it's useful to be able to separate a selection of faces from others in a mesh, creating a new object. To do this use the P-key.

To remember this shortcut, I like to think of 'P' as representing 'part'. New objects will be automatically given a new name based on the name of the original object. This function can be found in the Mesh->Vertices menu at the base of the viewport or under the spacebar menu.

Duplication

Selected faces, edges or vertices can be quickly duplicated using SHFT+D-key.  Once they have been duplicated they are automatically in grab mode, so be sure to move the mouse and place the copy elsewhere. If you don't do this, the duplication will remain exactly where the original is, and you won't know it's there!

The below image shows two faces copied from the original cube and moved one unit to the right:

duplication_1.png

Joining Objects

One object can be joined to another (thus creating a new object) using CTRL+J-key. This function can be found in the Object menu at the base of the viewport or under the spacebar menu.

Smoothing Meshes and Surfaces

Pressing the smooth button in the Mesh Tools tab in the Editing panel will give a mesh a more organic feel by simply increasing the angles between groups of vertices. The more times you press the button the smoother the mesh will become. Naturally, the more vertices the smoother it can become. The below image shows where the Smooth button is be found.

mesh-smoothing2_1.png  

Note: Smooth is not to be confused with Set Smooth which applies a setting to the surface so that shading is averaged out across ajoining faces during rendering. Set Smooth is the opposite of the Set Solid setting, which performs no shadow averaging between faces. To make things a little confusing, this setting is also found in the Editing panel, but under the Link and Materials tab:

surface-smoothing_2.png 

Below shows heavily subdivided version of the above extruded form mesh smoothed 10 times in both Set Solid (default) and Set Smooth surface modes:

mesh_smoothing.pngsurface_smoothing2.png

Cleaning Up

Often in the course of editing in Blender little accidents happen that result in duplicate vertices.

One common example of how this can happen is during extrusion: you select a face to extrude and hit the E-key but change your mind, and so cancel the extrusion. You've just created an entire face sitting right ontop of the other.  Another example might be that you select your entire mesh with the A-key and then duplicate it with SHFT+D-key. Instead of moving it to a new location you leave it sitting right where the original is leaving many duplicate faces (and so duplicate vertices and edges) invisible to the eye.

It's good practice to clean up these duplicate vertices using the Rem Doubles ('remove doubles') button. This function looks for vertices within a given distance from each other and if they are within this distance, it removes one of them and moves the remaining one half way between the other two. When set to a very small number (the default is fine) this can be very effective in cleaning up a mesh. The Rem Doubles button can be found just below the Subdivide button in the Mesh tools tab in the Editing (F9-key) panel.  

rem_doubles.png

 

Basic Mesh Editing

Keywords: extrusion, positioning, face creation, face duplication, low-polygon modeling, view management.

In this lesson we'll make a simple chair starting from a single plane using techniques written above in the Mesh Editing Quickstart Guide. I chose a chair for this lesson as it's is a familiar object that encompasses 3 dimensions in a way we can easily visualise (unlike spaceships, demon warriors or contemporary architecture). 

Firstly ensure you have nothing in any of the three views. You can do this by either changing to another layer, or (in Object Mode) select everything with A-key and hit DEL. Now put the left viewport into Top/Orthographic view, the upper right viewport in Side/Perspective view and the bottom right viewport in Side/Orthographic view. Top/Orthographic can be thought of as a plan view, which is ideal for layouts and floorplans.

Important: when you're working in a top or side view set to Orthographic two dimensions are visible, not three. This significantly reduces confusion (and therefore error) whenever positioning objects or mesh elements with the mouse. If ever unsure check it in the View Menu in the base of each viewport.



With your cursor over a viewport, center the 3D cursor with SHFT+C-key. Hit the spacebar and Add->Mesh->Plane. A plane will appear where the 3D cursor is and Blender will be in Edit Mode. This plane will become one of four legs. Choose Face Select and select that face if it isn't already. 

Now we want to move that plane to the right and down a few units (x = 5, y = -5). There are three ways to do this:

Moving it with the mouse:

Hit the G-key and then hold down CTRL while moving the mouse 5 grid-units to the right and 5 down after that.

Moving it with the keyboard: 

To do this numerically (ie without having to count the grid units visually), hit the G-key then X-key then type 5 on the numeric keypad and hit ENTER. Now the Y axis: G-key, Y-key- and then 5 on the numeric keypad and hit ENTER.

Important: when you move objects or meshes using keyboard input you are moving them relatively, not absolutely! In the above example we moved the plane down 5 units and across 5 units. If you want absolute positioning, use the Numeric interface (see below).

Moving it using the numeric interface:

Hit the N-key and enter the relative X and Y values manually. The advantage of the numeric interface is that we can move the objects to absolute locations.

Moving it using the 3D transform manipulator and the mouse:

 Click on the 3D Transform manipulator at the base of the viewport you're working with and click on the triangle icon to allow for Translation (re-positioning). Now click the axis you'd like to move the plane along and drag with the mouse.

   
Note: Choose the way of moving objects most comfortable for you and use it to move objects elsewhere in the Blender tutorials.

You should now have something that looks like this in your Top view:

chair1.png 

Now duplicate that plane with SHFT+D-key and move it along negative X by 10 units (x = -10). The new position of this plane is therefore (x = -5, y =-5).
We have two feet for our chair and we need four, so duplicate this pair of planes and move it up 10 whole grid unit. Here's what my chair looks like so far:

chair2.png

It's time to extrude all four of these feet to create legs. We'll do this in the Side view as we can't extrude 'upward' in the Top view. Up is along the Z axis, which is the axis not available to us in the Top view.

Select all the feet and in your side view hit E-key, choose Region then type 15 on the numberpad and hit ENTER. This will extrude those planes 15 grid units. This is what I have after doing this:

chair3.png

It's time to create some faces, so let's change the leftmost viewport into Perspective view so we can better see what we're doing. Make sure this viewport is in Solid draw mode.

With your cursor over the viewport with the Perspective view hit NUMPAD-5. If you have a small screen you can make this viewport larger by dragging over the split between viewports.

Note: Alternatively you can hit CTRL+UpArrow (or use View->Maximise Window) to maximise the viewport under the cursor. Pressing the same key combination again will take you out of maximised view. The disadvantage of a maximised view is that you can't see the Edit Panel or other viewports while in this mode.

Switch to Edge Select mode and select the innermost edges at the top of two legs and hit the F-key to create a face there. It looks like this:

chair4.png

Starting with the top of the legs, create faces across the remainder of that area, so that it looks like so:

chair5.png

Now we have the base of the seat, so let's extrude it up. Change to Face Select mode and select all the faces on the base of the seat. Extrude them all upward by 2 grid units.

chair6.png

Select the two back faces at the top of the legs, and extrude them up too, by 5 grid units: 

chair7.png

Extrude them up again, by another 2 grid units and then up again by another 5 and then finally another 2 units. You should have something that looks a bit like this:

chair8.png

Now we'll make the back of our chair by extruding over two cross-beams. Select the two innermost square faces on one leg and extrude them over by 8 grid units along negative X so that they neatly touch the complimentary faces on the other leg. Remember that holding down CTRL while moving the mouse will constrain it to the grid. Alternatively, just use the numeric keypad (E-key then X then -8 on the numeric keypad and then ENTER).

chair9.png

Before we can finish we have to clean up a little. That last extrusion has created a couple of redundant faces in our mesh: we pulled over faces from one leg right ontop of another.

Select all the mesh with A-key and hit the button Rem Doubles in the Mesh Tools tab in the Edit Panel. For a description of how Rem Doubles works see Cleaning Up above.

Once done, go into Object Mode and take a look at your creation. Here's how mine turned out:

chair10.png

As a next step you may consider applying textures in Blender and then texture your chair. Head over to the Texturing section to learn how to do this..


Blender Texturing

In this section we'll learn about basic texturing in Blender. This section will not cover Materials in any d­epth. Instead we'll focus only on getting raw images onto faces in your mesh, lighting the mesh and rendering the result. The reasons for this are two-fold: materials are a complex topic and what we do here will be sufficient for use in realtime 3D projects - ie the Blender Game Engine. I'll dedicate a section to working with Materials and advanced Rendering later on.

Faces have a shape, a size, a position in space and even a local orientation. None of these things however help us define how textures are drawn onto the surface on those faces. For this we need a system dedicated to mapping texture data onto the mesh surface. This is why UV mapping was invented. A mapping is best understood as an imaginary 2D or 3D shape onto which the texture is first projected before it is applied to the mesh itself. By changing the projection type we change the way textures are drawn onto the surface. Once we have chosen a UV Mapping we can manipulate it (scale, rotate, edit etc) independently of the mesh itself, thus changing the way the texture is drawn on the actual mesh surface.

A simplistic way of understanding this is that 'U' and 'V' in 'UV Mapping' are special values describing positions on the surface of a given mesh, just like X and Y are positions on an imaginary plane in the 3D world itself.  The most basic UV Mapping is a per-face mapping, where the texture is simply drawn onto each face in the mesh; this is the default in Blender. Other UV mapping types are covered below.

Setting up a mesh for texturing requires understanding the Texture Face tab in the Editing panel. UV settings are defined in the Editing panel because we are editing a property of the mesh,  ie its UV data.

Selecting Faces

Previously we've worked with the modes Object Mode and Edit Mode. Using the same Mode menu at the bottom of a 3D viewport, or with the F-key, change to UV Face Select Mode and ensure you're using the Textured viewport shading type.

tex_1_sml.png 

Select a face in your mesh with the RMB or other selection method. The face is now 'active', meaning it is ready for the assignment of settings and textures.

Note: Selecting a face is not the same as making that face active. There is always only one active face in any UV Face selection. When a face is active it has coloured edges. In the below image there are four faces selected but just one is active:

tex_activeface.png

Faces can also be selected in UV Face Select mode using various selection methods.

Setting faces up to receive light

With the face active, click the In the Texture Face tab in the Editing panel (F9-key) and click the blue/green button labeled Light. Apply these settings to other faces using the method described in "Copying settings from one face to another" (below).

tex_3.png

Now in a Top view add a light from the spacebar menu and place it right above the face you've selected. You can move the light around and the shading on the meshes will respond accordingly.

Important: without a light in your scene, and your faces set up to receive light, your mesh will have no shading in all viewports in Textured shading mode! This is almost certainly not what you want.

Applying a texture

Change the current window type in one of your splits to UV/Image editor. 

Ensure you are in UV Face Select mode and have made a face active. Load a texture using Image->Open in the UV/Image Editor window and it will appear on your active face.

Important: texture data will only be visible in your viewport if it is set to the Textured shading mode.

You can load any number of textures this way and change between them using the dropdown menu at the base of the UV/Image Editor menu. Each time you select a texture from this menu it will appear on the face you have active in UV Face Select mode.

tex_5_sml.png

A lit and textured mesh with one face active in UV Face Select mode.
Note: one texture is applied per face (ie no UV Projection has been set).

Selected faces will appear in the UV/Image Editor window. Without any projection type applied (eg one texture per face), they will be drawn one-ontop-of-another in the UV/Image Editor, and so won't be easily discernable from each other.

Copying settings from one face to another

Texture and UV settings can be copied from the active face to any other selected faces using Copy Draw Mode. Simply make the face you want to copy settings from active, select any number of other faces and click the Copy Draw Mode button, which is found in the Texture Face tab in the Editing (F9-Key)  panel.  

tex_2.png

UV Projection types

While in UV Face Select mode you can easily apply a new projection using the UV Calculation menu accessed with the Ukey. Here you'll find a variety of different projection types:

The projection surface is an imaginary 'unwrapped' version of the mesh, such that faces are distributed on a 2D plane with as little distortion or overlap as can be computed. A texture is then projected onto this surface. This is the method used for highly accurate texturing work.

A good way of imagining unwrapping is the flat atlas of the Earth, which is an unwrapped sphere featuring as little distortion as is mathematically possible. This particular unwrapping has the name Goodes Interrupted Homolosine Projection.

Projects the texture onto an imaginary cube first each of which are parallel to Global axes X, Y or Z. It will then find all the faces in the real mesh aligned most closely to the six sides of this cube object and draw the texture onto the faces accordingly.

tex_6.png

Image shows a Cube Projection of a mesh with all faces selected in UV Face Select mode. 

Cylinder from View first maps a texture onto a cylinder that has the same orientation as the viewport before projecting it onto the active face

Sphere from View first maps a texture onto a sphere that has the same orientation as the viewport before projecting it onto the active face

Project from View maps a texture onto the viewplane in every repeating tiles and then projects it straight onto the active face.

Note the 'from View' in the above projections. This means that the given projection types are projected onto the mesh perpendicular to the viewplane. To understand this, imagine that the viewport you are looking through is the lens of a camera. The viewplane is an infinitely large imaginary plane flush to the surface of that lens (ie. parallel to the tangent of the viewport).

Modifying UV Mappings

Every UV face in the current selection is represented in UV/Image Editor. These faces are manipulated much in the same way as meshes are: they have vertices that can be individually selected and moved around with the G-key, faces can be rotated with R-key, scaled with S-key and so on.

Changes to UV faces will be immediately updated on the mesh in the viewport.

UV texture editor navigation

While you cannot (of course) rotate the view, you can drag the view about and even zoom. Just use the same controls you'd expect in a 3D viewport to do this. 

Painting onto textures

First, change the mode to Texture Paint.

tex_8_sml.png

This will bring up a tab called Paint in the Editing (F9-key) panel.

tex_7.png

Here you can change the size, colour and type of brush used and paint straight onto the textured mesh in a viewport, or onto the texture in the UV/Image Editor window.

Vertex colours

Colouring vertices is an extremely resource unintensive way to add colour detail to your mesh. When a vertex is coloured the face is coloured from that vertex. If you have a face of 3 vertices, each coloured a different colour, the colours will mix based on how far away one vertex is from the other.

Unlike textures, vertex colours are not stored in the memory part of your graphics card, instead they are just computed and drawn when they are needed. The computation itself, done on the Graphical Processing Unit of a modern graphics card is, in itself, computationally undemanding: vertices - and the faces attached to them - have a colour anyway (they have to be drawn as some colour) usually grey in 3D modeling programs - so it's just a case of giving them a new one as you see fit. Vertex painting can be used to add extra colour detail or highlights, even in the absense of texture data altogether.

For this reason if you need a part of your mesh to be coloured red, don't make a red texture, just colour the affected vertices red and the faces will follow. 

To set the vertex colour on a face, ensure it is active in UV Face Select mode and click on the small white square next to the button Set VertCol in the Texture Face tab. This will pull up a colour palette from which you can select a new colour. Clicking on Set VertCol next will apply that colour to all the vertices in that face. You can now copy these settings onto other faces in your mesh with Copy DrawMode as usual.

tex_9.png

Alternatively you can 'paint' vertex colours straight onto your mesh using the Vertex Paint mode, found in the dropdown menu at the base of any viewport. This will present a new tab called Paint in the Editing panel. It looks similar to the Paint tab presented when in Texture Paint mode:

tex_10.png

Paint tab in Vertex Paint mode with a yellow colour selected.
Note the mix buttons to the right will determine how your vertex colours should mix with existing colours on the mesh.

Note: You can combine Vertex Colours and Textures in your work, one 'on top' of the other. For instance if you wanted one part of your textured mesh to have a yellow tinge, you could colour the vertices in that region. The texture data and vertex data will be mixed together based on the mixing mode you have chosen.

Packing the Image (or sound or video)

A common problem in the development of multimedia projects is keeping track of the many different files that a multimedia project inevitably depends on. Blender provides a neat solution to this problem.

Each Blender file (ending in *.blend) can be thought of as an archive - a bit like a ZIP file. When you add external data to your Blender project (a texture, a sound, a video) you have the option of 'packing' it into your Blender file so that you don't need to distribute that file separately. You can then confidently distribute your Blender project knowing that when someone else opens up the file in somewhere else this data will not be missing in your scene. At any point you can also 'unpack' these files, work on them and re-pack them.

tex_11_sml.png

When you see this button you have the option of packing data. Clicking on it will ensure it is stored in the file itself. Clicking on it again later will give you the option to 'unpack' it to a location on the harddisk. 

Texturing Tutorial (basic)

Keywords: UV/Image Editor, Face Select mode, DrawMode, Cube projection 

Let's take the chair we made in the previous lesson and texture it now, using some of what is written above.

First load up the chair in Blender and go into UV Face Select mode in a viewport (see Selecting Faces above).

Save this wood texture to the same directory that the Blender file of the chair is saved (right-click ->save as in most browsers). <mention texture formats!>

wood1_sml.png

We're currently using the Solid viewport shading type which draws no texture information and only provides a default lighting for your mesh. To be sure we can see what we're doing in the course of texturing and lighting our mesh we need to change to the Textured shading mode. Do this now by clicking on the Viewport Shading menu at the base of the viewport you're working in. 

Place the 3D cursor (the red and white ring in the scene) just to the left of your chair and in a Top View, spacebar Add->Lamp-Lamp. The lamp will be added right where you placed the 3D cursor. At this stage your mesh will go white. Why? Because we haven't setup the faces to receive light yet.

Setting faces up to receive light is relatively simple: select all the faces in your mesh (A-key) and click on the button labelled Light in the Texture Face tab in the Editing panel (F9-Key). This will enable the current active face (the face with a coloured border) to receive light from lights in our scene. Now we need to ensure all the remaining faces can receive light too: clicking on Copy DrawMode will copy the settings from this face to all the other faces in your mesh. Select the lamp and move it around to get a balance of light you like.

At this stage you should have something that looks like this:

tex_13_sml.png

With all the faces still selected let's add some texture data to our faces.

Change one of your three viewports to the type UV/Image editor by clicking on the bottom left-most button in that viewport. That button changes the current viewport type and looks like this:

tex_12_sml.png

Click on Image->Open in the UV/Image Editor menu and load in the wood texture you downloaded earlier. This will immediately apply the texture to the faces. Change to Object mode by changing the mode at the base of the viewport you're working with so we can see what we've made in all it's glory.

Here's what I have after doing all this:

tex_14_sml.png

Looking closely at this textured mesh you'll notice that one texture has simply been applied to each face. This is the default in Blender and while it works reasonably well for objects that have faces of equal proportion and textures with evenly repeating parts, it doesn't in others. Taking this chair as an example, the parts of the chair looks like they're made up of several blocks of wood, not continuous pieces (look closely at the back legs and the seat). Faces that are perpendicular to each other don't match up also, giving the impression that the parts of the chair aren't made of solid wood.

Let's play around with the placement of the texture on faces now to get an overall result that better describes the way the chair would be constructed with wood if it were real.

Enter UV Face Select mode again and select all the faces in all the legs, including the upper vertical parts that make the chair's back. With your cursor still over that viewport, now hit Ukey, and LMB click on Cube. The cubic projection will be represented in the UV/Image Editor as two strips of faces vertically aligned with the texture. If you look at the chair now, you'll see that the wood grain goes left to right across the leg, eg not along the leg. This is not the way a wooden chair would be made, so let's rotate the projection 90 degrees to make the grain implied in the texture go along the leg.

With your mouse cursor over the UV/Image Editor hit A-key to select all the vertices in the projection. They should all go pink. Now hit R-key (just as you would with an object or parts of a mesh) and - while holding the control key down - rotate the projection 90 degrees. Once done hit ENTER or LMB and use S-key to scale the projection up so that it just fits within the limits of the texture itself. Note: if we scaled the projection up to be larger that the texture, it would tile the texture, meaning it would visibly repeat across the selected faces.

This is what I have after doing this.

tex_15_sml.png
Now hit A-key again and select the seat of your chair and apply a cube projection to that whole area and do the same for the two other pieces that cross the two back legs. That should be enough to produce a reasonably convincing low-polygon, single-texture chair. Here's the result I got:
tex_16.png

Next consider learning about Rendering.

Rendering Quickstart Guide

'Rendering' can be understood as the whole process of calculating how objects in a scene respond to virtua­l light and presenting the result. This result will be drawn to an area of your computer screen or to a single image file - or both at the same time. Rendered animations are long sequence of these images that are compressed using a particular codec (like Ogg Theora or DivX) and stored in a container file (like AVI or MOV).

Blender provides two different rendering engines to use when making stills or animations: YAFRAY and the standard Blender Internal renderer.

YAFRAY (humbly derived from "Yet Another Free Ray tracer") is much more advanced than the standard Blender renderer as it makes calculations based on the implied casting of virtual light as though they were real 'rays'. This means it can calculate things such as the refraction of light through an object with a glass material, or the glow effect produced when light strikes a surface. The Blender Internal renderer doesn't calculate the bouncing of lights of surfaces. Instead it just calculates shadows as though the rays passed across the scene until they strike a surface at which point they are absorbed. YAFRAY can also exploit multiple-CPU systems, like rendering clusters.

Rendering with YAFRAY is an advanced topic and is best used after acquiring a solid understanding of how materials work. For this reason I won't cover it here.

The Render Panel

The rendering panel contains most of what we need in order to setup and start our render. Accessing this panel is done by clicking on the icon Scene (F10key) and then the button named Render Buttons.

render1_3.png

There are 6 Tabs but we only need to deal with two of these to get results fast: Render and Format.

Under the button labelled Render in the Render tab is a drop down menu with the option to change the backend renderer that Blender will use, to Blender Internal or YAFRAY. The below image shows it set to Blender Internal.

render2.png

Changing the render format

Just as the name suggests, the Format tab is where we change the dimensions and type of image to be rendered. There are a wide variety of image formats to choose from with Jpeg as the default.

render3.png

Placing a camera

You can only render with a camera in your scene as the rendered image is drawn from the camera view, not the viewport.

SPACEBAR->Add-Camera will add a camera to your scene. It will always be added with the viewplane of the camera being parallel to the viewport itself. This can be quite handy. You can position a camera in a viewport that has a view angle you like and move it from there accordingly until you get the right position. NumPad-0 will take you to the view of the camera in any viewport.

Working with lights.

Like materials, lights are intrinsic to the rendering process. A scene can be dense with elements but if it doesn't have a light, or surfaces that emit light, a black image will be all that's rendered.

So far we've only worked with the default Lamp object, which really doesn't offer us much control over the casting of light in our scene.

The Lamp Buttons panel provides you with a variety of options for manipulating the distribution, colour and type of light in your scene. To access this panel select your light and click on the Shading buttons icon (F10key) and then select the Lamp button, which has a lightbulb as an icon:

render12.png

At any given point you can change a light type from one to another by clicking on the appropriate button. Here's an example of an Area Light with a modified colour. Note that the slider named Energy determines the strength (brightness) of this light.

render13.png

Just as in the corporeal world, combinations of lights with different colours can work very well to produce interesting shadows and create more visible dimensional detail on a surface.

Rendering and saving the image to disk

Once your scene is setup, you've chosen the dimensions and format of the image and you have a camera in your scene, save your work. Then press the Render button or F12key to start a render process. A small window will pop-up and you'll see the render take place, piece by piece.

When it has finished you can save out this image to disk by going to the main Blender menu and File->Save Image (F3-key). This will pull up a file browser enabling you to save the image somewhere on your local hardisk.

The Blender Internal Renderer

First let's load and prepare a scene for some rendering.

Renderers in Blender pay special attention to materials; despite the fact that we can see the UV texture on our chair the renderer won't consider it when it makes its calculations. Our example (I'm using a chair) would just be rendered gray as though in the Shaded viewport drawing mode..

Note: the Blender Game Engine doesn't need materials on objects to render them in real time.

Perhaps a little confusingly, materials are found in the Shading (F5key) panel.Click on the Shading button and then on the Materials button.

render5.png

To apply a material select your object (the chair) in Object Mode and click on the button Add New in the Links and Pipeline tab. The panel will change to include several tabs each with many options. This is the interface for manipulating materials and assigning them to objects.

The only setting we need to concern ourselves with here, in order to render a textured form, is the Tex Face button in the Material tab. When we select this option we're telling Blender to make sure it takes UV assigned textures into account when it's rendering.

render6.png

The materials panel is very powerful: we could create a much more complex material here for rendering. For instance we could make the surface reflective, make it translucent or even appear 'bumpy' using other surface effects. We'll cover this later in another section.

Now that we have a very simple material we can move on to setting up our render camera.

In a Perspective View (F5-key toggles this) try to get a view angle you like and when ready add a camera with SPACEBAR->Add->Camera. Now click on the menu of that viewport and View->Align view->Align Active Camera to View. This will take the current camera and snap it to the implied position and orientation of that viewport.

render4.jpg

Right now we're looking through the view of that camera. The pink square around my chair is the camera object itself, which seen from another view looks like a pyramidal form. The outer-most black dotted lines show us the limits of the rendering area itself: anything outside these dotted lines won't be rendered. So we need to make sure our chair is right inside this area before we render.

The technique for doing this usually involves using the other views (Top and Side are good) to move the camera around until what you see in the Perspective view looks about right.

Here's what I have after a bit of playing around:

render8.png
Now go to the Rendering buttons, set the render format and size (see Changing the Render Format above) and hit F12-key or click the button labelled Render. Here's what I got:

tex_16

This certainly isn't all that exciting. It's just a raw render of the chair against a default background. No shadows are cast because there's nothing to cast those shadows on.

Let's make this better.

Make a cube around your chair about the size of a room and in UV Face Select mode, in the Texture Face tab, make the faces of this room two-sided and enable them for light and also shadow. If you can't remember how to do this, see the section Texturing. Make sure that the floor of this room is right under the feet of your chair.

Now let's play around with the lighting a little. The default Blender lamp doesn't provide us with any way of directing the light: the rays themselves cannot be oriented. Light in the real world however never operates like this, let alone indoors from artificial lights. Blender provides several different types of lights that give us more to play with in this regard.

Select your lamp and the Shading buttons (F10-key) and then click on the small icon that represents a light. Change that light to the type Spot and the light will suddenly change into a cone form. This represents the projection of the light in the scene. By rotating the Spot, repositioning it, changing the energy (strength of the light) and colour of the light you can get some good results easily. Here's my scene before rendering, with two spots - one of which has much less energy than the other and is coloured yellow.

render11.png

Rendering this scene produced the following image:

render10.png

License

All chapters copyright of the authors (see below). Unless otherwise stated all chapters in this manual licensed with GNU General Public License version 2

This documentation is free documentation; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this documentation; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Authors

CONFIGURING
© Julian Oliver 2006, 2007
Modifications:
adam hyde 2006, 2007, 2008
Austin Martin 2009
David Patterson 2007
Zita Joyce 2008

CONVENTIONS
© Julian Oliver 2007
Modifications:
adam hyde 2007, 2008
Queen Victoria 2007

CREDITS
© adam hyde 2006, 2007, 2008
EDITING
© Julian Oliver 2007
Modifications:
adam hyde 2007, 2008
Zita Joyce 2008

LINUX
© Julian Oliver 2006, 2007
Modifications:
adam hyde 2006, 2007, 2008
Michael Woolcott 2008
TWikiGuest 2007

OSX
© Matthew Biederman 2007
Modifications:
adam hyde 2008
Queen Victoria 2007
Zita Joyce 2008

UBUNTU
© adam hyde 2007, 2008
Modifications:
Janet Swisher 2008
Matteo Cortese 2008

WINDOWS
© adam hyde 2007, 2008
Modifications:
Zita Joyce 2008

INTERFACE
© Julian Oliver 2006, 2007
Modifications:
adam hyde 2006, 2007, 2008
Jonas Hielscher 2007
Zita Joyce 2008

INTRODUCTION
© Julian Oliver 2006, 2007
Modifications:
adam hyde 2006, 2007, 2008
Walter Langelaar 2007

RENDERING
© Julian Oliver 2007
Modifications:
adam hyde 2007, 2008
Zita Joyce 2008

TEXTURING
© Julian Oliver 2007
Modifications:
adam hyde 2007, 2008
Zita Joyce 2008

 

100.gif

Free manuals for free software

 

 

General Public License

Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Preamble

The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.

When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.

To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.

For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.

We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.

Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.

Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.

The precise terms and conditions for copying, distribution and modification follow.

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".

Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.

1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.

You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.

2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:


a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.




b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.

c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, 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. But when you distribute the same sections as part of a whole which is a work based on the Program, 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.

Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.

In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.

3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:


a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,




b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.

If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.

4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.

5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.

6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.

7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.

If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.

It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.

This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.

8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.

9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.

Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.

10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.

NO WARRANTY

11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

END OF TERMS AND CONDITIONS

Configuring Blender

Now that you've installed Blender, let's set it up ready for some work. This section is especially important for laptop users or people who prefer to use a mouse with their left hand.

Discovering Blender's hidden menu­

Blender has a hidden menu, and it's here where the bulk of configuration relating to Blender is done.

To access the hidden menu, place your mouse cursor over the border between a 3D view­port and Blender top menu bar.

The cursor will turn into a 'double-headed' arrow. When you see this, LMB click, and drag downward. The hidden menu will appear.

The image below shows the border under which the hidden menu can be found.

secret_menu.png

For the most part you can leave the settings you find in the hidden menu as they are. There are a couple you might want to look at before you get going with Blender:

System & OpenGL --> Emulate Numpad (button)

Those of you that use laptops will want to take note of this option.  This will allow you to use the number keys on your laptop for the same purpose they're used on a full sized keyboard in Blender: for changing view elevations(ie. Front view = 1Key, Top view = 7Key)

Views & Controls --> Select With (button options)

These options allow you to change what many find to be the most confusing default in Blender in the Blender interface: mouse selection.

Here you can change from RMB select, to the more familiar LMB select operation.

If you do this, you'll need to mentally adjust references to 'RMB' and 'LMB' in the rest of this documentation, I will be using the default  RMB in all instructions.

Edit Methods --> Undo --> Steps (slider)

This slider allows you to alter the number of total undos that Blender will record for you while you use it. While learning Blender, or working on a big proejct, make sure it's set to the maximum of 64.

File Paths (file path browsers)

If you have any fonts, textures or sounds you'd like to use inside your Blender environments, you can set the paths to those files here.

Creating Viewports

Blender is certainly useable at this stage, but it could be more so.  Let's give our scene more 'eyes' than just one so we can see our work from more angles than one at the same time.

A useful way of thinking about 3D viewports is that they are basic 'cameras' in the scene.

Click in the same place as you did above to pull down the hidden menu, but this time click on the RMB when your cursor is over the border. You'll see something like this.

split_1.png

Choose Split Area by clicking the LMB once. You'll see a light grey vertical line that follows the mouse cursor, extending right down the entire viewport. Move it to the center of the viewport and click the LMB again. You've just split the viewport into two, producing two new independent views of our future scene.

Now perform the same operation on the vertical split itself, this time producing a horizontal split in the rightmost viewport. Once you've created a split you can move it around by simply LMBRMB on the edge between two and choose Join Areas. A large arrow will appear giving you the option of choosing which viewport you want to join to the other. At the end, you should have something like this:

  split_2_sml.png

Viewports and Axes

Note the small green and red arrows in the bottom of each viewport. These are 2D axes that tell us what 3D elevation we are looking from. That may sound complex at first, but it gets easier when you learn that these are fixed directions in Blender, and it's just a case of remembering them: positive Z points upward, positive Y points forward away from us, and positive X to the right of us.

A handy way of remembering this is to put your left hand in a shooting pose - like a gun - with the middle finger pointing to your right, your thumb pointing up and your index finger extending forward. In this position the thumb is pointing along positive Z, your middle finger along positive X and your index finger along positive Y (this is a trick that's many centuries old).

Considering all this in terms of our viewports, we can look down at our scene from the Top view (down along Z onto Y and X), from the Front view (forward along Y onto Z and X ) or from the Side view (right along X onto Z and Y).

Looking at the viewport axes it's clear all our current viewports are all looking down at the object from the top (Y and X). Let's change that to something more useful.

Change the top right viewport from Top to Front using the View menu at the base of that viewport. Now change the left-most viewport to Side in the same way and, while you're there, from Orthographic to Perspective (ie. from a mathematical rendering to a natural rendering mimicking the way we see objects).

Now the final touches. Place your mouse cursor over the left-most viewport. This is the way we tell Blender we're about to perform an operation just in that viewport (this is called Mouse FocusSelection). Now press down on the MMB - yes, the wheel button itself - until it clicks. Holding it down, drag downward with the mouse. What you're doing is rotating that viewport around a center, this is how we roll a viewport in Blender. We'll be doing this a lot in future sections..

Anyway, in the end you should have something like this:

split_3_sml.png

It'd be painful to have to do all this every time you start Blender, which is why we're going to save it as a default configuration so that next time it's ready just as we see it now. To do this go to File --> Save Default Settings or just hit the CTRLKey+UKey and LMB click on Save User Defaults. Be warned, when saving default settings, you don't only save the views and settings, but also the file that was opened.

Now learn a bit about Editing in Blender!

Blender's Unique Interface

­It's no secret that the Blender interface breaks a lot of rules. Luckily Blender has good reasons for it and after time these reasons become clear. Blender's interface is built around providing you with the shortest routes to the most results. It's also particularly focused on reducing the kind of stress on wrists and hands that's often felt when using mouse-intensive graphical applications every day.

For these reasons, a lot of the work done in Blender is distributed across the keyboard and the mouse. Many operations normally done with a point-and-click action can be achieved with just a few key-presses on the keyboard. Blender also makes heavy use of 'the middle mouse button', commonly known as the 'wheel', both as a scrolling interface and as a button.

One of the most important things to know about Blender is that the interface changes to fit the kind of task you're doing at any given time. Much of this happens when you change from one  mode to another. This can be confusing at first, especially when a menu that you saw there a second ago has become something else. Taking time to understand how Blender uses modes before you start trying to work with Blender is quite essential. It's my hope that the following chapters will make all this clearer.

Modes aside, Blender is not just for manipulating 3D objects. Whole scenes can be created with lights, textures and then rendered out as still images. Scenes can also be animated, sound effects added, and all of this rendered out in a variety of movie file formats. Interactive artworks can also be made, and extended greatly using the Python programming language. A good general rule for considering Blender might be "what you get is more than what you see".

For most of the tasks we're going to look at, there is a menu item. Throughout the Blender manual, I'll provide you with both options, the point-and-click-menu way and the keyboard-shortcut way, so that you can find a mix of both you're happy with.

Conventions Used in this Document

All keyboard characters, including numbers, will be followed by the word 'key', for instance A-key means the 'a' key on your keyboard just like 1-key represents the numeric key 1. There are however times when I'll refer to the numeric keypad. When I do this I'll say NUMPAD-1. Naturally laptop users don't have a numeric keypad. If you are following this manual on such a machine you'll need to make sure you setup Blender properly as described in the section Configuring Blender before using the normal number keys in the place of the numeric keypad.

CTRL = Control Key
SHFT = Shift Key
LMB = Left mouse button
RMB = Right mouse button
MMB = Middle mouse button
ENTER = Enter Key

Examples:

CTRL+A-key = Control key then the A key.
NUMPAD-7 = Number 7 on the number pad on your keyboard
7-key = Key 7 on your keybo­ard.

License

All chapters copyright of the authors (see below). Unless otherwise stated all chapters in this manual licensed with GNU General Public License version 2

This documentation is free documentation; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this documentation; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Authors

CONFIGURING
© Julian Oliver 2006, 2007
Modifications:
adam hyde 2006, 2007, 2008
Austin Martin 2009
David Patterson 2007
Zita Joyce 2008

CONVENTIONS
© Julian Oliver 2007
Modifications:
adam hyde 2007, 2008
Queen Victoria 2007

CREDITS
© adam hyde 2006, 2007, 2008
EDITING
© Julian Oliver 2007
Modifications:
adam hyde 2007, 2008
Zita Joyce 2008

LINUX
© Julian Oliver 2006, 2007
Modifications:
adam hyde 2006, 2007, 2008
Michael Woolcott 2008
TWikiGuest 2007

OSX
© Matthew Biederman 2007
Modifications:
adam hyde 2008
Queen Victoria 2007
Zita Joyce 2008

UBUNTU
© adam hyde 2007, 2008
Modifications:
Janet Swisher 2008
Matteo Cortese 2008

WINDOWS
© adam hyde 2007, 2008
Modifications:
Zita Joyce 2008

INTERFACE
© Julian Oliver 2006, 2007
Modifications:
adam hyde 2006, 2007, 2008
Jonas Hielscher 2007
Zita Joyce 2008

INTRODUCTION
© Julian Oliver 2006, 2007
Modifications:
adam hyde 2006, 2007, 2008
Walter Langelaar 2007

RENDERING
© Julian Oliver 2007
Modifications:
adam hyde 2007, 2008
Zita Joyce 2008

TEXTURING
© Julian Oliver 2007
Modifications:
adam hyde 2007, 2008
Zita Joyce 2008

 

100.gif

Free manuals for free software

 

 

General Public License

Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Preamble

The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.

When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.

To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.

For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.

We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.

Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.

Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.

The precise terms and conditions for copying, distribution and modification follow.

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".

Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.

1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.

You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.

2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:


a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.




b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.

c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, 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. But when you distribute the same sections as part of a whole which is a work based on the Program, 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.

Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.

In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.

3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:


a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,




b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.

If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.

4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.

5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.

6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.

7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.

If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.

It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.

This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.

8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.

9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.

Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.

10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.

NO WARRANTY

11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

END OF TERMS AND CONDITIONS

Mesh Editing Quickstart

Important - Make sure you understand the Blender Interface before going on with this ch­apter.

For those of you that simply want to get started m­odeling your own projects, I'm going to give coverage of basic techniques common to most 3D modeling software. Later on, I'll take you through the process of making a model step by step using some of these techniques.­

First, ensure you have an object in your scene. If you don't have one yet, add a Cube (see Interface section for how) or just use the default Cube that Blender provides when you start it up.

Selection Modes

Hit the A Key on your object to ensure that no vertices, faces or edges are selected. A deselected face is blue in colour.

Note that in the bottom of the viewport - and only while in Edit Mode - are a few icons that look like this:

selection_modes_1_sml.png

If you can't see these icons on the bottom of your viewport it is either because you aren't in Edit Mode or because this header at the bottom of your viewport is too short. The header of a viewport can be dragged left or right using the MMB. Try to drag the selection mode icons into view using MMB if you can't see them.

These icons represent the different kinds of mesh data we can select. The vertices have the dots icon, edges the diagonal line icon and faces the triangle icon. Note that when you select an edge you are selecting two vertices. When you are selecting a face you are selecting three or more vertices (and thus three or more edges).

Try clicking on the face selection icon. Notice how a small black square appears on each face in the cube. RMB on a given face will now cause it to become selected. When a face is selected it will become pink and the edges and vertices will become yellow.Try the same for both edge and vertex selection modes and notice how the colours of vertices and edges change when they are selected.

Multiple Faces, Edges or Vertices can be selected using the SHFT+RMB combination. Practice moving faces or edges or vertices by selecting them with the GKey and moving the mouse cursor around. LMB or ENTER will confirm the new position for the face. RMB or ESC will cancel the movement. As always, CTRL+Z-key will undo the last action.

Global and Local Axes

Many of the below editing techniques refer to the axes X, Y and Z. Before working with axes in a 3D environment it's important to remember that objects and faces can have both Local and Global axes.

Global axes are applicable to the entire scene and everything in it. They cannot be altered, just in the same way East and West in the real world don't change direction.

Local axes however represent only the orientation of an object or part of an object in question. Local axes can be thought of as being a bit like in front, behind, to the left and to the right. Local axes are relative, in that they depend upon which way the object is facing. For instance an object might have its Local X axis pointing along the Global Z axis.

Before applying a transformation (like Rotation or Scaling etc) decide whether you want to perform it using the local orientation of your selection, or the global orientation of your scene. You can change whether you're working within the Global or Local orientation using the Transform Orientation drop-down menu at the base of each viewport.

This menu is shown in the below image:

transform_orientation_sml.png

Rotating

Free Mouse rotation

Any selection of faces can be rotated using the R-key followed by free mouse movement. Naturally this is highly innacurate, especially if done in a Perspective view.

Numeric rotation

Faces can also be rotated along a given axis by a numerically defined number of degrees. To do this first select the faces you'd like to rotate, hit the R-key then hit the axis you'd like to rotate around and then enter a number of degrees.

For example, if I wanted to rotate a face around the global Z axis by 45 degrees I'd: R-key then Z-key then NUMPAD-4 then NUMPAD-5.

Important: when you rotate objects or meshes using numeric input you are rotating those parts relatively, not absolutely! For example: R-key then Y-key then 45NumPad means "rotate around the Y axis another 45 degrees".

Uniform and Non-Uniform scaling

Uniform scaling refers to the method of scaling the selection by the same amount across all axes at once. This is the default in Blender. Non-uniform scaling is the term given to selective scaling across just one or two of the axes. For example, to make an object twice as long as it is wide or high you could non-uniformly scale it along just one axis.

Uniform scaling: mouse

Doing this with the mouse is quite tricky but is very convenient once you become familiar with it. This technique involves telling Blender which axis you want to scale along using a mouse gesture.

Select all or some faces in your object (selecting all will make this excercise clearer). Now move your mouse cursor along the axis you want to scale your faces and then press the MMB down. The faces will scale along that axis only. For instance, if you wanted to scale your entire mesh only along the Y axis you'd switch to Top view (orthographic of course), move the mouse in the up-down direction and then hit MMB. As usual, ENTER or LMB will confirm the change.

Non-uniform scaling: numeric

This technique is very similar to the numeric uniform scaling above, but involves telling Blender which axis you want to scale along.

Select the faces you want to scale, hit the S-Key, choose an axis and then provide the scale multiplier number. For example: to scale twice along the Z axis you'd: S-Key then Z-key then NUMPAD-2.

Non-uniform constrained scaling: numeric

It is also possible to tell Blender to scale along all except one axis. To scale along the X and Y axes while denying scaling along Z you'd: S-key then hit SHFT+Z-key then NUMPAD-2.

Selecting Regions

Two marquee like selection modes are provided. These are especially useful for selecting vertices and/or faces in detailed meshes. They can also be used to select several objects in object mode. Naturally this technique will be most useful to you when there are many vertices in your object. Select your object and go into Edit mode.

Box Select

With your cursor over the viewport you want to select in, hit the B-key. Note that the mouse cursor changes to a cross-hair, with perpendicular dotted lines extending from it. Now you can LMB and drag a selection marquee across mesh elements of your object. ESC will exit Box select mode.

Circle Select

Hitting B-key twice enables circle select mode, enabling you to select using a circle shape instead of a square. Using the wheel on your mouse while in this mode will increase or decrease the size of this selection area. ESC will exit circle select mode.

Creating and Deleting Vertices, Edges and Faces

Deleting vertices, edges or faces.

Often in the course of editing you will want to remove elements. You may, for example, wish to remove a face but leave just the edges or just delete everything in the selection altogether. To do this simply select the area you wish to delete from and hit DEL or X-key. A popup menu will appear providing you with a list of deletion options. Choose one with the mouse or arrow-keys and hit LMB or ENTER.

Creating vertices, edges or faces without duplication.

Blender can be used to 'draw in' new mesh elements very quickly. There are several ways to do this. I will cover the most commonly used here.

Adding vertices

Holding the CTRL key down while you LMB in a viewport will add vertices under the cursor. These vertices will be connected by edges.

Adding a single face

Both edges and faces depend on vertices. Edges need two vertices to exist and faces a minumum of three. To add a single face, do one of the following:

Adding multiple faces

Select a loop of edges and hit SHFT+F-key. By a loop of edges I mean a ring connected edges (a circle being a good example). A 'U' shape of edges cannot be used to create multiple faces:

capping.png
Multiple faces were added to the top of the cylinder at once using SHFT+F-key.
This cannot be done to the open form without adding a closing edge.

Subdividing

Single or multiple faces can be subdivided in a variety of different ways. First, select the faces you want to subdivide. In the Editing panel F9-key click the button subdivide.

Each time you click the subdivide button, the selected faces will be cut in half. Next to this button are a variety of subdivision types in a dropdown menu.

subdivide2_1.png

Extrusion

Extrusion is a very popular editing method used often in the practice of mesh modeling. Unlike many other methods extrusion actually adds mesh data to the original mesh. Faces, edges and even vertices can be extruded.

Note:

extrusion of two edges and one faceextrusion-subdiv_1.png 

A cube with one face and two edges extruded and a subdivided cube with many faces extruded.

Extrusion: mouse

To extrude a single face, select the face and hit E-key then move the mouse. The face will extrude along the Normal (eg perpendicular to the surface of the face). Holding the CTRL key down while moving the mouse will constrain (lock) the extrusion to  grid-units.

Extrusion: numeric

Select a face, hit the E-key and then provide a number. For instance to extrude a face two whole grid units along its normal you'd E-key then NUMPAD-2 then ENTER to confirm the transformation.

Cutting Meshes

Often it is useful to cut one or more faces in half. For this purpose Blender provides the Knife tool. First select the faces you wish to cut and hit the K-key. You will immediately be presented with a popup menu containing several options: 

If you choose to make an exact, midpoints or multicut, simply click once to one side of the faces you want to cut, and again on the other side, then hit ENTER. The below images show an exact cut in use.

knife_exact2.png

Before and after images of the Knife tool making an exact cut. 

To make a loopcut, just move the mouse around until you see the cut you'd like and hit ENTER. 

Separating ('parting') Faces

Sometimes it's useful to be able to separate a selection of faces from others in a mesh, creating a new object. To do this use the P-key.

To remember this shortcut, I like to think of 'P' as representing 'part'. New objects will be automatically given a new name based on the name of the original object. This function can be found in the Mesh->Vertices menu at the base of the viewport or under the spacebar menu.

Duplication

Selected faces, edges or vertices can be quickly duplicated using SHFT+D-key.  Once they have been duplicated they are automatically in grab mode, so be sure to move the mouse and place the copy elsewhere. If you don't do this, the duplication will remain exactly where the original is, and you won't know it's there!

The below image shows two faces copied from the original cube and moved one unit to the right:

duplication_1.png

Joining Objects

One object can be joined to another (thus creating a new object) using CTRL+J-key. This function can be found in the Object menu at the base of the viewport or under the spacebar menu.

Smoothing Meshes and Surfaces

Pressing the smooth button in the Mesh Tools tab in the Editing panel will give a mesh a more organic feel by simply increasing the angles between groups of vertices. The more times you press the button the smoother the mesh will become. Naturally, the more vertices the smoother it can become. The below image shows where the Smooth button is be found.

mesh-smoothing2_1.png  

Note: Smooth is not to be confused with Set Smooth which applies a setting to the surface so that shading is averaged out across ajoining faces during rendering. Set Smooth is the opposite of the Set Solid setting, which performs no shadow averaging between faces. To make things a little confusing, this setting is also found in the Editing panel, but under the Link and Materials tab:

surface-smoothing_2.png 

Below shows heavily subdivided version of the above extruded form mesh smoothed 10 times in both Set Solid (default) and Set Smooth surface modes:

mesh_smoothing.pngsurface_smoothing2.png

Cleaning Up

Often in the course of editing in Blender little accidents happen that result in duplicate vertices.

One common example of how this can happen is during extrusion: you select a face to extrude and hit the E-key but change your mind, and so cancel the extrusion. You've just created an entire face sitting right ontop of the other.  Another example might be that you select your entire mesh with the A-key and then duplicate it with SHFT+D-key. Instead of moving it to a new location you leave it sitting right where the original is leaving many duplicate faces (and so duplicate vertices and edges) invisible to the eye.

It's good practice to clean up these duplicate vertices using the Rem Doubles ('remove doubles') button. This function looks for vertices within a given distance from each other and if they are within this distance, it removes one of them and moves the remaining one half way between the other two. When set to a very small number (the default is fine) this can be very effective in cleaning up a mesh. The Rem Doubles button can be found just below the Subdivide button in the Mesh tools tab in the Editing (F9-key) panel.  

rem_doubles.png

 

Basic Mesh Editing

Keywords: extrusion, positioning, face creation, face duplication, low-polygon modeling, view management.

In this lesson we'll make a simple chair starting from a single plane using techniques written above in the Mesh Editing Quickstart Guide. I chose a chair for this lesson as it's is a familiar object that encompasses 3 dimensions in a way we can easily visualise (unlike spaceships, demon warriors or contemporary architecture). 

Firstly ensure you have nothing in any of the three views. You can do this by either changing to another layer, or (in Object Mode) select everything with A-key and hit DEL. Now put the left viewport into Top/Orthographic view, the upper right viewport in Side/Perspective view and the bottom right viewport in Side/Orthographic view. Top/Orthographic can be thought of as a plan view, which is ideal for layouts and floorplans.

Important: when you're working in a top or side view set to Orthographic two dimensions are visible, not three. This significantly reduces confusion (and therefore error) whenever positioning objects or mesh elements with the mouse. If ever unsure check it in the View Menu in the base of each viewport.



With your cursor over a viewport, center the 3D cursor with SHFT+C-key. Hit the spacebar and Add->Mesh->Plane. A plane will appear where the 3D cursor is and Blender will be in Edit Mode. This plane will become one of four legs. Choose Face Select and select that face if it isn't already. 

Now we want to move that plane to the right and down a few units (x = 5, y = -5). There are three ways to do this:

Moving it with the mouse:

Hit the G-key and then hold down CTRL while moving the mouse 5 grid-units to the right and 5 down after that.

Moving it with the keyboard: 

To do this numerically (ie without having to count the grid units visually), hit the G-key then X-key then type 5 on the numeric keypad and hit ENTER. Now the Y axis: G-key, Y-key- and then 5 on the numeric keypad and hit ENTER.

Important: when you move objects or meshes using keyboard input you are moving them relatively, not absolutely! In the above example we moved the plane down 5 units and across 5 units. If you want absolute positioning, use the Numeric interface (see below).

Moving it using the numeric interface:

Hit the N-key and enter the relative X and Y values manually. The advantage of the numeric interface is that we can move the objects to absolute locations.

Moving it using the 3D transform manipulator and the mouse:

 Click on the 3D Transform manipulator at the base of the viewport you're working with and click on the triangle icon to allow for Translation (re-positioning). Now click the axis you'd like to move the plane along and drag with the mouse.

   
Note: Choose the way of moving objects most comfortable for you and use it to move objects elsewhere in the Blender tutorials.

You should now have something that looks like this in your Top view:

chair1.png 

Now duplicate that plane with SHFT+D-key and move it along negative X by 10 units (x = -10). The new position of this plane is therefore (x = -5, y =-5).
We have two feet for our chair and we need four, so duplicate this pair of planes and move it up 10 whole grid unit. Here's what my chair looks like so far:

chair2.png

It's time to extrude all four of these feet to create legs. We'll do this in the Side view as we can't extrude 'upward' in the Top view. Up is along the Z axis, which is the axis not available to us in the Top view.

Select all the feet and in your side view hit E-key, choose Region then type 15 on the numberpad and hit ENTER. This will extrude those planes 15 grid units. This is what I have after doing this:

chair3.png

It's time to create some faces, so let's change the leftmost viewport into Perspective view so we can better see what we're doing. Make sure this viewport is in Solid draw mode.

With your cursor over the viewport with the Perspective view hit NUMPAD-5. If you have a small screen you can make this viewport larger by dragging over the split between viewports.

Note: Alternatively you can hit CTRL+UpArrow (or use View->Maximise Window) to maximise the viewport under the cursor. Pressing the same key combination again will take you out of maximised view. The disadvantage of a maximised view is that you can't see the Edit Panel or other viewports while in this mode.

Switch to Edge Select mode and select the innermost edges at the top of two legs and hit the F-key to create a face there. It looks like this:

chair4.png

Starting with the top of the legs, create faces across the remainder of that area, so that it looks like so:

chair5.png

Now we have the base of the seat, so let's extrude it up. Change to Face Select mode and select all the faces on the base of the seat. Extrude them all upward by 2 grid units.

chair6.png

Select the two back faces at the top of the legs, and extrude them up too, by 5 grid units: 

chair7.png

Extrude them up again, by another 2 grid units and then up again by another 5 and then finally another 2 units. You should have something that looks a bit like this:

chair8.png

Now we'll make the back of our chair by extruding over two cross-beams. Select the two innermost square faces on one leg and extrude them over by 8 grid units along negative X so that they neatly touch the complimentary faces on the other leg. Remember that holding down CTRL while moving the mouse will constrain it to the grid. Alternatively, just use the numeric keypad (E-key then X then -8 on the numeric keypad and then ENTER).

chair9.png

Before we can finish we have to clean up a little. That last extrusion has created a couple of redundant faces in our mesh: we pulled over faces from one leg right ontop of another.

Select all the mesh with A-key and hit the button Rem Doubles in the Mesh Tools tab in the Edit Panel. For a description of how Rem Doubles works see Cleaning Up above.

Once done, go into Object Mode and take a look at your creation. Here's how mine turned out:

chair10.png

As a next step you may consider applying textures in Blender and then texture your chair. Head over to the Texturing section to learn how to do this..


­Blender Interface

Note: Make sure you are familiar with Blender keyboard controls, and have configured Blender before going on with this chapter.

Basics

Let's get an overview of the interface itself.

layout_3_sml_3.png
  1. Viewport Axes

    layout_4.png

    The above viewport axes represent the viewport is in Perspective View.  Note how there are 3 arrow axes and not just two. We can see all 3 dimensions of an object when we're using this view, as opposed to just 2, for instance when looking in the Top, Front or Side views.

    Another kind of view in Blender is Orthographic, which is less natural to our eyes (objects don't get small the further away they are in this view) but it's more mathematically representative. The axes represented at the base of every viewport are what are known as global axes, in other words they are applicable for the entire scene and everything in it. They cannot be altered, just in the same way East and West in the real world don't change direction.

  2. Panel type.

    layout_5.png

    By clicking on these icons we can change settings relating to different primary functions in Blender.

    Blender has several primary functions seen in those buttons. In order they are:

    • Game Engine Logic buttons (F4-key)
      Here we set up interactivity using buttons and connecting them together to create realtime interactive artworks.
    • Script Buttons This is for linking special scripts to Materials, Objects or whole Worlds.
    • Shading buttons (F5-key) Materials are created here and their properties manipulated. This panel also contains sub-panels relating to light properties and the overall properties of worlds like atmospheric effects and physics. Of note is that special materials can be assigned here for use in the Game Engine, called Dynamic Materials. These change the way objects perform when in contact with other objects in the Game Engine.
    • Object buttons (F7-key) The properties of individual objects themselves are changed here, including settings relating to how objects perform when animated and their relationship to other objects when in motion (constraints). This panel also contains a sub-panel where we can set physical properties for objects used when performing physical simulations.
    • Editing buttons (F9-key) When ever we're editing a mesh it's good to have this panel in view. There are many settings here used when editing a form that change the way we edit it and allow us to change the properties of meshes themselves. Here we can also turn off different visual indicators that help us understand detailed properties of our mesh just by looking at it.
    • Scene buttons (F10-key) Whenever we want to render out our work to make a picture or a movie, we use this panel. Here are settings related not just to the format of our final creation (eg the size of the image or the filetype of the movie etc) but also how Blender should treat our scene when rendering it. Of note is that there are two rendering plugins for use in Blender when you install it, the Blender Internal Renderer and the YAFRAY raytracing renderer which performs advanced calculations on the path of virtual light and so is often used to create very realistic visual effects. 
  3. Object Name

    layout_6.png

    This field, seen here in Edit Mode, allows us to change the currently selected object's name. It's also available to us in Object Mode. The name of any selected object can also be found in the bottom of any viewport. Being able to quickly identify the name of an object, and even rename it becomes important as your scenes grow in complexity.

  4. Viewport Shading Type

    layout_7.png

    By clicking on this button a dropdown menu is presented that allows us to change the way the object is drawn in the  viewport. Commonly used draw types are Solid and Wireframe. You can quickly switch between these two drawing modes with the Zkey. Note that this doesn't effect how the form is rendered when making a movie or image at all. They are just draw modes for use by you to help you better see your form. Wireframe, for instance, is very helpful because it lets you see 'through' your mesh allowing you to select parts of it not available to you in the opaque Solid mode.

  5. Example of axes seen in Top view.

    layout_8.png

    Take note of the two global axes in this view, one is Y and one is Z. Think of those two axes as representing the ground under your feet. Y points in front of you and X to the right of you.

  6. Transform Manipulators.

    layout_9.png

    By choosing a Transform Manipulator like Rotation (represented in Blender as a circle) and then selecting an axis, the currently selected object can be rotated around that axis like a wheel on an axel. Similarly by choosing the Translation manipulator we can click on an axis and drag the current selection along it, as though it were on rails. In 3D terminology 'translation' means "moving through space". Often confusing, but translation in this sense has nothing to do with language.

    The other manipulator often used is the Scale manipulator. This is useful if you want to quickly (but innacurately) scale a form along one or two axes, in other words, perform a non-uniform scale.

  7. Window Type Button.

    layout_10.png

    By clicking this button a list of different 'window types' are displayed. There are many in Blender each of which are responsible for giving us access to core functionality within the program.

    When you select an item from that menu the current split window will change type. For instance clicking on Video Sequence Editor will change the window from a 3D Viewport to a window for laying out video tracks in time. As you can see, there are many other window types, including a Sound Sequencer, a Text Editor (also used for writing Python scripts), IPO Curve Editor (used to animate objects with great detail), schematic views (giving you a diagram of your scene) and more.

  8. An axis seen in Front view.

    layout_11.png

    Imagine in this case the cube represented is a building. You're standing on the ground looking at it front on.
    The global axes represented are Z and X. This means that global Z points up, which it always does in Blender.

  9. Main operation menu

    layout_12.png

    This menu allows you to save (CTRL+W-key or CTRL+S-key) and open (F1-key) your work, and quickly access basic functions relating to Animation and the Game Engine.
  10. An object

    layout_13.png

    Here is a cube, in Edit Mode, seen in Perspective view, with a Translation 3D Transform manipulator active and with one vertex selected. The important thing to note here is the axes right on top of that vertex. These axes, despite 'mirroring' the directions of the viewport axes in this case, are actually local axes, not global axes. In this case, they show us the orientation of our selected vertex; a single point in 3D space. Put simply, every object - even parts of objects - has its own orientation and these orientations are always in relation to the fixed directions of the world. This understanding of the difference between local and global axes applies right across all of geometry and any 3D software package.

Two core interface modes

One of the best ways of approaching Blender for the first time is in the context of its modes. When you change modes, the interface changes with it, not just what you see (menus and the look of your artwork) but also the key combinations that are available to you.

The menu at the base of every 3D viewport is where we change modes relating to editing. It looks like this:

mode_3.png

Of these modes there are two you'll be using a lot: Object Mode and Edit Mode. Both of these modes do quite different things.

Edit Mode

Edit Mode is used to modify the form of an object, including properties relating to that form. Examples of this might be cutting an object in half, twisting it like rubber or adding more detail to a part of the overall form. Whenever you want to reshape an object, manipulating its form, use Edit Mode. This is what Edit Mode looks like. You can see how the 3D form in the Viewport (herein called a mesh) looks translucent and has dots on every corner. These dots are called vertices, the lines that join them are called edges and the flat surfaces that 3 or more vertices and edges make together are called faces - commonly also known as polygons or just polys. The currently selected element in this image is a single vertex, but it could just as equally be an edge, face or several of them altogether.

mode_1.png

Object Mode

Object Mode deals only with the properties relating to the object itself, like its name, its location, its size and its relationship to other objects (ie. parent and child objects). When ever you want to move an object, add a new object, rename an object or change other aspects relating to its 'objecthood', use Object Mode. This is what a viewport looks like in this mode. Notice how the coloured axes are attached to a dot in the center of the mesh? This is because the whole object is selected, and so they are located at the object center.

mode_2_1.png  

The fastest way of moving between these two modes is with the TAB. Hitting it simply switches between modes, from one to the other and back again. Placing your cursor over a viewport (this is how we tell Blender which viewport to use) try hitting TAB a couple of times. Notice how several other things also change in the interface? The whole Button panel at the base also changes.

Let's not edit anything yet however until we've gotten used to using the mouse in Blender..

Mouse input

As mentioned in the introduction, Blender distributes mouse input over three buttons in a mouse by turning the wheel itself into a button.

Firstly let's learn about the roll, something intrinsic to navigating a 3D scene.

Roll

Place your cursor over a viewport and press the MMB until you feel it click and then drag the mouse around. You'll see the object turning in the viewport. In fact it's not the object that's rotating, but the view itself, like a camera orbiting around the object. It may seem unusual to use the mouse-wheel as a button, but it's effective once you get used to it.

Pan

Panning is when you take whatever view you have of the object and scroll that view, from left to right or up or down. Your orientation in relation to your object doesn't change during the process however. This is really handy for moving around your scene.

To Pan press SHFT+MMB and drag your mouse around. You'll see the object scrolling in the direction you drag the mouse.

Zoom

Zooming is no different to how it would be were you using a camera. The view direction is fixed but you move the viewing point closer to or further away from the object. You can zoom just using the wheel like you would normally, but if you want a really smooth zoom, try CTRL+MMB and dragging up and down on your mouse. Smooth zoom gives you much greater control over the zoom distance and is worth getting used to.

Selecting and Moving

Lets try moving our cube a little bit, just to get used to using the mouse and keyboard together.

In your scene at the moment is a camera, a light and a cube. The camera is the  pyramid shaped object and the light is the line with the circle on the top.

Zoom out so you can see all of your cube in the left most 3D viewport. Make sure there's some room to the left and right of it. Ensure you're in Object Mode. The cube should have a pink outline around it, as seen in the above image. When an object is pink, it's selected.

Hit the A-key once and then once again. Notice how everything becomes pink and then black the second time? A-key is the shortcut for select all and select none. You can also use the Select menu to access this feature, named Select/Deselect All.

Making sure nothing is selected RMB click once on the cube. Then, with your mouse cursor still over that viewport, hit the G-key once and move your mouse around. The object will follow the mouse. 'G' in G-key stands for grab. When you hit this key you're tellling blender to lock the currently selected object to the mouse cursor. Now hit ESC or hit the RMB again, the object will snap back into it's original location.

Let's try this again but this time let's move the object and give it a new location. To do this, repeat the above steps of grabbing the object but instead of clicking RMB at the end, click the LMB. This tells Blender, "put the object there and leave it there".

You can also use the cursor keys in grab mode instead of the mouse. To place the object where you want it, just hit ENTER. Some of you will be familiar with the concept of snapping, which is moving the object to units on a grid, one at a time. This is often used by people that need really accurate results. To move an object and have it snap to grid units, hold CTRL down while you move the object. This also works perfectly well with the cursor keys.

Now place your mouse cursor over the viewport with our Top view. LMB once next to the cube you already have in the scene. Notice the small red circle that follows the mouse click. Click around, it will follow. It looks like this. At any time you can center the 3D cursor by hitting SHFT+C-Key. The 3D cursor defines where new objects are added. Centering it places it at the location x=0, y=0, z=0.

layout_14.png

This is an important tool, known as the 3D Cursor. Wherever this cursor is in the scene is where new objects will appear. It's also important for other reasons I'll show you later. OK, let's add an object.­

Adding New Objects

Blender provides a variety of basic objects (often called primitives) for us to manipulate in the course of modeling. While it is certainly possible to make a model from scratch (adding three vertices and making a polygon from them) it is often more useful to start with an object that has properties we need in order to most quickly build our model. For instance, if you were modeling a chair you'd start with a cube or plane primitive. If you were modeling a pear or cat head, you'd be better start with a sphere primitive.

Move the 3D cursor to a location just left of the current cube in a Top View.

Checking once again that you're in Object Mode - and with your mouse cursor over the viewport in Top view - hit the space bar and move the mouse to move across the menu entries Add->Mesh->Cube. Now hit ENTER or LMB.

You should now have two cubes in your scene. Notice though that the Cube you've just added is added in Edit Mode. It won't respond like the other cube, and we can't safely move it in its current mode, only edit the mesh itself. To move it safely, go into Object Mode either by using the mode button at the base of the viewport, or hitting the TAB.

Note: you can not edit the meshes of more than one object at the same time. Object mesh data is accessed and managed on a per-object basis.

Selecting individual objects.

Each object contains its own data. An object's data includes its name, its mesh, its editing history, its location, its textures (and more). It is important to remember that an object's mesh is just a part of that object's data. When you are moving the mesh around, you are not moving around the object. Similarly, you can delete all the mesh data from an object and the object will still exist. It merely has no mesh.

Once in Object Mode, RMB to select either of the two objects. Now hit G-key as you did earlier and move it around. As you can see objects must be first selected before they can be manipulated. Notice also that as you move objects around in the Top or Front view, they move around at the same time in the Perspective view.

Have a play with that for a bit and then as a next step consider editing using various techniques.

Installing Blender with Linux Commands

Ubuntu

sudo apt-get install blender

Fedora

su --login

then:

yum install blender

Debian

apt-get install blender

Gentoo

emerge blender

ArchLinux

pacman -S blender

Installing Blender on OSX

Software Name: Blender
Homepage: http://www.blender.org
Software version used for this installation: Blender 2.43
Operating System used for thisinstalltion: OSX (10.4.8)
Reccomended Hardware: Powerbook G4, Powermac G5, Mac Pro, MacBookPro, iMac (core Duo)

Downloading

The latest stable version of Blender for OSX can be downloaded at http://www.blender.org/download/get-blender/

OSX_download_3

The latest version as of this writing is Blender 2.43

Click on one of the links below the "Mac OS X" heading. Select the "Blender 2.43, PowerPC" if you have a powermac G5 or G4 or a powerbook G4. If you are using a MacBook, MacBookPro, iMac(CoreDuo / Core2Duo) use the "Blender 2.43, Intel" link. Depending on your browser and its settings, you will likely see a window asking if you would like to save the file. Select Save File.

osx_download_save

Installing

Once the download is complete you should see something like this on your desktop or in the folder that your web browser is set to download into:

diskIcon

Double click on it to begin installing the software. You should now see a finder window with a disk image named "blender-2.43-darwin-8.8.1-i386" (the name of the disk image may be different if you are installing a different version than shown here) open:

blender_window_1

All you need to do now to complete the installation is copy the disk image into your "Applications" folder. To do this click on the disk image to select it then press the Apple and C keys together to copy it. Now select your Applications folder and press the Apple and V keys together. This will paste a Blender folder containing all of the contents of the disk image into your applications folder. The installation is now complete, so you can eject the installer folder (by dragging it to the eject icon) and start using Blender.

To open Blender, navigate to your new Blender folder in your Applications folder and double click on the following icon in the Blender folder:

BlenderIcon

You should now see the Blender interface:

BlenderFirst_Screen_1

That's about it, you now have Blender up and running!

Rendering Quickstart Guide

'Rendering' can be understood as the whole process of calculating how objects in a scene respond to virtua­l light and presenting the result. This result will be drawn to an area of your computer screen or to a single image file - or both at the same time. Rendered animations are long sequence of these images that are compressed using a particular codec (like Ogg Theora or DivX) and stored in a container file (like AVI or MOV).

Blender provides two different rendering engines to use when making stills or animations: YAFRAY and the standard Blender Internal renderer.

YAFRAY (humbly derived from "Yet Another Free Ray tracer") is much more advanced than the standard Blender renderer as it makes calculations based on the implied casting of virtual light as though they were real 'rays'. This means it can calculate things such as the refraction of light through an object with a glass material, or the glow effect produced when light strikes a surface. The Blender Internal renderer doesn't calculate the bouncing of lights of surfaces. Instead it just calculates shadows as though the rays passed across the scene until they strike a surface at which point they are absorbed. YAFRAY can also exploit multiple-CPU systems, like rendering clusters.

Rendering with YAFRAY is an advanced topic and is best used after acquiring a solid understanding of how materials work. For this reason I won't cover it here.

The Render Panel

The rendering panel contains most of what we need in order to setup and start our render. Accessing this panel is done by clicking on the icon Scene (F10key) and then the button named Render Buttons.

render1_3.png

There are 6 Tabs but we only need to deal with two of these to get results fast: Render and Format.

Under the button labelled Render in the Render tab is a drop down menu with the option to change the backend renderer that Blender will use, to Blender Internal or YAFRAY. The below image shows it set to Blender Internal.

render2.png

Changing the render format

Just as the name suggests, the Format tab is where we change the dimensions and type of image to be rendered. There are a wide variety of image formats to choose from with Jpeg as the default.

render3.png

Placing a camera

You can only render with a camera in your scene as the rendered image is drawn from the camera view, not the viewport.

SPACEBAR->Add-Camera will add a camera to your scene. It will always be added with the viewplane of the camera being parallel to the viewport itself. This can be quite handy. You can position a camera in a viewport that has a view angle you like and move it from there accordingly until you get the right position. NumPad-0 will take you to the view of the camera in any viewport.

Working with lights.

Like materials, lights are intrinsic to the rendering process. A scene can be dense with elements but if it doesn't have a light, or surfaces that emit light, a black image will be all that's rendered.

So far we've only worked with the default Lamp object, which really doesn't offer us much control over the casting of light in our scene.

The Lamp Buttons panel provides you with a variety of options for manipulating the distribution, colour and type of light in your scene. To access this panel select your light and click on the Shading buttons icon (F10key) and then select the Lamp button, which has a lightbulb as an icon:

render12.png

At any given point you can change a light type from one to another by clicking on the appropriate button. Here's an example of an Area Light with a modified colour. Note that the slider named Energy determines the strength (brightness) of this light.

render13.png

Just as in the corporeal world, combinations of lights with different colours can work very well to produce interesting shadows and create more visible dimensional detail on a surface.

Rendering and saving the image to disk

Once your scene is setup, you've chosen the dimensions and format of the image and you have a camera in your scene, save your work. Then press the Render button or F12key to start a render process. A small window will pop-up and you'll see the render take place, piece by piece.

When it has finished you can save out this image to disk by going to the main Blender menu and File->Save Image (F3-key). This will pull up a file browser enabling you to save the image somewhere on your local hardisk.

The Blender Internal Renderer

First let's load and prepare a scene for some rendering.

Renderers in Blender pay special attention to materials; despite the fact that we can see the UV texture on our chair the renderer won't consider it when it makes its calculations. Our example (I'm using a chair) would just be rendered gray as though in the Shaded viewport drawing mode..

Note: the Blender Game Engine doesn't need materials on objects to render them in real time.

Perhaps a little confusingly, materials are found in the Shading (F5key) panel.Click on the Shading button and then on the Materials button.

render5.png

To apply a material select your object (the chair) in Object Mode and click on the button Add New in the Links and Pipeline tab. The panel will change to include several tabs each with many options. This is the interface for manipulating materials and assigning them to objects.

The only setting we need to concern ourselves with here, in order to render a textured form, is the Tex Face button in the Material tab. When we select this option we're telling Blender to make sure it takes UV assigned textures into account when it's rendering.

render6.png

The materials panel is very powerful: we could create a much more complex material here for rendering. For instance we could make the surface reflective, make it translucent or even appear 'bumpy' using other surface effects. We'll cover this later in another section.

Now that we have a very simple material we can move on to setting up our render camera.

In a Perspective View (F5-key toggles this) try to get a view angle you like and when ready add a camera with SPACEBAR->Add->Camera. Now click on the menu of that viewport and View->Align view->Align Active Camera to View. This will take the current camera and snap it to the implied position and orientation of that viewport.

render4.jpg

Right now we're looking through the view of that camera. The pink square around my chair is the camera object itself, which seen from another view looks like a pyramidal form. The outer-most black dotted lines show us the limits of the rendering area itself: anything outside these dotted lines won't be rendered. So we need to make sure our chair is right inside this area before we render.

The technique for doing this usually involves using the other views (Top and Side are good) to move the camera around until what you see in the Perspective view looks about right.

Here's what I have after a bit of playing around:

render8.png
Now go to the Rendering buttons, set the render format and size (see Changing the Render Format above) and hit F12-key or click the button labelled Render. Here's what I got:

tex_16

This certainly isn't all that exciting. It's just a raw render of the chair against a default background. No shadows are cast because there's nothing to cast those shadows on.

Let's make this better.

Make a cube around your chair about the size of a room and in UV Face Select mode, in the Texture Face tab, make the faces of this room two-sided and enable them for light and also shadow. If you can't remember how to do this, see the section Texturing. Make sure that the floor of this room is right under the feet of your chair.

Now let's play around with the lighting a little. The default Blender lamp doesn't provide us with any way of directing the light: the rays themselves cannot be oriented. Light in the real world however never operates like this, let alone indoors from artificial lights. Blender provides several different types of lights that give us more to play with in this regard.

Select your lamp and the Shading buttons (F10-key) and then click on the small icon that represents a light. Change that light to the type Spot and the light will suddenly change into a cone form. This represents the projection of the light in the scene. By rotating the Spot, repositioning it, changing the energy (strength of the light) and colour of the light you can get some good results easily. Here's my scene before rendering, with two spots - one of which has much less energy than the other and is coloured yellow.

render11.png

Rendering this scene produced the following image:

render10.png

Blender Texturing

In this section we'll learn about basic texturing in Blender. This section will not cover Materials in any d­epth. Instead we'll focus only on getting raw images onto faces in your mesh, lighting the mesh and rendering the result. The reasons for this are two-fold: materials are a complex topic and what we do here will be sufficient for use in realtime 3D projects - ie the Blender Game Engine. I'll dedicate a section to working with Materials and advanced Rendering later on.

Faces have a shape, a size, a position in space and even a local orientation. None of these things however help us define how textures are drawn onto the surface on those faces. For this we need a system dedicated to mapping texture data onto the mesh surface. This is why UV mapping was invented. A mapping is best understood as an imaginary 2D or 3D shape onto which the texture is first projected before it is applied to the mesh itself. By changing the projection type we change the way textures are drawn onto the surface. Once we have chosen a UV Mapping we can manipulate it (scale, rotate, edit etc) independently of the mesh itself, thus changing the way the texture is drawn on the actual mesh surface.

A simplistic way of understanding this is that 'U' and 'V' in 'UV Mapping' are special values describing positions on the surface of a given mesh, just like X and Y are positions on an imaginary plane in the 3D world itself.  The most basic UV Mapping is a per-face mapping, where the texture is simply drawn onto each face in the mesh; this is the default in Blender. Other UV mapping types are covered below.

Setting up a mesh for texturing requires understanding the Texture Face tab in the Editing panel. UV settings are defined in the Editing panel because we are editing a property of the mesh,  ie its UV data.

Selecting Faces

Previously we've worked with the modes Object Mode and Edit Mode. Using the same Mode menu at the bottom of a 3D viewport, or with the F-key, change to UV Face Select Mode and ensure you're using the Textured viewport shading type.

tex_1_sml.png 

Select a face in your mesh with the RMB or other selection method. The face is now 'active', meaning it is ready for the assignment of settings and textures.

Note: Selecting a face is not the same as making that face active. There is always only one active face in any UV Face selection. When a face is active it has coloured edges. In the below image there are four faces selected but just one is active:

tex_activeface.png

Faces can also be selected in UV Face Select mode using various selection methods.

Setting faces up to receive light

With the face active, click the In the Texture Face tab in the Editing panel (F9-key) and click the blue/green button labeled Light. Apply these settings to other faces using the method described in "Copying settings from one face to another" (below).

tex_3.png

Now in a Top view add a light from the spacebar menu and place it right above the face you've selected. You can move the light around and the shading on the meshes will respond accordingly.

Important: without a light in your scene, and your faces set up to receive light, your mesh will have no shading in all viewports in Textured shading mode! This is almost certainly not what you want.

Applying a texture

Change the current window type in one of your splits to UV/Image editor. 

Ensure you are in UV Face Select mode and have made a face active. Load a texture using Image->Open in the UV/Image Editor window and it will appear on your active face.

Important: texture data will only be visible in your viewport if it is set to the Textured shading mode.

You can load any number of textures this way and change between them using the dropdown menu at the base of the UV/Image Editor menu. Each time you select a texture from this menu it will appear on the face you have active in UV Face Select mode.

tex_5_sml.png

A lit and textured mesh with one face active in UV Face Select mode.
Note: one texture is applied per face (ie no UV Projection has been set).

Selected faces will appear in the UV/Image Editor window. Without any projection type applied (eg one texture per face), they will be drawn one-ontop-of-another in the UV/Image Editor, and so won't be easily discernable from each other.

Copying settings from one face to another

Texture and UV settings can be copied from the active face to any other selected faces using Copy Draw Mode. Simply make the face you want to copy settings from active, select any number of other faces and click the Copy Draw Mode button, which is found in the Texture Face tab in the Editing (F9-Key)  panel.  

tex_2.png

UV Projection types

While in UV Face Select mode you can easily apply a new projection using the UV Calculation menu accessed with the Ukey. Here you'll find a variety of different projection types:

The projection surface is an imaginary 'unwrapped' version of the mesh, such that faces are distributed on a 2D plane with as little distortion or overlap as can be computed. A texture is then projected onto this surface. This is the method used for highly accurate texturing work.

A good way of imagining unwrapping is the flat atlas of the Earth, which is an unwrapped sphere featuring as little distortion as is mathematically possible. This particular unwrapping has the name Goodes Interrupted Homolosine Projection.

Projects the texture onto an imaginary cube first each of which are parallel to Global axes X, Y or Z. It will then find all the faces in the real mesh aligned most closely to the six sides of this cube object and draw the texture onto the faces accordingly.

tex_6.png

Image shows a Cube Projection of a mesh with all faces selected in UV Face Select mode. 

Cylinder from View first maps a texture onto a cylinder that has the same orientation as the viewport before projecting it onto the active face

Sphere from View first maps a texture onto a sphere that has the same orientation as the viewport before projecting it onto the active face

Project from View maps a texture onto the viewplane in every repeating tiles and then projects it straight onto the active face.

Note the 'from View' in the above projections. This means that the given projection types are projected onto the mesh perpendicular to the viewplane. To understand this, imagine that the viewport you are looking through is the lens of a camera. The viewplane is an infinitely large imaginary plane flush to the surface of that lens (ie. parallel to the tangent of the viewport).

Modifying UV Mappings

Every UV face in the current selection is represented in UV/Image Editor. These faces are manipulated much in the same way as meshes are: they have vertices that can be individually selected and moved around with the G-key, faces can be rotated with R-key, scaled with S-key and so on.

Changes to UV faces will be immediately updated on the mesh in the viewport.

UV texture editor navigation

While you cannot (of course) rotate the view, you can drag the view about and even zoom. Just use the same controls you'd expect in a 3D viewport to do this. 

Painting onto textures

First, change the mode to Texture Paint.

tex_8_sml.png

This will bring up a tab called Paint in the Editing (F9-key) panel.

tex_7.png

Here you can change the size, colour and type of brush used and paint straight onto the textured mesh in a viewport, or onto the texture in the UV/Image Editor window.

Vertex colours

Colouring vertices is an extremely resource unintensive way to add colour detail to your mesh. When a vertex is coloured the face is coloured from that vertex. If you have a face of 3 vertices, each coloured a different colour, the colours will mix based on how far away one vertex is from the other.

Unlike textures, vertex colours are not stored in the memory part of your graphics card, instead they are just computed and drawn when they are needed. The computation itself, done on the Graphical Processing Unit of a modern graphics card is, in itself, computationally undemanding: vertices - and the faces attached to them - have a colour anyway (they have to be drawn as some colour) usually grey in 3D modeling programs - so it's just a case of giving them a new one as you see fit. Vertex painting can be used to add extra colour detail or highlights, even in the absense of texture data altogether.

For this reason if you need a part of your mesh to be coloured red, don't make a red texture, just colour the affected vertices red and the faces will follow. 

To set the vertex colour on a face, ensure it is active in UV Face Select mode and click on the small white square next to the button Set VertCol in the Texture Face tab. This will pull up a colour palette from which you can select a new colour. Clicking on Set VertCol next will apply that colour to all the vertices in that face. You can now copy these settings onto other faces in your mesh with Copy DrawMode as usual.

tex_9.png

Alternatively you can 'paint' vertex colours straight onto your mesh using the Vertex Paint mode, found in the dropdown menu at the base of any viewport. This will present a new tab called Paint in the Editing panel. It looks similar to the Paint tab presented when in Texture Paint mode:

tex_10.png

Paint tab in Vertex Paint mode with a yellow colour selected.
Note the mix buttons to the right will determine how your vertex colours should mix with existing colours on the mesh.

Note: You can combine Vertex Colours and Textures in your work, one 'on top' of the other. For instance if you wanted one part of your textured mesh to have a yellow tinge, you could colour the vertices in that region. The texture data and vertex data will be mixed together based on the mixing mode you have chosen.

Packing the Image (or sound or video)

A common problem in the development of multimedia projects is keeping track of the many different files that a multimedia project inevitably depends on. Blender provides a neat solution to this problem.

Each Blender file (ending in *.blend) can be thought of as an archive - a bit like a ZIP file. When you add external data to your Blender project (a texture, a sound, a video) you have the option of 'packing' it into your Blender file so that you don't need to distribute that file separately. You can then confidently distribute your Blender project knowing that when someone else opens up the file in somewhere else this data will not be missing in your scene. At any point you can also 'unpack' these files, work on them and re-pack them.

tex_11_sml.png

When you see this button you have the option of packing data. Clicking on it will ensure it is stored in the file itself. Clicking on it again later will give you the option to 'unpack' it to a location on the harddisk. 

Texturing Tutorial (basic)

Keywords: UV/Image Editor, Face Select mode, DrawMode, Cube projection 

Let's take the chair we made in the previous lesson and texture it now, using some of what is written above.

First load up the chair in Blender and go into UV Face Select mode in a viewport (see Selecting Faces above).

Save this wood texture to the same directory that the Blender file of the chair is saved (right-click ->save as in most browsers). <mention texture formats!>

wood1_sml.png

We're currently using the Solid viewport shading type which draws no texture information and only provides a default lighting for your mesh. To be sure we can see what we're doing in the course of texturing and lighting our mesh we need to change to the Textured shading mode. Do this now by clicking on the Viewport Shading menu at the base of the viewport you're working in. 

Place the 3D cursor (the red and white ring in the scene) just to the left of your chair and in a Top View, spacebar Add->Lamp-Lamp. The lamp will be added right where you placed the 3D cursor. At this stage your mesh will go white. Why? Because we haven't setup the faces to receive light yet.

Setting faces up to receive light is relatively simple: select all the faces in your mesh (A-key) and click on the button labelled Light in the Texture Face tab in the Editing panel (F9-Key). This will enable the current active face (the face with a coloured border) to receive light from lights in our scene. Now we need to ensure all the remaining faces can receive light too: clicking on Copy DrawMode will copy the settings from this face to all the other faces in your mesh. Select the lamp and move it around to get a balance of light you like.

At this stage you should have something that looks like this:

tex_13_sml.png

With all the faces still selected let's add some texture data to our faces.

Change one of your three viewports to the type UV/Image editor by clicking on the bottom left-most button in that viewport. That button changes the current viewport type and looks like this:

tex_12_sml.png

Click on Image->Open in the UV/Image Editor menu and load in the wood texture you downloaded earlier. This will immediately apply the texture to the faces. Change to Object mode by changing the mode at the base of the viewport you're working with so we can see what we've made in all it's glory.

Here's what I have after doing all this:

tex_14_sml.png

Looking closely at this textured mesh you'll notice that one texture has simply been applied to each face. This is the default in Blender and while it works reasonably well for objects that have faces of equal proportion and textures with evenly repeating parts, it doesn't in others. Taking this chair as an example, the parts of the chair looks like they're made up of several blocks of wood, not continuous pieces (look closely at the back legs and the seat). Faces that are perpendicular to each other don't match up also, giving the impression that the parts of the chair aren't made of solid wood.

Let's play around with the placement of the texture on faces now to get an overall result that better describes the way the chair would be constructed with wood if it were real.

Enter UV Face Select mode again and select all the faces in all the legs, including the upper vertical parts that make the chair's back. With your cursor still over that viewport, now hit Ukey, and LMB click on Cube. The cubic projection will be represented in the UV/Image Editor as two strips of faces vertically aligned with the texture. If you look at the chair now, you'll see that the wood grain goes left to right across the leg, eg not along the leg. This is not the way a wooden chair would be made, so let's rotate the projection 90 degrees to make the grain implied in the texture go along the leg.

With your mouse cursor over the UV/Image Editor hit A-key to select all the vertices in the projection. They should all go pink. Now hit R-key (just as you would with an object or parts of a mesh) and - while holding the control key down - rotate the projection 90 degrees. Once done hit ENTER or LMB and use S-key to scale the projection up so that it just fits within the limits of the texture itself. Note: if we scaled the projection up to be larger that the texture, it would tile the texture, meaning it would visibly repeat across the selected faces.

This is what I have after doing this.

tex_15_sml.png
Now hit A-key again and select the seat of your chair and apply a cube projection to that whole area and do the same for the two other pieces that cross the two back legs. That should be enough to produce a reasonably convincing low-polygon, single-texture chair. Here's the result I got:
tex_16.png

Next consider learning about Rendering.

Installing Blender on Ubuntu

Software name : Blender
Homepage : http://www.blender.org/
Software version used for this installation : 2.4.3
Operating System use for this installation : Ubuntu 7.04
Recommended Hardware : 300 Mhz processor (CPU) minimum, internet connection

If you are used to an Operating System like Windows or MacOSX­ you may have installed software by downloading it from a website and double clicking on the downloaded file, and clicking through all the licence agreements, configuration options etc. This is the 'old' way of installing software. The 'new' way is much smarter - you choose what you want to install from a list and press 'go'. The rest - finding the files, downloading the files, installing software, is taken care of by Ubuntu itself while you go and get a cup of tea or work on something else. It can't get much easier. 

However, new ways take a little getting used to, and so we will first look at the basic tool needed to install software this way, and then how to use it to install Blender.

Synaptic Package Manager

The Synaptic Package Manager (SPM) is used for more than just installing software. It can also upgrade your entire operating system, and manage all software installed on your computer. However most people use SPM for just installing new software. Before you embark on this process, there are a few concepts that you may wish to get familiar with. It's not crucial you understand them thoroughly, so just read the explanations and then let it soak in over time. The ideas behind SPM will become clearer with use.

What is a repository?

SPM can automate the installation of software on your computer because it has a direct connection to one or more online software repositories. These repositories are vast archives of programs that have been pre-configured for installation on your operating system. When your computer is online, SPM can connect to these archives, check what software is available for installation, and present you with a list of installable software. All you have to do is select the software from the list that you want. SPM then downloads the software from the repository and takes care of the installation process.

So SPM is actually a repository manager: it manages which repositories (there are many) you wish to access, and which programs to download and install from those repositories.

SPM allows you to choose which repositories it accesses through its settings. The default repositories used by Ubuntu can be extended through the SPM settings so you can access a wider range of programs. Ubuntu calls each repository by a simple name. They are: Main, Universe, Multiverse, Restricted. By default Ubuntu only uses the Main online repository. If you wish to access you the other repositories, you must do this by changing repository settings of SPM.

What is a package?

When SPM downloads a programs for installation, it is in the form known as a 'package'. This means that it is a compressed archive of the program, pre-configured so that it can install nicely on your computer. If the package has been configured nicely (and the Ubuntu project team spends a lot of time making sure this is the case), then many of the headaches that installing software can bring are taken away — it's the aspirin of software installation. One of the biggest issues with installing software on any form of Linux (Ubuntu is one of many types of Linux), is dependencies. Dependencies are all the other packages required by a particular package. If, for example, I want to install an audio editor, that audio editor software may use some functionality of other programs to do its job.

SPM takes the (often) dark art of dependencies away from you, and manages this itself. So if you wish to install a program and it has dependencies (and the list can be long), you don't have to work this out yourself. SPM knows already what is needed, finds it, and installs it along with the software you have chosen.

So, SPM, as well as managing which repositories you access, is also a package management software. Hence the name: Synaptic Package Manager.

apt

You don't really need to know about 'apt', so if you are on the verge of being confused then don't read this short section. If you are a geek wannabe, then read on.

Ubuntu is a form of Linux that has derived from another form of Linux called Debian. This family of Linux has in common (amongst other things) the package/repository management system. Both Ubuntu and Debian use the apt system for managing packages. APT is an acronym for Advanced Package Tool.

SPM is actually a 'front end' (graphical interface) for controlling 'apt'. So SPM is the nice user interface that you see, but the real work is done by 'apt'. There are other ways of managing 'apt', such as the command line interface known as apt-get. In the world of Linux, there are many varieties of Linux users and they have their own ways of doing things. In general it's safe to say most Debian users use apt-get, and most Ubuntu users are happier using SPM.

Configuring Synaptic Package Manager

To install most software on Ubuntu, you need to change the default repository settings of SPM, because many programs are not contained in the default repository. To do this, you need to open the Synaptic Package Manager, which you can do via the System menu. If you haven't changed the default Desktop of Ubuntu, then the System menu can be accessed at the top left of your screen:

spm.jpg 

If all is good, you are prompted for a password.

pass.jpg

Here you must enter your password (the same one you use to log into the system). If you don't know the password, then you have a problem and it's probably caused by the fact that the computer you are using is not yours. In this case you have to find the computer's owners and ask them for the password (which is usually not polite unless you know them well) or ask them to input the password while you look casually in the other direction.

Assuming the password entered is correct, you now see the SPM open in front of you. It may be that you first see the following 'Quick Introduction' (which appears if you haven't used SPM before).

splash.jpg

Just click Close and move on.

Let's look at the Synaptic Package Manager interface.

spm1_1.jpg

Let's not worry about the details of the interface for now. All we want to do is change the repository settings. To do this, on the Settings menu, click Repositories.

settings.jpg 

Now we get to where we can do some business. Make sure that all the options are selected:

repositories2
 

Now close that window by clicking the big Close button at the bottom right.

close.jpg

Next, you see a warning telling you the repository has changed:

repositorychanged.jpg

Click the Close button.

Back in the SPM interface, you need to refresh the repositories as the warning suggests. To do this, click Reload:

reload.jpg

You then see a status window saying the repositories are being updated and showing the progress.

spmprogress.jpg 

Installing Blender with Synaptic Package Manager

Now the real business. It's pretty easy. Click on the nice big Search button:

search.jpg

The search window will open and now enter 'blender' in the field:

syn_search

Great. Now press Search at the bottom right of the above window. The search should not take very long and when it is complete you will see Blender listed :

blender_pkg 

If you highlight Blender (by clicking once on the name) you will see some information about Blender displayed :

info

Now you can read the information if you wish but there is nothing critical there. Best thing to do is just to double-click on blender. By doing this you are 'marking' (choosing) the software for installation. If you do so then an additional window appears:

mark 

Now click Mark:

mark2.jpg

You have now told Synaptic Package Manager that you want to install Blender. If all is well then the package will be highlighted:

selected

Now press the Apply button with the nice big tick next to it :

apply1.jpg

Next SPM informs you of how much space will be taken by the installation :

apply_1.jpg

Now you can just click Apply at the bottom right of the screen and the installation will start. A progress bar will be shown:

downloading.jpg

When it is completed (downloading and installing) you will have this screen : 

applied.jpg

That means all is well. Pat yourself on the back and press Close. Synaptic Package Manager will then return to its original state. Close it :

quit.jpg

Now you can open audacity...just browse to the Applications menu, choose Graphics, select Blender and release the mouse :

open

If all is well you will see Blender:

running_1

Congrats!

Trouble?

If you did not see Blender open and nothing happened then it might be that you need to enable the right video drivers for your computer. Blender needs to have extra support for running your monitor or screen so it relies on small pieces of software ('drivers') that assist it with these processes. To check you have the right drivers operating first click on 'System' and then 'Administration', then 'Restricted Drivers Manager' :

trouble1

Now you will be asked for a password. Use the password you used to log into the computer (or the 'superuser' or 'root' password if you know it), then you will see a window like this :

trouble2png

The information contained in your window may not match the above exactly as the driver listed will depend on what hardware you have installed.

Now double click on the 'enabled' check box and you should see this warning :

trouble3png

Click on 'Enable Driver' and an installation process will proceed, ending with the following screen :

trouble4png

If you hit 'Close' you will see this :

trouble5png_1

Now you need to restart your computer. Then try and open Blender again using the method described above.

Installing Blender on Windows

Software name : Blender
Homepage : http://www.blender.org
Software version used for this installation : 2.4.5
Operating System use for this installation : Windows 2000
Recommended Hardware : 300 Mhz processor (CPU) minimum, internet connection­

The first thing to do is to visit the blender website http://www.blender.org

website

Now click on the 'Download' link at the top of the page and you will see something like this :

website_download

Now you can see the link to the Windows installer, just click on it :

win_down

and, depending on your browser, a download pop-up should appear :

save

Press 'Save File' and the download should start. Next you need to go to the folder where your downloads go. I download everything to the desktop, so if I look on my Desktop I will see the same icon you will find in your downloads folder :

download_pkg

Now double click on this icon and the installer screen will appear :

1

Just click 'Next >' and move on...

2

If you don't click 'I agree' you can't install Blender...so I would recommend clicking 'I agree' :

3

There is nothing important in the above screen. it only asks you if you want Desktop shortcuts etc. Ignore these options unless you have any specific reason for changing them, and press 'Next >' :

4

The above window determines where you want to install Blender. Again, leave this as the default unless you know have a specific reason for changing it and press 'Next >' :

5

For now leave the above settingS as they are and click 'Install'. You should see an installation window with a progress bar in it :

6

When the installation is finished you will see a small pop up window :

7

It's a bit unclear to me why Blender asks this, it is part of the installation process anyway. Just press 'OK' and if all is well you will see this :

8

Press 'Finish' and you should see Blender open!

9

­