Update iron

This commit is contained in:
Lubos Lenco
2022-01-03 10:43:07 +01:00
parent b5969f4455
commit 1bdd741b0b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class MeshUtil {
Context.mergedObject = new MeshObject(md, Context.paintObject.materials);
Context.mergedObject.name = Context.paintObject.name + "_merged";
Context.mergedObject.force_context = "paint";
Context.mainObject().addChild(Context.mergedObject);
Context.mergedObject.setParent(Context.mainObject());
});
#if (kha_direct3d12 || kha_vulkan)