mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
implement bone renamer in importer
This commit is contained in:
@@ -39,6 +39,7 @@ class NodePath {
|
||||
SafeRefCount refcount;
|
||||
Vector<StringName> path;
|
||||
Vector<StringName> 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<StringName> get_names() const;
|
||||
Vector<StringName> get_subnames() const;
|
||||
StringName get_concatenated_names() const;
|
||||
StringName get_concatenated_subnames() const;
|
||||
|
||||
NodePath rel_path_to(const NodePath &p_np) const;
|
||||
|
||||
Reference in New Issue
Block a user