From e6cbd98b8e31b3f22ace606575eab54c9d8f5e36 Mon Sep 17 00:00:00 2001 From: Daniel Dresser Date: Thu, 27 Jun 2024 18:42:15 -0700 Subject: [PATCH] SphereLevelSet : Don't add standard stats to the metadata --- src/GafferVDB/SphereLevelSet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GafferVDB/SphereLevelSet.cpp b/src/GafferVDB/SphereLevelSet.cpp index 6bab2b94daf..6f6c7f85099 100644 --- a/src/GafferVDB/SphereLevelSet.cpp +++ b/src/GafferVDB/SphereLevelSet.cpp @@ -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();