blender-addons/mesh_tissue
Damien Picard 8db31f5cb9 Assign modifiers to variables instead of getting them by name
Using hardcoded names to retrieve modifiers can result in errors if
the user has enabled UI translation, because the new modifiers may not
have the expected English names if the UI is translated.

So, use the data API to create the modifiers instead of the ops API,
and assign nodes to variables instead of getting them by name.
2023-02-27 21:51:16 +01:00
..
__init__.py Assign modifiers to variables instead of getting them by name 2023-02-27 21:51:16 +01:00
config.py File headers: use SPDX license identifiers 2022-03-18 10:22:28 +11:00
curves_tools.py File headers: use SPDX license identifiers 2022-03-18 10:22:28 +11:00
dual_mesh.py Assign modifiers to variables instead of getting them by name 2023-02-27 21:51:16 +01:00
lattice.py Assign modifiers to variables instead of getting them by name 2023-02-27 21:51:16 +01:00
material_tools.py File headers: use SPDX license identifiers 2022-03-18 10:22:28 +11:00
numba_functions.py Tissue: Update to 3.52 2022-03-01 11:02:00 -05:00
polyhedra.py File headers: use SPDX license identifiers 2022-03-18 10:22:28 +11:00
README.md Tissue: Update to 3.52 2022-03-01 10:59:09 -05:00
tessellate_numpy.py Cleanup: fix source comment typos 2022-03-15 18:31:13 +01:00
tissue_properties.py File headers: use SPDX license identifiers 2022-03-18 10:22:28 +11:00
utils_pip.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:50:32 +10:00
utils.py Cleanup: fix various typos 2022-06-30 17:21:18 +02:00
uv_to_mesh.py Tissue: Update to 3.52 2022-03-01 11:02:00 -05:00
weight_tools.py Assign modifiers to variables instead of getting them by name 2023-02-27 21:51:16 +01:00

Tissue

cover Tissue - Blender's add-on for computational design by Co-de-iT http://www.co-de-it.com/wordpress/code/blender-tissue

Tissue is already shipped with both Blender. However I recommend to update the default version downloading manually the most recent one, for more updated features and more stability.

Blender 2.93

Tissue v0.3.52 for Blender 2.93 (latest stable release): https://github.com/alessandro-zomparelli/tissue/releases/tag/v0-3-52

Development branch (usually the most updated version): https://github.com/alessandro-zomparelli/tissue/tree/b290-dev

Blender 2.79 (unsupported)

Tissue v0.3.4 for Blender 2.79b (latest stable release): https://github.com/alessandro-zomparelli/tissue/releases/tag/v0-3-4

Development branch (most updated version): https://github.com/alessandro-zomparelli/tissue/tree/dev1

Installation:

  1. Start Blender. Go to "Edit" and then "Preferences"
  2. Open the "Add-ons" preferences
  3. Click "install..." and point Blender at the downloaded zip file (on OSX it may have extracted the zip automatically, that won't work, so you have to zip the extracted folder again)
  4. You may see now two different versions of Tissue, activate only the second one and ignore the first one

Documentation

Tissue documentation for Blender 2.80: https://github.com/alessandro-zomparelli/tissue/wiki

Issues

Please help me keeping Tissue stable and updated, report any issues or feedback here: https://github.com/alessandro-zomparelli/tissue/issues

Contribute

Tissue is free and open-source. I really think that this is the power of Blender and I wanted to give my small contribution to it.

If you like my work and you want to help me, please consider to support me on Patreon, where I share some tips about Blender, Tissue and scripting: https://www.patreon.com/alessandrozomparelli

Patreon

A special thanks to all my patrons, in particular to my Tissue Supporters: TomaLaboratory, Scott Shorter, Garrett Post, Kairomon, Art Evans, Justin Davis, John Wise, Avi Bryant, Ahmed Saber, SlimeSound Production, Steffen Meier.

Many thanks,

Alessandro