add modeltree:get_model(index)

This commit is contained in:
MihailRis
2024-07-02 17:06:33 +03:00
parent 28ceffde9e
commit 3fe66e134d
8 changed files with 54 additions and 21 deletions
+4
View File
@@ -101,6 +101,10 @@ namespace rigging {
std::string_view src,
std::string_view file
);
const std::vector<RigNode*>& getNodes() const {
return nodes;
}
};
};