[Bf-extensions-cvs] [85cdee7] master: Revert "Remove unnecessary call"

Germano Cavalcante noreply at git.blender.org
Wed Apr 12 23:35:53 CEST 2017


Commit: 85cdee7e11a7e296297a68f398e020548d70197b
Author: Germano Cavalcante
Date:   Wed Apr 12 18:35:42 2017 -0300
Branches: master
https://developer.blender.org/rBA85cdee7e11a7e296297a68f398e020548d70197b

Revert "Remove unnecessary call"

This reverts commit 1af1c0963a14fba18f642a87394df05f6c8d3128.

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

M	mesh_snap_utilities_line.py

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

diff --git a/mesh_snap_utilities_line.py b/mesh_snap_utilities_line.py
index 97da46e..0079b8b 100644
--- a/mesh_snap_utilities_line.py
+++ b/mesh_snap_utilities_line.py
@@ -1183,6 +1183,7 @@ 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