Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Nov 7, 2024
1 parent 2403288 commit befb84d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ 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
Expand Down

0 comments on commit befb84d

Please sign in to comment.