Load KF works

This commit is contained in:
STEINNI
2025-10-29 17:41:29 +00:00
parent f349ff38f4
commit dfab013abe
8 changed files with 105 additions and 21 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ app.helpers.helpers3D = {
},
getNamedParent(obj) {
while (obj && !obj.name) {
while (obj && ((!obj.name) || (obj.name.includes('_'))) ) {
obj = obj.parent
}
return obj