Blender 3D︰從入門到精通/3D视图窗口
- 不知何故,编辑这本维基教科书的人们好像停止了翻译,如果哪位好汉有兴趣和功夫为后人完善这本书,请帮助翻译剩下章节,对于部分计算机词汇可以保留不译
适用的 Blender 版本: 2.57 |
3D 视图 窗口在Blender中用于显示3D场景. 你将会有很多工作在这些窗口中, 因此你需要学习(so you will need to learn your way around).
3D视图显示的内容仅仅是和最终场景近似approximation. 整体上几何体都是正确的, 但材质(materials),纹理(Textures),灯光(lighting)等没有精确显示, 因为那样需要消耗很多时间, 而且3D视图窗口设计用于快速响应你的交互操作。另外,还有其他视图选项(如wireframe、隐藏等),这样可以更容易地查看正在处理的模型的哪些部分,这对最终的渲染没有影响。你也可以随时改变你的视点(这在你的模型/场景中是很重要的),而渲染的视点是由摄像机的位置控制的( Plus there are additional view options (like wireframe, hiding etc) that make it easier to see what parts of the model you’re working on, that have no effect on the final render. Also you can change your viewpoint at any time (which will be essential while working on your model/scene), while the viewpoint of the render is controlled by the camera position.)
在这个模块你将学习:
- 识别10个在视窗(viewports)中常见的东西
- 能够说出Blender在哪一个模式(to tell which mode Blender is in)
- 如何更改视窗设置和视角( viewport options and viewpoints)
- 如何定位3D光标( 3D cursor)
你也会学到以下的基本知识:
- 能见度层( visibility layers)
视窗及其内容(The Viewport and its Content)
[编辑]除了顶栏(header),3D视图窗口的其余部分是它的视窗。在Blender中,每当你需要正在处理的场景的最新视图时,就可以使用视窗(viewports)。
视窗是忙碌的地方。进行一次寻宝游戏,看看你能在一个简单的视窗(viewports)上找到什么。
- 启动Blender。
- 于是这样我们都在看同样的场景(就是面前启动的Blender),(下面说的是怎样使界面回到出厂设置) 加载 出厂设置,点击 File → Load Factory Settings
- 如果在新版本中或通过其他方式使得你的Blender是中文,你的操作应该类似于 文件 → 恢复出厂设置
- 确认 清除所有(Erase All) 通过鼠标左键 LMB (or Enter ).
- 如果键盘上的NumLock指示灯没有亮,按下 NumLock 这样,小键盘就能正常工作了。
- 在 Blender 2.67a 中, 恢复出厂设置 目录是 "加载默认文件和用户首选项。" 所以它不显示 清除所有(Erase All) 的信息。
(如果你不确定 LMB 是什么意思, 请复习 the Keystroke, Button, and Menu Notation module.)章节的内容(尽管我已经标了出来)。
你应该看到这样的东西:
一个虚拟的寻宝游戏
[编辑]查看Blender创建者提供的默认场景中的视窗viewport,找到以下8项:
- 在中心
- 这就是
默认的多维数据库 default cube , 你的第一个Blender 对象!
2. 三个大箭头,一个红的,一个绿的,一个蓝的,它们的尾巴组成了一个白色的圆圈
- 这不是对象(您的模型/场景的一部分),而是处理对象的Blender用户界面的一部分。这是操纵器manipulator, 也被称为3D变换组件 3D transform widget.
- 箭头表示正确选择的 X, Y 和 Z 轴的方向, 这是一个变向transform orientation 坐标系。它默认为全局坐标系 global coordinate system.
- 圆圈表示所选对象(即立方体)的中心。
- 如果你不知道什么是“全局坐标系”,请复习 the module on Coordinate Spaces in Blender.
- 说明可能有一个工具是活动的。 按下 Esc 来停止任意工具的活动。
- 另一种可能是操纵器manipulator已被禁用:
- Toggle it on or off with Ctrl + Space .
3. A red-and-white striped circle with black cross-hairs
- This is not an object. It is the 3D Cursor, which indicates where newly-created objects will appear in the scene.
- The cursor is similar to the insertion point in a text editor, which indicates where newly-typed text will appear in a document.
- In the Lower Left Corner
- This is not an object. It is the mini axis, and its orientation matches that of the global coordinate system, with the usual conventions: red for X, green for Y and blue for Z. Think of it as a little compass, reminding you which way is left/right, front/back and up/down.
5. The notation "(1) Cube"
- This is not an object. It is object info, indicating that:
- You're viewing the first frame of an animation.
- and
- The current or most recently selected object is named "Cube".
- In the Upper Left Corner
6. The notation “User Persp”
- This is not an object. This is telling you something about the view being displayed by the viewport. The first word will change if you select one of the perfect views or the camera view (see below), otherwise it just says “User”, and the second word is “Persp” or “Ortho” to indicate whether this is a perspective or orthographic view.
- To the Right of Center
7. A black round thing that resembles a sun-symbol
- This represents a lamp, a light source for the scene. (It is an object.)
8. A pyramidal wireframe thing
- This represents a camera, a viewpoint that can be used for rendering. (It, too, is an object.) The direction it is looking is out the base of the pyramid. The solid triangle attached to one side of the base is to remind you which way is up in the image that the camera takes.
- On a small display, the camera might initially lie outside of the viewport and thus be invisible. In that case, zoom out by scrolling with MMB until it becomes visible.
- Throughout
9. A dark gray background, divided into squares by lighter lines. This is the grid floor, which you can (but don’t have to) use as a ground plane for positioning your models.
- Each grid square is one blender unit (or BU) on a side. A BU can be whatever you wish: an inch, a centimetre, a mile, or a cubit. Blender lets you decide what the scale should be for your scene in the Scene tab of the Properties Panel.
10. Three mutually-perpendicular coloured lines associated with the grid floor: the red and green ones lying horizontally in the floor and the blue one running vertically. These are the global coordinate axes for orienting your scene: as usual, red is the X-axis, green the Y-axis, and blue the Z-axis.
- In Blender 2.67a, you can't see the blue line for Z-axis here because you can see it in Front or Side view.
Modes
[编辑]Blender has lots of modes, that is, settings that affect its behavior, and this is especially true of 3D View windows.
Sometimes it's not obvious what modes are active. This leads to mode errors where Blender will do something you didn't expect because you thought it was in one mode and it was actually in another.
In Blender, the function performed by a hotkey or mouse button can depend on:
- what mode the user interface is in,
- whether the keyboard is in NumLock mode,
- which window is active,
- the mode the active window is in,
- which item or items are selected,
- whether you've initiated a hotkey sequence.
It helps to recognize the common modes and get out of them.
物体模式(Object Mode)和编辑模式(Edit Mode)的对比
[编辑]3D视图窗口一般处在物体模式,这个模式:
- 鼠标是一个白色箭头(在 MacOS 中是黑色的)。
- RMB 被用来选择屏幕上的物体。
如果在镜头中有物体存在,你可以转换到以下五个模式:
- 编辑模式(Edit Mode):用来编辑物体的形状。
- 此时鼠标是一个反相显示的小叉叉。
- RMB 被用来选择当前物体的顶点、面或边缘。
- 按下 Tab 进入或离开这个模式。
- 雕塑模式(Sculpt Mode)
- 此时鼠标是一个细长橙环。
- 顶点绘制(Vertex Paint)
- 这时的鼠标和雕塑模式一样,是一个细长橙环。
- 质感绘制(Texture Paint)
- 此时鼠标是一个细长白环。
- 权重绘制(Weight Paint)
- 此时鼠标又是一个细长橙环。
这些模式也显示在3D视图顶部的菜单中。
这些模式在不同的3D视图窗口间是联动的。换句话说,如果你在一个窗口改变了模式,任何其他3D视图窗口的模式也随之变化。
Viewport Options
[编辑]The options in this section only affect 3D View viewports. They do not affect renders. |
Solid vs. Wireframe
[编辑]By default, the 3D View window draws objects using the Solid drawtype, in which surfaces are opaque. To toggle between Solid and Wireframe drawtype (edges only, no faces) for a particular viewport:
- Activate the 3D View window.
- Press Z .
Alternatively, you can choose these and other drawtypes from the "Draw type" menu in the 3D View window header.
Orthographic vs. Perspective
[编辑]By default, viewports draw orthographic views. To toggle a viewport between orthographic and perspective views:
- Activate the 3D View window.
- Press Num5 .
(If you're unsure what the difference is, please review "Orthographic Views" 一节 and "Perspective Views" 一节.)
Note this perspective versus orthographic setting for the 3D viewport is completely separate from the similar setting in the camera properties; the former takes effect while you’re working on the model, the latter when you render.
So why have this separate setting for the 3D view? It’s because, regardless of what you want for the final render, certain aspects of modelling are easier in one view than another. If the final render will be using perspective, then naturally showing perspective in the 3D view gives you a better idea of how the final render will look. But perspective foreshortening can sometimes make it hard to ensure the model has the proper shape, which is why there is the option to flip to orthographic view if it helps.
... you should activate the View Name option. This is enabled by default and causes the name of the current view ("User Persp", for instance) to appear in the upper left corner of every viewport. If there is no text, then you can enable it by:
- Accessing the User Preferences window.
- Click on the Interface tab.
- Enable View Name.
Changing Your Viewpoint, Part One
[编辑]Each viewport has a viewpoint, which takes into account:
- the location of the viewer in the 3D scene (There doesn't need to be an object at that location.)
- the direction the viewer is looking
- the magnification (or zoom factor) used
Changing your viewpoint allows you to navigate your way through a 3D scene.
We'll start with three very basic techniques:
- Zooming
- Orbiting/View Rotation
- Perfect Views.
Additional techniques will be covered later in this module.
Zooming
[编辑]Blender offers several ways to zoom in and out:
- Use SCROLL
- Click and drag vertically with Ctrl + MMB .
- Use Num+ and NUM− to zoom in and out in small increments.
Note the following limitations of Blender's zoom feature:
- If the viewport is in orthographic mode, Blender zooms as if looking through a telescope. You can increase the magnification, but the viewpoint's location doesn't change. For this reason, you cannot zoom into or through objects in orthographic mode.
- If the viewport is in perspective mode, Blender zooms to a point—namely the center of the viewport. The viewpoint can pass through objects, but it can't pass beyond this point, no matter what you do. Zooming only gets slower and slower and slower. If the center of the viewport is somewhere you don't expect, zooming may appear to be broken.
Orbiting and View Rotation
[编辑]Let's fly around in the default cube, viewing it from different angles. In this way you'll see that it really is a cube, centered on the origin, half above the X-Y plane and half below it.
- Activate the 3D View window by placing the mouse pointer inside it.
- Now you can:
- Click and drag with MMB to orbit freely around the center of the view.
- Use Shift + Alt + SCROLL to rotate the viewpoint vertically around the center of the view.
- Use Num2 and Num8 to rotate the viewpoint vertically around the center of the view in 15-degree increments.
- Use Ctrl + Alt + SCROLL to rotate the viewpoint around the Z axis.
- Use Num4 and Num6 to rotate the viewpoint around the Z axis in 15-degree increments.
If this is all very confusing for you, don't worry! You'll learn as you get more experience.
When you are finished flying around the cube, you can restore the original view by reloading the factory settings with File → Load Factory Settings.
You may have pressed number keys above the letters instead of the ones on the numpad. If you do so, the default cube will vanish. This is because the scene consists of multiple layers. The default cube is in layer 1, and you've told Blender to switch to another layer of the number you just pressed. The selected object (the cube in this case) remains in layer 1, which isn't shown anymore. For instance, 2Key tells Blender to switch to layer 2. To switch to layer 1 again, press 1Key . You can view the different layers by clicking on the little squares on the layer map:
Because the center of the viewport is invisible (not marked in any way), it's hard to tell where it is. This sometimes results in unexpected behavior during rotation. |
Perfect Views
[编辑]It's often useful to get a perfect view of a scene—in other words, to view it along one of the main axes, with the other two main axes oriented up-down and left-right.
Hotkey | View | Axis Pointing Right | Axis Pointing Up |
---|---|---|---|
Num7 | "top" | +X | +Y |
Ctrl + Num7 | "bottom" | +X | -Y |
Num1 | "front" | +X | +Z |
Ctrl + Num1 | "rear" | -X | +Z |
Num3 | "right side" | +Y | +Z |
Ctrl + Num3 | "left side" | -Y | +Z |
The following screenshot shows all three perfect views plus camera perspective for the Suzanne primitive:
In fact, this layout of four viewports showing top, front and right views plus camera view is so commonly used that it has its own menu item (from the “View” menu, select “Toggle Quad View”) and keyboard shortcut ( CTRL + ALT + Q ).
Positioning the 3D Cursor
[编辑]Positioning the 3D cursor is a very basic operation, yet one that many beginners find challenging. It touches on an issue common to all 3D graphics software: "How do you specify points in a 3D scene when we can only see two dimensions at a time?"
Basic Technique
[编辑]- Go into either Object Mode or Edit Mode.
- Move the mouse pointer to the desired position (in any viewport).
- Click LMB .
Two Challenges
[编辑]Challenge #1. Using only tools presented thus far, try positioning the 3D cursor on the virtual camera.
Try it!
When you're done, check your work by orbiting the camera.
Perhaps you thought you were done when you clicked on the camera. But the moment you changed your viewpoint, you probably found that the 3D cursor was actually behind (or in front of) the camera.
Hints:
- Try positioning the cursor in two different perfect views.
- Use orthographic views, not perspective ones.
Challenge #2. Using only tools presented thus far, try repositioning the 3D cursor at the origin (that is, at the center of the cube).
As before, check your work by orbiting the cube. Don't spend too much time on this.
"I found that I would select the cube when left clicking on it in object mode, if the "Use 3d transform manipulator" button was enabled. To toggle this off, you click on the gray pointing hand in the 3d panel header, or (Ctrl Space)."
"When you want the cursor back into the cube, just select the camera with RMB, put the cursor into the cube following the steps above, and re-select the cube with RMB."
"I've discovered it helps a lot if you are in Object Mode and not in Edit Mode. I wrote the following before discovering this: The problem with this exercise, for me, is that left clicking on the cube selects the cube instead of moving the 3d cursor. If I click on the cube outside of its central white circle I can get the cursor to move there, but only to outside of this white circle, and even then this only works sometimes."
"I failed at this until I had zoomed in close enough to the cube. When I was too far zoomed out I kept selecting the cube rather than creating an edit point."
"I had the same problem and found it was because the cube was selected. I made sure I was in object mode, right clicked on the camera to select the camera instead of the cube, and I could then position the edit point in the cube. However, doing this messed up the next part of the tutorial because you cannot switch into edit mode with the camera selected! Perhaps the suggestion of trying to put the 3D cursor in the cube should be dropped as it raises too many questions at this stage."
"You can deselect all by pressing the AKEY or the select button in the 3D View."
"Use wireframe mode works better to get the cursor in."
"To get it back in the cube: 1) Make sure you're in object mode. 2) Select the cube. 3) Object > Snap > Cursor to selection (cursor refers to the 3D cursor here) so it puts it right in the middle of the cube."
"I think it's an essential point to note that in order to place the cursor inside the cube, the cube must NOT be selected. AKEY was probably the best way to deselect the object."
"If I remember correctly, undo history gets cleared when you switch between object and edit mode."
"I wasted a lot of time here. Thank you to the reader who suggested (on the 3D view header) Object > Snap > Cursor to selection. It was the only thing that worked to get the cursor visible again and placed where clicked."
"I missed the point of the exercise first time around. You can't set a 3D point on a 2D screen without technique. Orthographic views are crucial. I am just learning, but take that, at least, away from it."
More Ways to Position the Cursor
[编辑]Here's an easy way to position the cursor at the center of an object:
- Make sure Blender is in Object Mode, with the object selected.
- Move the mouse pointer to any 3D View window.
- Snap the cursor to the selected object using either:
- Shift + S Cursor to Selected
- or
- Object → Snap → Cursor to Selected
Here's 2 easy ways to relocate the cursor to the scene's origin (0, 0, 0):
- Move the mouse pointer to any 3D View window.
- Press Shift + C to reset the cursor to the origin.
- Note that this also changes the view location, meaning that when you zoom in, you won't zoom in to the scene origin.
- A better way is to click Object → Snap → Cursor to Center
- You can also do this by Shift + S → Cursor to Center.
Changing Your Viewpoint, Part Two
[编辑]Now you'll learn some additional techniques for obtaining the view you want:
- Panning
- Centering
- Jumping to the camera's viewpoint
- Zooming in on a selected area
Panning
[编辑]When you orbited the cube, the viewpoint's position and direction both changed at the same time. You also can shift the viewpoint up-down or left-right without changing its direction. (This is similar to the side-scrolling effect in the classic Mario and Sonic video games.)
This is called panning, and it's an important skill to master. Try it now:
- Activate a 3D View window by placing the mouse pointer inside it.
- Now you can:
- Use Shift + SCROLL to pan up and down.
- Use Ctrl + Num2 and Ctrl + Num8 to pan up and down in small increments.
- Use Ctrl + SCROLL to pan left and right.
- Use Ctrl + Num4 and Ctrl + Num6 to pan left and right in small increments.
- Click and drag with Shift + MMB or Shift + Alt + LMB to pan freely in the viewplane.
You will likely find this to be a distraction in some cases. To move the viewpoint position back to the center, snap the cursor to the center, then click View → Align View → Center View to Cursor. You could also snap the cursor to the center then press Ctrl + Num. .
Centering
[编辑]When you zoom or rotate the view, you always zoom or rotate around the center of the view.
To center the view on an arbitrary point:
- Move the 3D cursor to the point of interest.
- Verify the cursor position from a second viewpoint.
- Press Alt + Home to center the view.
To center the view on an object in the scene:
- Make sure Blender is in Object Mode.
- Zoom out until the object is in the viewport.
- If any objects are selected, use A (or Select → Select/Deselect All) to deselect them.
- Select the object of interest by clicking RMB on it.
- Press Num. to center the view.
Jumping to the Camera's Viewpoint
[编辑]To see the scene as the virtual camera sees it, press Num0 . Afterwards, you can rotate, pan, and zoom normally, but the virtual camera will not follow. To go back to your previous view, press Num0 again. (In the latest versions of Blender, the virtual camera can be made to follow all the changes made in viewpoint while in camera view by checking the option "Lock Camera to View" on the Transform panel. Hit "N" on your keyboard to bring the transform panel. To disable this option you can uncheck that and get back to previous settings.)
Zooming into a Selected Area
[编辑]Suppose you want to get an extreme closeup of a particular area. Because there's no center mark on the viewport, you might have to pan and zoom several times to get the desired view.
The shortcut for zooming to an area is:
- Activate a 3D view window that contains the area of interest.
- Press Shift + B . A crosshair appears in the viewport.
- Click and drag with LMB to draw a rectangle around the area of interest.
- When you release LMB , the viewport will zoom in on the area you selected.
Fly Mode
[编辑]Another way of changing your viewpoint in the 3D view is with “Fly Mode”. To activate this, press SHIFT + F . Now you can use the mouse wheel to apply forward and backward “thrust”: scroll up to accelerate forwards, scroll down to accelerate backwards, and leave the wheel alone to coast at constant speed. Also move the mouse (without pressing any buttons) to alter your orientation, up, down, left or right (the velocity vector will stay parallel to your forward/backward axis).
When you have reached the position and orientation you want, press LMB or ENTER to exit Fly Mode and stay there, or RMB or ESC to exit Fly Mode and be teleported immediately back to your original position and orientation.
Visibility Layers
[编辑]Every object in the scene is assigned to one of 20 visibility layers.
Visibility layers have many uses:
- You can put scenery, characters, particles, and lamps in different layers, to help organize your scene.
- By changing which layers are visible, you can simplify your view of the scene and work with only one or two layers at a time.
- When rendering, only visible layers are included. You can use this to render your scene layer by layer, checking each layer separately.
- You can configure lamps to illuminate only objects in the same layer.
In Object Mode, you can tell which layers are visible by looking at the twenty small boxes located in the 3D View header between the Transform Orientation menu and the "Lock" button. The top row of boxes represents layers 1 through 10, with 1 being the leftmost and 10 being the rightmost. Similarly, the bottom row of boxes represents layers 11 through 20.
Hotkeys
[编辑]- To view just one of layers 1 .. 9, press 1KEY .. 9KEY .
- To view just layer 10, press 0Key .
- To view just one of layers 11 .. 19, press ALT + 1KEY .. ALT + 9KEY
- To view just layer 20, press ALT + 0KEY .
- To toggle the visibility of one of layers 1 .. 9 without affecting the visibility of the other layers, press SHIFT + 1KEY .. SHIFT + 9KEY .
- To toggle the visibility of layer 10 without affecting the visibility of the other layers, press SHIFT + 0KEY .
- To toggle the visibility of one of layers 11 .. 19 without affecting the visibility of the other layers, press ALT + SHIFT + 1KEY .. ALT + SHIFT + 9KEY .
- To toggle the visibility of layer 20 without affecting the visibility of the other layers, press ALT + SHIFT + 0KEY .
- To make all layers visible at once, press ~ . Press ~ again to return to your previous layer visibility setting.
The hotkeys in this section will not work if you've enabled numpad emulation in the User Preferences window. See "User Preferences Windows" 一节 for more details. |
On the AZERTY keyboard layout, the standard number keys are the &é"'(-è_çà keys. Do not use Shift unless you want to toggle visibility as explained below.
Holding down Shift while selecting a layer (by keyboard or mouse) will, instead of making only that layer visible, toggle the visibility. In this way, you can select combinations or to hide particular layers.
The key to press to select all layers at once differs by keyboard layout. It is:
- ¬' (the key under Esc) on UK keyboards,
- `~ on US ones,
- ö on German, Swedish and Finnish ones,
- æ on Danish ones,
- ù on AZERTY ones,
- ø on Norwegian ones,
- Ñ on Spanish ones,
- " on Brazilian Portuguese ones, and
- ò on Italian ones.
After pressing the aforementioned key, holding down Shift while pressing it again will restore the visibility settings you had before you made all layers visible.
When only one layer is selected, new objects are automatically assigned to that layer. When two or more layers are visible, new objects are assigned to the layer that became visible most recently.
Count Your Polys
[编辑]If you want to count the polygons in your scene, this data is available in the Info Header.
As you can see in the above image, this scene has 507 vertices and 500 faces (polygons).