[Bf-extensions-cvs] [1af1c09] master: Remove unnecessary call

Germano Cavalcante noreply at git.blender.org
Tue Apr 11 16:47:40 CEST 2017


Commit: 1af1c0963a14fba18f642a87394df05f6c8d3128
Author: Germano Cavalcante
Date:   Tue Apr 11 11:47:27 2017 -0300
Branches: master
https://developer.blender.org/rBA1af1c0963a14fba18f642a87394df05f6c8d3128

Remove unnecessary call

===================================================================

M	mesh_snap_utilities_line.py

===================================================================

diff --git a/mesh_snap_utilities_line.py b/mesh_snap_utilities_line.py
index 0079b8b..97da46e 100644
--- a/mesh_snap_utilities_line.py
+++ b/mesh_snap_utilities_line.py
@@ -1183,7 +1183,6 @@ def register():
     bpy.utils.register_class(SnapAddonPreferences)
     bpy.utils.register_class(SnapUtilitiesLine)
     bpy.utils.register_class(PanelSnapUtilities)
-    update_panel(None, bpy.context)
 
 
 def unregister():



More information about the Bf-extensions-cvs mailing list