[Bf-extensions-cvs] [4cb31f53] master: Rotate Default Off

Eugenio Pignataro noreply at git.blender.org
Thu May 31 22:04:44 CEST 2018


Commit: 4cb31f53101bf29b9eefd7e0eb6f4f99c20a74a1
Author: Eugenio Pignataro
Date:   Thu May 31 17:04:32 2018 -0300
Branches: master
https://developer.blender.org/rBA4cb31f53101bf29b9eefd7e0eb6f4f99c20a74a1

Rotate Default Off

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

M	oscurart_tools/oscurart_meshes.py

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

diff --git a/oscurart_tools/oscurart_meshes.py b/oscurart_tools/oscurart_meshes.py
index 802c7f75..a31e1a57 100644
--- a/oscurart_tools/oscurart_meshes.py
+++ b/oscurart_tools/oscurart_meshes.py
@@ -402,7 +402,7 @@ class OscOverlapUv(Operator):
             name="Offset"
             )
     rotate = BoolProperty(
-            default=True,
+            default=False,
             name="Rotate"
             )



More information about the Bf-extensions-cvs mailing list