Skip to content

Commit

Permalink
Merge pull request #369 from specklesystems/dimitrie/cnx-643-arcs-in-…
Browse files Browse the repository at this point in the history
…blocks-are-not-received

Dimitrie/cnx 643 arcs in blocks are not received
  • Loading branch information
didimitrie authored Nov 7, 2024
2 parents cac8e1b + befb84d commit bc6f6c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ CancellationToken cancellationToken
{
using var activity = _activityFactory.Start("BakeObject");

// POC hack of the ages: try to pre transform curves before baking
// POC hack of the ages: try to pre transform curves, points and meshes before baking
// we need to bypass the local to global converter as there we don't have access to what we want. that service will/should stop existing.
if (
localToGlobalMap.AtomicObject is ITransformable transformable and ICurve
localToGlobalMap.AtomicObject is ITransformable transformable // and ICurve
&& localToGlobalMap.Matrix.Count > 0
&& localToGlobalMap.AtomicObject["units"] is string units
)
Expand Down

0 comments on commit bc6f6c4

Please sign in to comment.