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>2022-02-16 07:30:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-02-16 07:30:11 +0300
commitfbfa11df47d570c293e309759d3423e4079422d7 (patch)
tree7279ffb446c6b027aca4663e5ceb9c98b5612211 /rigify
parent516ca6742428d1548934b9be2ccdb9785fe9866f (diff)
Cleanup: trailing space
Diffstat (limited to 'rigify')
-rw-r--r--rigify/__init__.py4
-rw-r--r--rigify/generate.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/rigify/__init__.py b/rigify/__init__.py
index 1c9b1fa4..4f31459b 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -138,7 +138,7 @@ class RigifyFeatureSets(bpy.types.PropertyGroup):
context.preferences.addons[__package__].preferences.update_external_rigs()
enabled: bpy.props.BoolProperty(
- name = "Enabled",
+ name = "Enabled",
description = "Whether this feature-set is registered or not",
update = toggle_featureset,
default = True
@@ -177,7 +177,7 @@ class RigifyPreferences(AddonPreferences):
module_names = feature_set_list.get_installed_modules_names()
- # If there is a feature set preferences entry with no corresponding
+ # If there is a feature set preferences entry with no corresponding
# installed module, user must've manually removed it from the filesystem,
# so let's remove such entries.
to_delete = [ i for i, fs in enumerate(feature_set_prefs) if fs.module_name not in module_names ]
diff --git a/rigify/generate.py b/rigify/generate.py
index b3707a7e..0d99b708 100644
--- a/rigify/generate.py
+++ b/rigify/generate.py
@@ -130,7 +130,7 @@ class Generator(base_generate.BaseGenerator):
if old_collection:
# Rename the collection
old_collection.name = wgts_group_name
-
+
return old_collection
def ensure_widget_collection(self):