What does the below option do in Blender?
Viewport Overlays --> Geometry --> Face Orientation
Enabling Face Orientation turns on a diagnostic visual overlay that shows you which direction the polygon faces of your 3D models are pointing.
Every single face (polygon) on a 3D object has an "outside" and an "inside." The direction the outside points is determined by an invisible mathematical arrow called a Normal.
When you check this box, Blender color-codes your entire scene based on those normals:
-
🔷 Blue: Represents the front/outside of the face (the normal points toward the camera).
-
🟥 Red: Represents the back/inside of the face (the normal points away from the camera).
🤨 Why does this matter? (The "Flipped Normals" Problem)
When you are modeling, extruding, or joining meshes together, it is incredibly easy to accidentally turn a few polygons inside out. This is called having Flipped Normals.
Even if a model looks completely normal in the default gray Solid View, inverted faces will cause major headaches downstream:
-
Shading Anomalies: If you use "Shade Smooth," a flipped normal will break the calculation, causing ugly, dark, warped smudges across your model.
-
Material Glitches: Textures and complex materials (especially glass, glass refractions, or bump maps) will render completely backward or look pitch black.
-
Modifier Nightmares: Modifiers like Solidify (adding thickness) or Bevel will calculate inward instead of outward, ruining your shapes.
-
Game Engines & 3D Printing: Most video game engines use "Backface Culling," meaning any red face will literally become completely invisible in your game. For 3D printing, sliced software will reject the mesh because it can't tell what is solid and what is hollow.
🛠️ How to fix it if you see Red?
If you turn on Face Orientation and notice parts of your model's exterior are red, you need to flip them right-side out:
-
Select the object and press Tab to enter Edit Mode.
-
Press A to select all the faces of the mesh.
-
Press Shift + N (Shortcut for Mesh -> Normals -> Recalculate Outside).
Blender will instantly recalculate the math, and your entire exterior should snap back to a clean, uniform blue. Once everything is fixed, you can uncheck Face Orientation and go back to your normal workflow!
I added a plane, the down side is red, I expect the up side to be blue, but it has no color, why?
你遇到了一个新版本 Blender(Blender 4.0 及以上版本)关于面朝向显示机制的重大逻辑改动!
其实,你的 Cube 没有变蓝是完全正确的。
💡 破案了:新版 Blender 的“省电/防疲劳”设计
在老版本 Blender 中,开启 Face Orientation 后,整个屏幕确实是红蓝大交加,正面的蓝色像油漆一样刺眼。
但是,新版 Blender 引入了一个非常聪明的改动:“如果一个 3D 物体是完全闭合的(没有破洞、没有漏风),那么它默认的正面(朝外的面)就会直接显示为普通的视口灰色,而不是蓝色。”
-
为什么 Plane 的下面会变红? 因为 Plane 是一张无限薄的纸,它不是闭合的立体,它有明显的“背面”,所以 Blender 必须用红色警告你。
-
为什么 Cube 没有任何颜色? 因为 Cube 是一个完美的六面闭合盒子。Blender 知道它的外面全部都是对的,为了保护你的眼睛,不让刺眼的纯蓝色干扰你观察模型的细节,新版 Blender 选择不涂蓝色,直接显示灰色。
🧪 怎么验证我的说法?(把 Cube 戳个洞)
你可以亲手做个实验来验证 Blender 是不是在“偷懒”:
-
选中这个灰色的 Cube,按
Tab键进入 Edit Mode(编辑模式)。 -
将选择模式切换为 Face Select(面选择)(按键盘上方的数字键
3)。 -
随便选中 Cube 的其中一个面,按
X键,选择 Delete Faces(删除面)。 -
见证奇迹的时刻: 当你把这个面删掉、Cube 变成一个“开口的盒子”后,你把视角转到盒子的内部去——你会发现盒子的内壁瞬间变成了刺眼的红色!
🎨 如果你就是喜欢老版本的“满屏纯蓝”怎么办?
如果你觉得不看到蓝色心里不踏实,或者教程里的老版本大片蓝色让你更习惯,你可以自己把蓝色找回来:
-
点击 3D 视图右上角
Face Orientation所在的 Viewport Overlays 下拉箭头。 -
确保
Face Orientation已经勾选。 -
留意这个选项的右侧或者 Blender 的主题设置。其实最快的方法是去顶部菜单:
Edit -> Preferences -> Themes -> 3D Viewport(编辑->偏好设置->主题->3D视口)。 -
向下滚动找到 Face Orientation Front(正面朝向),你会发现新版 Blender 把它的不透明度(Alpha值)默认调得非常低(甚至接近 0,也就是透明的灰色)。
-
把它的 Alpha 值拉满,或者把颜色改成你喜欢的亮蓝色,你的 Cube 就会像老版本一样瞬间变成大蓝色了!
总结: 你的操作完全没有错,显卡和电脑也完全没问题。放心继续跟着教程往下学吧,只要 exterior(外表面)没有出现红色,你的模型法线就绝对是健康的!

Sampling下有个Denoise复选框,Render下也有一个Denoise复选框,默认前者是不选的,后者是选的,要把后者也改成不选吗?
不用,Render(渲染)下面的 Denoise 保持勾选即可,千万不要关掉它。
这两个复选框分工非常明确,一个是负责“平时干活预览”,另一个是负责“最终大图出货”。
我们可以这样来理解它们的区别:
1. Viewport(视口)下的 Denoise
-
它是做什么的: 负责你在工作区旋转视角、调整灯光、编辑材质时的实时画面降噪。
-
为什么要关掉它: 因为它是“实时”的,你鼠标每动一下,显卡就要拼命计算一次降噪,频繁的双窗口联动很容易让你的 RTX 5060 崩溃卡死。所以我们把它取消勾选,用牺牲实时预览画质(允许有噪点)的代价,换取绝对流利的物理操作速度。
2. Render(最终渲染)下的 Denoise
-
它是做什么的: 负责你全部制作完成后,按下键盘
F12(或者点击顶部菜单Render -> Render Image)导出最终完美的静帧图片或动画视频时的降噪。 -
为什么一定要开启: 最终渲染是“单次闭门造车”。当你按下 F12 后,Blender 会把所有算力集中起来,不惜一切代价去精细计算。这时候显卡哪怕花几秒钟去跑一次高质量的 AI 降噪,也是完全值得的,因为只有开启它,你导出的最终图片才会是光滑、干净、没有杂色的专业大图。这个过程是一次性计算,绝对不会导致你平时做模型时卡死。
🛠️ 最佳的“双保险”配置检查
请确保你的 Sampling 面板最后呈现这样的参数设置,这是兼顾“工作丝滑”与“出图完美”的黄金组合:
-
📐 Viewport(视口预览面板)
-
Max Samples:64 (限制预览次数,防止显卡无休止计算) -
Denoise:❌ 不勾选 (转动视角不卡顿,全是小黑点也没关系)
-
-
🖼️ Render(最终渲染面板)
-
Max Samples:512 或 1024 (出图需要高精度) -
Denoise:✅ 保持勾选 -
Denoiser(降噪器器类型):建议选择 OpenImageDenoise(通常比 OptiX 在最终大图上的细节保留更清晰、更不容易出现塑料感纹理)。
-
现在你放心地去按上面的配置调整,平时做模型、调节点就再也不用担心频繁卡死了,而最后按 F12 出来的画质依然是非常完美的!
What's the difference between 'Shade Smooth' and 'Shade Auto Smooth'?
在 Blender 中,Shade Smooth(平滑着色) 和 Shade Auto Smooth(自动平滑着色) 是处理 3D 模型表面视觉光影的两个核心工具。它们的核心区别在于:一个是全盘盲目平滑,另一个是有条件地聪明平滑。
为了让你在接下来的建模中能完美控制物体的边缘,我们可以这样来拆解它们的运作原理:
1. Shade Smooth (平滑着色) —— 全盘平滑
当你对一个物体点击 Shade Smooth 时,Blender 会强行把这个物体所有的表面、所有的面朝向都融合在一起进行光影渐变。
-
运作原理: 它通过把相邻多边形顶点的数学法线(Normals)进行混合插值,欺骗你的眼睛,让原本有棱角的低模看起来像一个完全圆滑的曲面。
-
适用场景: 完美的球体、生物角色(皮肤、肌肉)、衣服、泥土等没有任何锋利边缘的有机自然造物。
-
致命缺点: 如果拿它去处理有硬边缘的机械或工业模型(比如带有 90 度直角的立方体、圆柱体的盖子),它会把直角也强行当成圆弧来算,导致模型的边缘出现极其诡异、脏乱的黑色阴影和漏光扭曲。
2. Shade Auto Smooth (自动平滑着色) —— 聪明平滑
为了解决上面提到的直角变扭曲的问题,Blender 引入了 Shade Auto Smooth。它是一个带有数学门槛的智能平滑工具。
-
运作原理: 它引入了一个角度阈值(Angle Threshold,默认通常是 30°)。Blender 在渲染时会去测量任意两个相邻面之间的夹角:
-
如果夹角 小于 30°(比较平缓的过渡),Blender 就会使用 Shade Smooth 让它们看起来很圆滑。
-
如果夹角 大于 30°(比如 90° 的直角边),Blender 就会在那个地方切一刀,保持锐利(Sharp),不进行平滑。
-
-
适用场景: 圆柱体、汽车、机械、建筑、手机、桌椅等既有圆弧曲面、又有陡峭硬边的硬表面(Hard Surface)工业模型。
-
为什么选它: 如果你创建一个圆柱体,用 Auto Smooth 就能让圆柱的侧面看起来非常圆滑,而圆柱顶部和底部的圆盖边缘依然保持刀割般的锋利。
🔄 Blender 4.1+ 版本的重要界面改动(防踩坑)
💡 如果你在使用最新的 Blender 版本(如 4.1 或 4.2+),你会发现右键菜单里的
Shade Auto Smooth变成了一个灰色不可选的置灰状态,或者直接消失了!
别慌,这是官方把这个功能重构成了更加灵活的修改器(Modifier)机制。在新版本里,如果你想实现“自动平滑”的效果,标准操作流程如下:
-
右键对物体选择最基本的
Shade Smooth(此时模型可能会变丑变脏)。 -
前往屏幕右下角的蓝色扳手图标(Modifier Properties 修改器属性)。
-
点击 Add Modifier(添加修改器) -> 找到 Normals(法线) 分类 -> 选择
Smooth by Angle(按角度平滑)。 -
这个修改器完全等同于老版本的 Auto Smooth!你可以在修改器里随意把默认的
30°改成45°或60°,实时控制哪些硬边需要暴露出来,比老版本更加安全且不破坏原始模型数据。
📊 总结口诀
-
做人体、小动物、抱枕、山坡:直接右键
Shade Smooth。 -
做杯子、跑车、枪械、房子、机械零件:右键
Shade Smooth加上Smooth by Angle修改器。
现在你的视口已经非常流畅了,你可以拉一个圆柱体(Cylinder)出来,分别对它使用这两个着色方式,观察它顶部边缘和侧面的光影变化,一眼就能明白它们的区别!
Blender中,按住鼠标中键进行旋转时为什么camera不跟着旋转?如何做到让camera也跟着旋转?
在 Blender 中,这个问题涉及到一个非常容易让初学者混淆的概念:“视口视图(Viewport View)” 与 “摄像机(Camera)” 的区别。
先直接回答你的疑问:按住鼠标中键旋转时,你旋转的其实是你自己的眼睛(虚拟观察视角),而不是场景里那台真正的 Camera 物体。
💡 为什么默认旋转时 Camera 不跟着动?
在 3D 创作中,Blender 把“工作视角”和“最终出图相机”分得很开:
-
鼠标中键旋转: 相当于你(创作者)在雕刻室里围着雕塑转圈走动,从各种刁钻的角度去检查模型。
-
Camera(摄像机): 相当于架在三脚架上的固定单反相机。它是死板的,除非你主动去搬动它,否则它会一直老老实实地对着固定的方向,等待最后按下 F12 拍大片。
如果你想在鼠标中键旋转时,让那台真正的 Camera 也跟着你的视线一起转动(即“所见即所得”的相机控镜),你需要开启一个非常强大的功能——锁定相机到视口。
开启“锁定相机到视角”
这是最核心的开关。
-
在 3D 视图内,按下键盘上的
N键,呼出右侧的隐藏侧边栏。 -
在侧边栏中点击
View(视图) 标签页。 -
找到
View Lock(视图锁定) 展开面板。 -
勾选
Camera to View(相机锁定到视角) 选项。在新版本 Blender 中,它可能位于Lock分组下的Camera复选框,直接把它勾选上。
'Viewpoart Display'中的'Passepartout' 是控制什么的?
在 Blender 中,Viewport Display(视口显示)面板下的 Passepartout(暗色遮罩 / 边框不透明度) 是专门用来控制摄像机(Camera)视野外部区域的暗度的。
这个词来源于法语(读音近似 “帕斯-帕图”),在现实的艺术和摄影中指的是画框周围的“卡纸”。在 Blender 里,它的功能非常纯粹:帮你屏蔽掉最终渲染区域以外的杂乱模型,让你专注于构图。
💡 它具体是怎么起作用的?
当你按下键盘小键盘的 0(或点击右侧相机图标 📷)进入摄像机视图时,屏幕上会出现一个矩形方框,方框里面是最终按 F12 会渲染出来的画面。
而方框外面的区域,就是 Passepartout 掌管的领地:
-
当值为
0.5(默认值): 摄像机框外的区域会变成半透明的灰色。你隐隐约约还能看到框外没有穿帮的模型和网格。 -
当值拉到
0.0: 框外区域完全透明。框内和框外没有任何区别,你很难一眼看出哪里才是真正的画面边界,非常干扰构图。 -
当值拉到
1.0(推荐): 框外区域会变成纯黑色。此时,除了最终要渲染的矩形格子,周围的一切干扰物都会被彻底“物理遮蔽”。
🛠️ 怎么找到并好地利用它?
-
鼠标点击选中场景中的摄像机物体(Camera)。
-
在右下角属性面板中,点击那个绿色的摄影机图标(Data Properties / 物体数据属性)。
-
向下滚动展开
Viewport Display(视口显示) 面板。 -
找到
Passepartout,勾选它(默认是勾选的),然后拖动后面的数值条。
🎨 为什么强烈建议把它拉到 1.0?
很多专业的 3D 艺术家和导演在构图、打灯光时,第一件事就是把 Passepartout 的值直接拽到 1.0(全黑)。
-
终极专注: 如果不拉满,当你的杯子和桶在摄像机边缘时,你很难判断它们到底有没有出圈,或者背景的灯光有没有穿帮。
-
电影感体验: 把周围全部抹黑后,你的 3D 视口会瞬间变成一个电影院的荧幕。你会非常直观地感受到画面的比例、角色的站位以及光影的艺术张力,就像在看最终的成片一样。
你现在可以按下 0 进入相机视图,然后把这个数值在 0 和 1 之间来回拖动一下,那种“世界瞬间安静、只留舞台中心”的感觉非常明显!
As the instructor showed, press X then he can move the object along X axis, press Y then he can move the object along Y axis, but when I press X , a dialogue 'Delete selected ojects?' pops up. How can I do as the instructor does?
Ah, the classic Blender shortcut trap! Don't worry, you are very close.
The reason a "Delete" dialog pops up when you press X is because of Blender's contextual shortcut system. In Blender, the X key has two entirely different jobs depending on whether you have a tool already active:
-
When you are just idling: Pressing X means Delete (it's right next to your left hand, making it quicker than reaching for the
Deletekey). -
When you are actively moving/rotating/scaling: Pressing X tells Blender to lock that action to the X axis.
To do exactly what your instructor is doing, you need to activate the Move tool first.
Here is the exact step-by-step formula to move your object along a specific axis:
🛠️ The 3-Step "Transform Lock" Formula
-
Step 1: Select the object (like your cup or barrel) with a Left-Click.
-
Step 2: Press the G key once. *
Gstands for "Grab" (Move) in Blender. * As soon as you pressGand move your mouse, the object will start floating freely with your cursor. Do not click your mouse yet! -
Step 3: NOW press X or Y.
-
While the object is floating, press
X. A bright red line will pierce through your object, and it will suddenly lock perfectly to the X axis. -
If you press
Yinstead, a green line will appear, locking it to the Y axis. -
If you press
Z, a blue line will appear, locking it vertically.
-
-
Step 4: Left-click to confirm the new position, or Right-click to cancel and snap it back to where it started.
💡 Alternative: The Visual Gizmo Way (If you prefer clicking arrows)
If you find the keyboard shortcuts a bit frantic while learning, you can turn on the visual arrows that you can just click and drag:
-
Look at the toolbar on the far left side of your 3D viewport.
-
Click on the Move Tool icon (it looks like a four-way arrow).
-
Colored arrows (Red for X, Green for Y, Blue for Z) will appear right on your object.
-
Simply click and drag the Red Arrow to move it along the X axis.
Give the G ➡️ then X sequence a try right now. It takes a tiny bit of muscle memory, but once it clicks, you'll be flying through your 3D scene!

浙公网安备 33010602011771号