From dc43cfc830e7e602ad5aa1f59ceaa82e344dd378 Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Mon, 27 Jun 2022 17:06:50 +0900 Subject: implement bone renamer in importer --- core/string/node_path.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/string/node_path.h') diff --git a/core/string/node_path.h b/core/string/node_path.h index 53976bd524..2bce33e21e 100644 --- a/core/string/node_path.h +++ b/core/string/node_path.h @@ -39,6 +39,7 @@ class NodePath { SafeRefCount refcount; Vector path; Vector subpath; + StringName concatenated_path; StringName concatenated_subpath; bool absolute; bool has_slashes; @@ -59,6 +60,7 @@ public: StringName get_subname(int p_idx) const; Vector get_names() const; Vector get_subnames() const; + StringName get_concatenated_names() const; StringName get_concatenated_subnames() const; NodePath rel_path_to(const NodePath &p_np) const; -- cgit v1.2.3