[Bf-extensions-cvs] [a326e1c1] master: Enhanced 3D Cursor: fix indents for git

NBurn noreply at git.blender.org
Tue May 21 00:09:45 CEST 2019


Commit: a326e1c1439c0d96acb3f2e311f02314557c0686
Author: NBurn
Date:   Mon May 20 18:08:41 2019 -0400
Branches: master
https://developer.blender.org/rBACa326e1c1439c0d96acb3f2e311f02314557c0686

Enhanced 3D Cursor: fix indents for git

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

M	space_view3d_enhanced_3d_cursor.py

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

diff --git a/space_view3d_enhanced_3d_cursor.py b/space_view3d_enhanced_3d_cursor.py
index 2e06505a..77409cd9 100644
--- a/space_view3d_enhanced_3d_cursor.py
+++ b/space_view3d_enhanced_3d_cursor.py
@@ -4051,8 +4051,8 @@ class Cursor3DToolsSettings(bpy.types.PropertyGroup):
     cursor_visible: bpy.props.BoolProperty(
         name="Cursor visibility",
         description="Show/hide cursor. When hidden, "\
-"Blender continuously redraws itself (eats CPU like crazy, "\
-"and becomes the less responsive the more complex scene you have)!",
+            "Blender continuously redraws itself (eats CPU like crazy, "\
+            "and becomes the less responsive the more complex scene you have)!",
         default=True)
 
     cursor_lock = bpy.props.BoolProperty(



More information about the Bf-extensions-cvs mailing list