utility particlesPhasicFlow updated. TODO: upgrade it further more to mandates supplying shapeName in particlesDict

This commit is contained in:
Hamidreza Norouzi
2024-01-25 03:12:01 -08:00
parent ab6308bb0a
commit 206df8924e
3 changed files with 59 additions and 115 deletions

View File

@ -39,7 +39,7 @@ bool applySelector(systemControl& control, const pointStructure& pStruct, const
auto& selected = selector().selectedPoinsts();
int32IndexContainer selIndex(selected.data(), selected.size());
uint32IndexContainer selIndex(selected.data(), selected.size());
setFieldList sfList(selDict.subDict("fieldValue"));