Tissue add-on broken after updating Blender? Here's the fix, plus a straw hat built almost entirely by tessellating one small shape across a curved surface.
If you're on an older Blender version, skip to the modeling section, this fix won't apply to you.
…
The file path to enter in Scripting tab:
C:\Users\[USER]\AppData\Roaming\Blender Foundation\Blender\[Version]\extensions\blender_org\tissue\utils.py
Replace lines 27 and 28 with:
if hasattr(tissue_addon.preferences, 'print_stats'):
ps = getattr(tissue_addon.preferences, 'print_stats', False)
…
Chapters:
0:00 The result
0:24 Installing Tissue
0:45 Defining Component & Base
1:30 Checking the version issue
1:55 Fixing utils.py for newer Blender
2:46 Testing the fix: A simple parametric shell
3:03 Fixing gaps with the Merge option
3:34 Building the straw Component
5:59 Applying transforms (and why it matters)
6:36 Pattern density & the Base mesh
7:08 Materials & finishing
Music: "Tutorial Sounds" by u_oyayh5ybip (Pixabay)
…
The hat shell in this episode is from an earlier Short, built with LoopTools' Loft tool:
• Loft in Blender, Explained With a Cowboy Hat
...
Got an add-on you want covered next? Drop it in the comments, most of this series comes from viewer requests.
...
#Blender #Tissue #BlenderTutorial #B3D #ProceduralModeling