material grabber shows instance selection if the selected instance is missing
This commit is contained in:
@@ -40,6 +40,10 @@ class StructureCollection {
|
||||
return structure;
|
||||
}
|
||||
|
||||
has(instanceName) {
|
||||
return Boolean(this.structures[instanceName]);
|
||||
}
|
||||
|
||||
delete(instanceName) {
|
||||
const struct = this.get(instanceName);
|
||||
struct.delete();
|
||||
|
||||
Reference in New Issue
Block a user