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:
authorCampbell Barton <ideasman42@gmail.com>2021-01-25 04:33:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-25 04:33:59 +0300
commit425a3f6a705beab849cab36d2ca2ae43726d700f (patch)
tree00802f0b1efac9d9fc8b7b4062ab5349ca90722d /bone_selection_sets.py
parent3c6e9c26bc6b35399dfbc38c3116b1375fa6f53c (diff)
Cleanup: strip trailing space
Diffstat (limited to 'bone_selection_sets.py')
-rw-r--r--bone_selection_sets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bone_selection_sets.py b/bone_selection_sets.py
index 563a4d9d..7a382d75 100644
--- a/bone_selection_sets.py
+++ b/bone_selection_sets.py
@@ -56,9 +56,9 @@ class SelectionEntry(PropertyGroup):
class SelectionSet(PropertyGroup):
name: StringProperty(name="Set Name", override={'LIBRARY_OVERRIDABLE'})
bone_ids: CollectionProperty(
- type=SelectionEntry,
+ type=SelectionEntry,
override={'LIBRARY_OVERRIDABLE', 'USE_INSERTION'}
- )
+ )
is_selected: BoolProperty(name="Is Selected", override={'LIBRARY_OVERRIDABLE'})