nuclear test
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ public class RhinoRootObjectBuilder : IRootObjectBuilder<RhinoObject>
|
||||
rootObjectCollection[ProxyKeys.INSTANCE_DEFINITION] = instanceDefinitionProxies; // this won't work re traversal on receive
|
||||
|
||||
// 2 - Unpack the groups
|
||||
_groupUnpacker.UnpackGroups(rhinoObjects);
|
||||
// _groupUnpacker.UnpackGroups(rhinoObjects);
|
||||
rootObjectCollection[ProxyKeys.GROUP] = _groupUnpacker.GroupProxies.Values;
|
||||
|
||||
// 3 - Convert atomic objects
|
||||
|
||||
@@ -29,7 +29,7 @@ internal sealed class SketchupConfig : IFileTypeConfig
|
||||
// Our GroupUnpacker is very unoptimised for files that contain a lot of instances (like skp imports).
|
||||
// This enables a dumb work-around to skip the GroupUnpacker and avoid OOM.
|
||||
// SEE https://linear.app/speckle/issue/CNX-3184/skp-file-upload-fails-rhino-importer
|
||||
doc.Groups.Clear();
|
||||
// doc.Groups.Clear();
|
||||
return doc;
|
||||
}
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ public static class Program
|
||||
{
|
||||
ILogger? logger = null;
|
||||
ImporterInstance? importer = null;
|
||||
|
||||
// Thread.Sleep(10000);
|
||||
try
|
||||
{
|
||||
var importerArgs = JsonSerializer.Deserialize<ImporterArgs>(args[0], s_serializerOptions);
|
||||
|
||||
Reference in New Issue
Block a user