Skip to content

Commit

Permalink
Merge pull request #326 from Autodesk/fowlert/MAYA-103736/clear_frame…
Browse files Browse the repository at this point in the history
…Sample_array

MAYA-103736 Clear frameSamples set
  • Loading branch information
Krystian Ligenza authored Mar 9, 2020
2 parents c6a4213 + 67cfda2 commit e20b066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/adsk/plugin/exportTranslator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ UsdMayaExportTranslator::writer(const MFileObject &file,
theOption[1].split(',', filteredTypes);
}
else if (argName == "frameSample") {
frameSamples.clear();
MStringArray samplesStrings;
theOption[1].split(' ', samplesStrings);
unsigned int nbSams = samplesStrings.length();
Expand Down

0 comments on commit e20b066

Please sign in to comment.