We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6f9bd8 + 2fec4ff commit f20fd67Copy full SHA for f20fd67
openvdb_houdini/openvdb_houdini/SOP_OpenVDB_Points_Convert.cc
@@ -806,7 +806,7 @@ SOP_OpenVDB_Points_Convert::Cache::cookVDBSop(OP_Context& context)
806
807
// Unpack any packed primitives
808
809
- std::unique_ptr<GA_PrimitiveGroup> packgroup(ptGeo->newDetachedPrimitiveGroup());
+ GA_PrimitiveGroupUPtr packgroup = ptGeo->createDetachedPrimitiveGroup();
810
811
for (GA_Iterator it(ptGeo->getPrimitiveRange()); !it.atEnd(); ++it) {
812
GA_Offset offset = *it;
0 commit comments