Remove CloudRig as a promoted feature set (#1)

CloudRig is no longer a Rigify feature set. I re-wrote it as a standalone add-on.

Reviewed-on: https://projects.blender.org/extensions/rigify/pulls/1
Reviewed-by: Alexander Gavrilov <angavrilov@noreply.localhost>
This commit is contained in:
Demeter Dzadik
2024-06-07 14:47:06 +02:00
committed by Sybren A. Stüvel
parent f5ac944658
commit 8d4cc5d998

View File

@@ -27,13 +27,6 @@ NAME_PREFIX = feature_sets.__name__.split('.')
# noinspection SpellCheckingInspection
PROMOTED_FEATURE_SETS = [
{
"name": "CloudRig",
"author": "Demeter Dzadik",
"description": "Feature set developed by the Blender Animation Studio",
"doc_url": "https://gitlab.com/blender/CloudRig/-/wikis/",
"link": "https://gitlab.com/blender/CloudRig/",
},
{
"name": "Experimental Rigs by Alexander Gavrilov",
"author": "Alexander Gavrilov",