Rigify - two faces in the same rig produces an error #80763
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#80763
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06
Blender Version
Broken: version: 2.83.6, 2.9 & 2.91
Worked: Never
Addon Information
Name: Rigify (0, 6, 1)
Author: Nathan Vegdahl, Lucio Rossi, Ivan Cappiello, Alexander Gavrilov
Short description of error
If you try adding two faces.super_face to a metarig, generation will fail with an error:
Exact steps for others to reproduce the error
If you try to add two face rig types in your meta rig, generating the rig will fail.
CONFLICT: bone ORG-face.001 owned by rig ORG-face.001 has different parent rig from ORG-nose
Incorrect armature for type 'base_generate'
I believe this is because the Face is dependant on bone names, unlike all other rig types.
Added subscriber: @TodorNikolov
Added subscribers: @icappiello, @angavrilov, @Mets
@TodorNikolov this is totally not supported by the old (and going to be deprecated) pitchipoy face. Unfortunately the face code is based on unique names, so duplicating a face in the same armature will end up appending .002 and so to bone names that then will not match what rigify face is looking for. This design is totally against all the rigify intents but since as for now there's no complete or easy solution to avoid that we kept it as is until it will be deprecated.
i'd like to tag this as "Known Issue" but seems i can't
Changed status from 'Needs Triage' to: 'Confirmed'