Skip to content

Commit

Permalink
SphereLevelSet : Don't add standard stats to the metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldresser-ie committed Jun 28, 2024
1 parent aee5c21 commit e6cbd98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GafferVDB/SphereLevelSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ IECore::ConstObjectPtr SphereLevelSet::computeSource( const Context *context ) c

Canceller::check( context->canceller() );

grid->addStatsMetadata();
grid->setName( gridPlug()->getValue() );

VDBObjectPtr newVDBObject = new VDBObject();
Expand Down

0 comments on commit e6cbd98

Please sign in to comment.