Load KF works
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user