[Bf-extensions-cvs] [5c4210d5] master: Fix T56749: np_station: Indentation Error in np_point_dimension.

Bastien Montagne noreply at git.blender.org
Wed Sep 12 16:00:11 CEST 2018


Commit: 5c4210d5b78c61137c5f32e7deb7561177ac0894
Author: Bastien Montagne
Date:   Wed Sep 12 15:59:41 2018 +0200
Branches: master
https://developer.blender.org/rBAC5c4210d5b78c61137c5f32e7deb7561177ac0894

Fix T56749: np_station: Indentation Error in np_point_dimension.

Thanks to @cth451 for the patch.

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

M	np_station/np_point_dimension.py

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

diff --git a/np_station/np_point_dimension.py b/np_station/np_point_dimension.py
index 1bfe8c24..256f32de 100644
--- a/np_station/np_point_dimension.py
+++ b/np_station/np_point_dimension.py
@@ -141,11 +141,9 @@ class NPDM_dim_definition(bpy.types.PropertyGroup):
 
 
 def register():
-
+    pass
 
 
 
 def unregister():
-
-
     pass



More information about the Bf-extensions-cvs mailing list