Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'oscurart_tools/mesh/flipped_uvs.py')
-rw-r--r--oscurart_tools/mesh/flipped_uvs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oscurart_tools/mesh/flipped_uvs.py b/oscurart_tools/mesh/flipped_uvs.py
index 14d1be4c..13d837f1 100644
--- a/oscurart_tools/mesh/flipped_uvs.py
+++ b/oscurart_tools/mesh/flipped_uvs.py
@@ -57,4 +57,4 @@ class selectFlippedUvs(bpy.types.Operator):
def execute(self, context):
defSelectFlippedUvs(self, context)
- return {'FINISHED'} \ No newline at end of file
+ return {'FINISHED'}