[Bf-blender-cvs] [4710582f8f3] master: UI: Fix typo in 'CONSTRAINT_SPACE_PARLOCAL' description

Ian Karanja noreply at git.blender.org
Wed Dec 14 03:52:06 CET 2022


Commit: 4710582f8f37137fb1334c9f4b99ade1bb9f089a
Author: Ian Karanja
Date:   Tue Dec 13 21:51:20 2022 -0500
Branches: master
https://developer.blender.org/rB4710582f8f37137fb1334c9f4b99ade1bb9f089a

UI: Fix typo in 'CONSTRAINT_SPACE_PARLOCAL' description

Differential Revision: https://developer.blender.org/D16690

===================================================================

M	source/blender/makesrna/intern/rna_object_api.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_object_api.c b/source/blender/makesrna/intern/rna_object_api.c
index 3d4d72cefaf..9c62fd241e0 100644
--- a/source/blender/makesrna/intern/rna_object_api.c
+++ b/source/blender/makesrna/intern/rna_object_api.c
@@ -40,7 +40,7 @@ static const EnumPropertyItem space_items[] = {
      "LOCAL_WITH_PARENT",
      0,
      "Local With Parent",
-     "The rest pose local space of a bone (thus matrix includes parent transforms)"},
+     "The rest pose local space of a bone (this matrix includes parent transforms)"},
     {CONSTRAINT_SPACE_LOCAL, "LOCAL", 0, "Local Space", "The local space of an object/bone"},
     {0, NULL, 0, NULL, NULL},
 };



More information about the Bf-blender-cvs mailing list