Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijenstina <lijenstina@gmail.com>2017-11-21 06:36:05 +0300
committerlijenstina <lijenstina@gmail.com>2017-11-21 06:36:05 +0300
commitb9809143dc1c18e546f26de420969caa46fe30d8 (patch)
treeea2797e1c32acb95ad1e1e4ff83c6a5051f26b87 /mesh_tissue/__init__.py
parent85a2b50e0e3d505f702a172efc0befa46e87d853 (diff)
Fix T53350: Address the vertex color changes for Mesh tissue
Bumped version to 0.3.4 Fix crashes related to access of vertex color components: - curvature_to_vertex_groups: Fix the crash with accessing the r, g, b values - vertex_colors_to_vertex_groups: Replace usage of Value component (from h, S, V) it was removed as an attribute, use rgb_to_hsv instead Notes: - Added versioning code (check for 2.79.1). Can be removed later - Is there a better way of getting the value instead of using the colorsys function
Diffstat (limited to 'mesh_tissue/__init__.py')
-rw-r--r--mesh_tissue/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_tissue/__init__.py b/mesh_tissue/__init__.py
index bef99625..68921506 100644
--- a/mesh_tissue/__init__.py
+++ b/mesh_tissue/__init__.py
@@ -33,7 +33,7 @@
bl_info = {
"name": "Tissue",
"author": "Alessandro Zomparelli (Co-de-iT)",
- "version": (0, 3, 3),
+ "version": (0, 3, 4),
"blender": (2, 7, 9),
"location": "",
"description": "Tools for Computational Design",