From a57f9f863d13dc16839029fb895349969c3982d1 Mon Sep 17 00:00:00 2001
From: "Silc Lizard (Tokage) Renew"
<61938263+TokageItLab@users.noreply.github.com>
Date: Sun, 9 Jun 2024 12:47:48 +0900
Subject: Add get_concatenated_bone_names() to Skeleton3D for Modifier's hint
---
doc/classes/Skeleton3D.xml | 7 +++++++
1 file changed, 7 insertions(+)
(limited to 'doc/classes/Skeleton3D.xml')
diff --git a/doc/classes/Skeleton3D.xml b/doc/classes/Skeleton3D.xml
index 610550d8bd..1167b70c8d 100644
--- a/doc/classes/Skeleton3D.xml
+++ b/doc/classes/Skeleton3D.xml
@@ -155,6 +155,13 @@
Returns the rest transform for a bone [param bone_idx].
+
+
+
+ Returns all bone names concatenated with commas ([code],[/code]) as a single [StringName].
+ It is useful to set it as a hint for the enum property.
+
+
--
cgit v1.2.3