Difference between revisions of "Blender Modifiers"
From Wikicliki
(Created page with " Category:Design Patterns") |
|||
| Line 1: | Line 1: | ||
| − | + | == boolean == | |
| + | Blender: Why won't Boolean modifier work? | ||
| + | * Check that items do not have a negative scale in any axis | ||
| + | * Check that normals are not flipped. Select all, Ctrl-N | ||
| + | * Add more loop cuts so tris will be containers and not mess up topology. | ||
| + | * Check for non-manifold Shift-Ctrl-Alt-M | ||
| + | * are objects duplicates? u> object data to make object a new separate datablock | ||
[[Category:Design Patterns]] | [[Category:Design Patterns]] | ||
Latest revision as of 01:07, 13 March 2017
boolean
Blender: Why won't Boolean modifier work?
- Check that items do not have a negative scale in any axis
- Check that normals are not flipped. Select all, Ctrl-N
- Add more loop cuts so tris will be containers and not mess up topology.
- Check for non-manifold Shift-Ctrl-Alt-M
- are objects duplicates? u> object data to make object a new separate datablock