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
path: root/rigify
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-08-11 03:09:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-11 03:09:25 +0300
commitaec02fd095ffaee1a3280e4001cf0f19c4dee2e1 (patch)
tree533fd7cace8f66b76c659a76fbd580b1aea3779a /rigify
parent2acf22b5932c57f7d29b578fc74542f81d4fb087 (diff)
Cleanup: strip trailing space, remove BOM
Diffstat (limited to 'rigify')
-rw-r--r--rigify/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/ui.py b/rigify/ui.py
index 6b1e6e4c..a268a196 100644
--- a/rigify/ui.py
+++ b/rigify/ui.py
@@ -928,7 +928,7 @@ class VIEW3D_MT_rigify(bpy.types.Menu):
layout = self.layout
layout.operator(Generate.bl_idname, text="Generate")
-
+
if context.mode == 'EDIT_ARMATURE':
layout.separator()
layout.operator(Sample.bl_idname)