blender-addons/rigify
Sybren A. Stüvel b67f32f2c8 Fix #119751: Rigify + Bone Selection Sets fails to generate rig
When generating a selection set, the Rigify code used the wrong approach
to test `coll not in b.bone.collections` -- it should have been using the
collection name, not the collection itself.

Fixes blender/blender#119751 (it was filed against the main Blender repo).

Pull Request: #105251
2024-03-21 16:51:26 +01:00
..
feature_sets License headers: use SPDX-FileCopyrightText for all addons 2023-06-15 16:54:05 +10:00
metarigs Rigify: update code to support nested bone collections. 2024-01-30 17:36:12 +02:00
operators Rigify: disable action slot target space settings other than World & Local. 2023-10-15 19:23:42 +03:00
rigs Rigify: change the pole toggle UI to use On/Off text instead of icons. 2024-02-05 19:46:48 +02:00
utils Fix #105241 (Rigify): remove the deprecated keying flag. 2024-03-18 15:53:23 +02:00
__init__.py Rigify: bump version. 2024-02-05 19:49:04 +02:00
.pep8 Rigify: add more utility code for the upcoming face rig. 2021-07-11 19:21:57 +03:00
base_generate.py Rigify: add a utility class for managing helper objects. 2023-09-16 17:07:06 +03:00
base_rig.py License headers: use SPDX-FileCopyrightText for all addons 2023-06-15 16:54:05 +10:00
feature_set_list.py UI: fix a few messages 2023-09-27 13:20:16 +02:00
generate.py Fix #119751: Rigify + Bone Selection Sets fails to generate rig 2024-03-21 16:51:26 +01:00
metarig_menu.py Rigify: improve handling of the feature set list. 2023-09-20 19:00:11 +03:00
rig_lists.py Rigify: improve handling of the feature set list. 2023-09-20 19:00:11 +03:00
rig_ui_template.py Rigify: update code to support nested bone collections. 2024-01-30 17:36:12 +02:00
rot_mode.py License headers: use SPDX-FileCopyrightText for all addons 2023-06-15 16:54:05 +10:00
ui.py Rigify: update code to support nested bone collections. 2024-01-30 17:36:12 +02:00