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:
authormano-wii <germano.costa@ig.com.br>2019-02-11 19:20:59 +0300
committermano-wii <germano.costa@ig.com.br>2019-02-11 19:20:59 +0300
commitf0e2d0e6a21c3391c1b4583764eb921c0eef1480 (patch)
treec941959d4f448a8de068f34db25cbf11bc3b5d32 /mesh_snap_utilities_line/__init__.py
parenta5aec7f5a5558bf0c08b9c5a75eb4272f586dfa8 (diff)
mesh_snap_utilitie_line: Don't always pass the active object mesh as the main mesh.
Diffstat (limited to 'mesh_snap_utilities_line/__init__.py')
-rw-r--r--mesh_snap_utilities_line/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_snap_utilities_line/__init__.py b/mesh_snap_utilities_line/__init__.py
index 604c1b15..646b61bd 100644
--- a/mesh_snap_utilities_line/__init__.py
+++ b/mesh_snap_utilities_line/__init__.py
@@ -22,7 +22,7 @@
bl_info = {
"name": "Snap_Utilities_Line",
"author": "Germano Cavalcante",
- "version": (5, 9, 3),
+ "version": (5, 9, 4),
"blender": (2, 80, 0),
"location": "View3D > TOOLS > Line Tool",
"description": "Extends Blender Snap controls",