changes in Mesh module:
+ cppcheck: fix some minor issues found by code analyzer + export to IDTF + fix for throwing exception + optimize mesh rendering
This commit is contained in:
@@ -143,6 +143,7 @@ void ViewProviderMeshFaceSet::updateData(const App::Property* prop)
|
||||
else {
|
||||
ViewProviderMeshBuilder builder;
|
||||
builder.createMesh(prop, pcMeshCoord, pcMeshFaces);
|
||||
pcMeshFaces->invalidate();
|
||||
}
|
||||
|
||||
if (direct != directRendering) {
|
||||
|
||||
Reference in New Issue
Block a user