From f90efb549ada8d8d00b04c316d19aac58b105695 Mon Sep 17 00:00:00 2001 From: Yusarina Date: Sun, 3 Aug 2025 15:56:42 +0100 Subject: [PATCH] Small fix --- core/dictionaries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dictionaries.py b/core/dictionaries.py index 3e4be29..95a7fc9 100644 --- a/core/dictionaries.py +++ b/core/dictionaries.py @@ -512,7 +512,7 @@ standard_bones = { # Eyes 'left_eye': 'Eye_L', - 'right_eye': 'Eye_R' + 'right_eye': 'Eye_R', # Breast bones 'breast_1_l': 'Breast1_L',