Blender - Common Mistakes & Tips

[Updated: April 20th 2020]
Change Log at the bottom.

1. How do I use Old and New versions of Blender?

Blender Versions
I recommend downloading the portable versions of Blender 2.79b and Blender 2.8X. 
You can switch between versions anytime, or run them both simultaneously.
  • .zip = Windows Portable
  • .tar.bz2 = Linux Portable
Unzip and run Blender, no installation required. a, b, c, d releases include the latest official fixes for Blender.

2. Help! I installed a Blender Add-on, but nothing happened or it doesn't appear to work.


[Before continuing, make sure to read the official instructions from the add-on author.]
[Sometimes you may find instructions within the .py file (Python file) using Notepad/Text Editor]
Click to Show

If the Blender add-on comes with a single .py file, you can install it as it is.
If the Blender add-on comes with multiple .py files, you may need to do the following:

If the add-on comes with a __init__.py file, then you will have to zip up that entire folder (using WinZip, 7zip, or WinRAR).
Here is what the file structure should look like inside the zipped add-on folder:
Addon_Folder.zip
|_ Addon_Folder
....|_ __init__.py
....|_other.py
....|_other.py

EXAMPLE:

XPS_Tools.zip
|_XNALaraMesh
....|_ icons
....|_ __init__.py
....|_ README.md
....|_ addon_updater.py
....|_ xps_tools.py
....|_ ...


The __init__.py file tells Blender there are multiple .py files needed for the add-on to function.

When you are ready, click on Install Add-on from File..
Using the zipped folder will make it possible for Blender to recognize all the needed python files.


Important, make sure there are no extra periods in the zip filename:
Addon_Folder2.79.zip [BAD]
Addon_Folder2-79.zip [GOOD]
Demo - Installing Screencast Keys add-on
Demo - Installing XPS Tools add-on

3. How do I open old .BLEND files in the latest version of Blender?

Click to Show
1. Disable Load UI before opening the .BLEND file.
- Demo


2. Option A. Open the Filter in the Outliner and activate the following Restriction Toggles:
  - Selectable and Enable in Viewports
  - Demo A
2. Option B. In the Outliner, RIGHTCLICK the Collection, go to Visibility, then select Enable in Viewports.
  - Demo B

If you notice any bones, faces, vertices, edges, etc. missing or invisible, try:
  ALT+H (Unhide)

Related:
- Missing objects when opening old file in blender 2.8
- Why can't I unhide objects in 2.8 that were hidden in 2.79 blend files?
- https://www.katsbits.com/codex/old/
- How to fix greyed out collections and their visibility after opening an old Blender file in 2.8

4. Help! I can't Scale or Rotate anymore in Blender!

- You may have accidentally enabled Only Origins (Manipulate Center Points).

- Blender 2.7 - Disable 'Manipulate Center Points'
- Blender 2.8 - Disable 'Only Origins'

5. Help! My selection is Rotating or Moving incorrectly!

Example:
Animated Image

Transformation Manipulators:
Blender 2.7 - Transformation Manipulators
- Keep both Transformation Manipulators (Rotate and Translate) enabled.
- This will help you see the pivot point during rotation and other operations.
- Then change the Pivot Point.
Blender 2.7 - Pivot Point Blender 2.8 - Pivot Point
Blender 2.8 - Pivot and Orientation Points


6. Textures are not showing correctly while Viewport Shading is set to Texture.

If your Viewport Shading is set to Texture, the model will only show the active selected Image Texture Node.
Example:
Animated Image

7. Help! Objects are disappearing / clipping while zooming in 3D Viewport Editor.


Example:
Animated Image Demo
- In the 3D Viewport Editor, press the N key to open the Properties Shelf.
[Image] Properties Shelf (N key)

For large Mesh Objects:
  • Try increasing the Clip value for End.
  • Or try reducing the Scale of the Objects.
For small Mesh Objects:
  • Try decreasing the Clip value for Start.
  • Or try increasing the Scale of the Objects.

You can also change the Clip values for the selected Camera Object in the Properties Editor.


8. Help! My objects in the 3D Viewport scene are too far away or offscreen!

Two Solutions: Also check the Visible Layers or Collections.
Blender 2.7 - View Layers
Blender 2.8 - Collections

9. My rigged character isn't deforming properly when posing.

Click to Show

Before rigging a character, make sure both the Armature (Skeleton) and the Mesh Object(s) (Character Meshes) have their Transforms applied:
Animated Demonstration
Mode: Object Mode
Hotkey: CTRL+A
- ObjectApplyLocation | Rotation | Scale
You can also tell if an Object's transform hasn't been applied by looking at the location of the Object Origin (Origin Point)
[Image] Object Origin

Don't forget to adjust your bone rolls:
Demo: Recalculate Bone Rolls to Active Bone
Related:
- Blender 3D / rigging: How to adjust the roll of bones in a bones chain the proper way / HD
- Orientation of Bones-Blender Tip
- Rigify (Archived)
Blender Guide - Rigging & Weight Painting

10. Checkered 3D mesh, strange checkered hair mesh!?

Click to Show
this happens mostly from doa hair rips.
what the creator did was add a front and back to the mesh instead of just making the mesh double sided (or its made from ripping, not too sure). so.. in places there's 2 faces right on top of another, causing the colliding and ugly shadows; and that criss-cross/checker pattern too.
maybe it looks good in the doa games, but for gmod/sfm it looks like shit XD it would take some time. but you would have to manually delete one of the sides where you see that collision.
I had this issue with one of Christies hairpieces, and instead of going through all that, i found another download where her hair looked normal and that issue was already fixed; you might wanna try to find another download for that specific hair; i'm sure there's a few Sarah Bryant models with this already fixed ;)
- Alan13
Example:
Animated Demonstration
1. In [Edit Mode], you can hover your mouse over the overlapping meshes and press the L key.
- This will select 1 of the overlapping meshes.
2. Press the G key and Grab/Move the selection to find out which overlapping mesh you selected.
3. Right_Click to cancel Grab/Move.
4. If you selected the mesh with it's normals facing outward, hide it temporarily with the H key.
5. Then press the L key on the mesh with it's normals facing the wrong way.
6. Press X key to Delete that mesh.
7. Now press ALT+H to unhide the correct mesh.

L Key = Select Linked [Faces, Edges, Vertices]
- This will select the connected faces on the hair mesh.
H Key = Temporarily Hide Selection
- This makes it easier to work with overlapping meshes.
ALT + H = Unhide Selection
If the 3D model is only being used in Blender, you can just enable Backface Culling.
Fix Checkered Mesh with Backface Culling
- Blender 2.80 Demo
- Blender 2.79 Demo

11. My 3D model has a blocky appearance or weird shading, even when there are no lights or textures/materials applied.

Click to Show
Examples:
Demo 1Demo 2

You can use Face Orientation to see the direction of the faces/normals:
- Blender 2.8
- Blender 2.7

Try 1 of the solutions below:
- Select the Object, switch to Edit Mode, select the whole mesh, and Set Normals from Faces.
- Select the Object, switch to Edit Mode, select the whole mesh, and Remove Doubles or Merge by Distance [Extra Demo].
- Select the Object, switch to Edit Mode, select the whole mesh, and Recalculate Normals.
Blender - Set Normals from Faces

Vertex Normals
*BONUS* What the hell is a Vertex Normal?
- https://www.youtube.com/watch?v=0xB7nb0E448


12. My Normal Map texture makes my 3D model look blocky or inaccurate.

Demo: Bad Normal Map confuses LightingBad Normal Map
Bad Normal Map
Demo: Fixed Normal MapFixed Normal Map
Fixed Normal Map
Click to Show

Normal Map - Color DirectionNormal Map - RGB Channels
If you look closely at the bright Red and bright Green, you can see the "handedness" of the Normal Map texture:
X = + (Red is on the right side)
Y = + (Green is on the top side)
Z = + (Blue is the predominant front view)
Normal Map Technical Details (RGB Channels)
Keep in mind, if you're only using Blender for rendering, then your Normal Map should be Blue-ish.
If you want your Normal Map texture to be Blender-friendly, you can use either an Image Editor (Photoshop/GIMP) or Blender's Node Editor:
    [Example - Node Editor] by TSelman61
    Image: Before
    Before
    Image: After
    After
  • Why is the B (Blue) socket disconnected from the Combine RGB node?
    - Interestingly, the Red+Green color channels actually have enough information about the Normal Map:
    Image: Normal Map Texture (Red + Green)
    (Red+Green Only)
  • But to make it Blender-friendly, we can create an artificial Blue channel that affects the entire Normal Map texture:
    - Manually change the B (Blue) channel value to 1.00, as shown HERE.
    Image: Normal Map Texture (Red + Green + Blue)
    (Red+Green+Blue) - This is how Blender will interpret it
  • Blue channel information is not lost?
    --> Yes you are right. In fact, the blue channel is also important on the normal map. This is a much better way to determine depth and height. (Bump like the map.) But the normal map works without the blue channel. Now many game companies do this. They're ignoring the blue channel. And they're adding another map instead of the blue channel. So instead of creating two different maps, they form a single map. in this way, fewer files are created and reduced in size. - TSelman61

Other game engines may have different requirements for their Normal Maps.
You may need to convert the Normal Map texture.
Try 1 or more of the options below to get your Normal Map working in Blender.

13. Help! I can't Import FBX model into Blender! (Unsupported version/ASCII FBX)

ASCII FBX files are not supported
Version 6000 unsupported, must be 7100 or later
Click to Show

  • ** Option 1. Noesis [Recommended]
    Noesis: Convert FBX to DAE
    - You can use Noesis to convert FBX to DAE (Collada).
    - You may need to enable Flip UV's.
    - Import DAE into Blender.
    Blender: Import DAE

  • ** Option 2. Autodesk's FBX Converter
    - You can use Autodesk's FBX Converter to convert unsupported FBX files to the latest binary version of FBX.

    - There is still a chance that some rigged character models may appear incorrectly in Blender.

  • ** Option 3. Bos FBX add-on for Blender
    - The add-on will allow you to import some ASCII FBX models or other unsupported FBX versions.
    - There is still a chance that some rigged character models may appear incorrectly in Blender.

    - The Bos FBX add-on is no longer being supported.

Ton Roosendaal (Blender Founder):
...Everybody is using FBX, but it's a locked-in format, and Autodesk is frustrating everybody who tries to reverse engineer it, by changing the format every year, just for fun.
Full Interview: https://www.youtube.com/watch?v=qJEWOTZnFeg&t=47m40s

14. The textures on my 3D model are Pink/Purple in the 3D Viewport Render.

Blender - Textures not loading?
Click to Show

Three reasons for why a texture may turn pink/purple:

15. My 3D Model is missing faces (see-through) or has completely black texture!


16. My 3D Model is supposed to be Symmetrical, but there are a few vertices that are not.


You have 2 options: Symmetry Related Question

17. How do I give my 3D character model a specific height?

Click to Show

In Blender, the dimensions of a 3D model are measured in meters (1 Blender Unit = 1 Meter).
To get the height of a 3D model, you have to look at the Z dimension.
There are 2 ways to set a specific height for your 3D model:
  1. In [Object Mode], while scaling your 3D model, you can hold the SHIFT key and fine tune the scale till you reach your desired Z dimension (height).
    - Demo
  2. In [Object Mode], you can manually enter the height (in meters) into the Z dimension.
    You will notice the value of the Z scale has changed too. Copy/Paste the value from Z scale to the X and Y scales.
    - Demo
Once you are happy with the new height, don't forget to Apply the scales.
Mode: Object Mode
Hotkey: CTRL+A

Related Question


18. My UV Maps/Channels are conflicting or in the wrong order!

Click to Show

The ability to re-order the UVs is very useful for people who are importing files into other 3D programs.
Some workflows require UVs in the following order: texture, baked, lighting, realtime lighting.
So the additional UVs can just be spare UVs for debugging.
XNALara models can support multiple UV channels. So you can export a model with two different UV channels.
- However, XNALara models will always use the first UV channel slot.
Blender models will use the UV channel slot that has the active camera icon.
Image: UV Slot 1 Image: UV Slot 2
Here are steps needed in order to change the order of UV Maps:
  • Select the first UV Map.
  • Click on the Plus button. (This technically creates a duplicate of the selected UV Map)
  • Delete the first UV map.
  • Rename the last UV Map to not contain the .001 suffix.

Image: LEFT Image: RIGHT Image: PLUS Image: 1 Image: 2
-- Resources provided by TSelman61

Blender Quick Tip - Clothes, Layers, and Multiple UV Channels in Cycles Materials
Related Question

Please don't throw away any of these valuable texture maps!
They are extremely helpful!
Texture Maps

[Below will be moved to a Rigging Tutorial in the future]

I just had a thought about the weird placement of the pelvis bones from the Rigify's Human (Meta-Rig).
Animated Gif

I don't think I've ever seen a tutorial address how to use the bottom tips of the pelvis.L and pelvis.R bones.
Then I thought, why not try using them as butt bones. It kind of makes sense.

Before
Before
After
After

If you're working with Automatic Weights, it requires some experimentation.


For more tutorials, click here:
Blender Tutorials
Fast Blender Tutorials by Royal Skies LLC
Blender Guide - Rigging / Weight Painting
Journals by XCurtainX
EXTRAS:

Blender 2.79 - Common Blender Problems, Mistakes & Fixes for Beginners
Blender 2.79 - 7 KEY MISTAKES Blender Beginners Make
Blender 2.80 - Top Tips in Blender 2.8 You Probably Didn't Know
Blender 2.80 - Blender3D Beginner Tips(Mistakes that can waste your time!)
Blender 2.80 - Top 10 Blender Best Practices
Why You Should Never Model with Subdivisions Active - 3D Modeling Fundamentals

dddkhakha1: Can you show me how to add eye bones for supergirl model?
- Demo: [Part 1] [Part 2]
dddkhakha1: and how to fix this? (SFM DAZv4 legs)
- Demo: [Part 1] [Part 2]

How to report a Blender bug?

Contact:
https://www.deviantart.com/xcurtainx
Click for Change Log
Apr 20, 2020
Added: My UV Maps/Channels are conflicting or in the wrong order!
- https://i.stack.imgur.com/bL3fr.gif
- https://i.imgur.com/rnZeekQ.jpg
- https://i.imgur.com/b4zIocZ.jpg

Dec 19, 2019
Added: How do I open old .BLEND files in the latest version of Blender?
- https://gfycat.com/imperfectequatorialbumblebee
- https://gfycat.com/naiveagonizingdromedary
- https://gfycat.com/sharpshorttermcopperhead
Updated: My rigged character isn't deforming properly when posing.
- Recalculate Bone Rolls to Active Bone: 
- https://gfycat.com/maleidolizedcrow

Nov 23, 2019
Update: The textures on my 3D model are Pink/Purple in the 3D Viewport Render
- Added info about missing textures/materials for imported/exported .OBJ files.
- Added more info about texture exports for different versions

Nov 10, 2019
Added: 
- How do I give my 3D character model a specific height?
- Snap to Symmetry demo: https://gfycat.com/sandyvillainousacornbarnacle

Oct 23, 2019
Update: My 3D Model is supposed to be Symmetrical, but there are a few vertices that are not.
- [Snap to Symmetry] 
- [Symmetrize]

Oct 13, 2019
Minor Update: Help! My selection is Rotating or Moving incorrectly!
- Added Video - Blender 2.8 - Pivot and Orientation Points
- https://www.youtube.com/watch?v=y3ECvX6DdNE

Oct 12, 2019
Updated: The textures on my 3D model are pink/purple in the 3D Viewport
- Added tip about opening blend files with pink/purple textures (missing textures).
- Added tip about the Fake User button to protect/keep your textures/materials from being deleted from blend file. 

Sep 17, 2019
Minor Update:
Added Backface Culling tip for checkered meshes.
- https://i.imgur.com/qebvylt.jpg

Sep 11, 2019
Added - My 3D Model is missing faces (see-through) or has completely black texture!
- https://gfycat.com/mintylatehen
- https://gfycat.com/waterloggedbriskjenny
- https://gfycat.com/piercingdeliciouskitfox

Aug 27, 2019
Minor Update:
- Added Demo: Set Normals from Faces - https://gfycat.com/elegantlastingcrayfish

Aug 16, 2019
- Added a video to show Face Orientation (See the direction of faces/normals).
- https://www.youtube.com/watch?v=Z--dnYonag0

Aug 15, 2019 
- Added how to use Old and New versions of Blender at the same time.
- Added more Normal Map Texture tips by TSelman61 and XnaFreak.

Feb 25, 2019
- Added: Help! I can't Import FBX model into Blender! (Unsupported version/ASCII FBX)
- Added tips to import unsupported FBX files into Blender.

Oct 15, 2018
Added 2 more tips to fix Normal Map problems:
- Disable Alpha on Normal Map Texture Node
- Invert Color Node between the Texture Map Node and Normal Map Node.

Aug 26, 2018
- Added: Help! I installed a Blender addon, but nothing happened or it doesn't appear to work.
- Added: The textures on my 3D model are turning Pink (or Black) in the 3D Viewport Render after few minutes or hours in Blender.

Aug 13, 2018
- Added info about converting yellow Normal Map textures to blue ones.
- Added info about shading issues or dark edges on 3D models.

DONATE! Blender Development Fund