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/widgets.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/widgets.py')
-rw-r--r--mesh_snap_utilities_line/widgets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesh_snap_utilities_line/widgets.py b/mesh_snap_utilities_line/widgets.py
index 2849075c..ad0ee283 100644
--- a/mesh_snap_utilities_line/widgets.py
+++ b/mesh_snap_utilities_line/widgets.py
@@ -49,7 +49,6 @@ class SnapWidgetCommon(SnapUtilities):
else:
self.bm = None
self.geom = None
- self.sctx.update_all()
self.draw_cache.draw(self.type, self.location, None, None, None)