-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
When importing properties, we generally face this kind of warning in Paraview
Warning: In vtkEPCReader.cxx, line 106
vtkEPCReader (0xe11e650): Cannot verify if the local property kind bc8bdd17-33d0-36b4-b713-73a76de52d66 of the continuous property e36655d9-2d67-402c-a508-e4dfdce0c4e8 is right because no property kind mapping files have been loaded.
Cannot verify if the local property kind 530b09e4-5fe2-38e5-a64a-d48342bb3668 of the continuous property 0b522b5b-7e7b-4e4e-9976-79b95ffcbf69 is right because no property kind mapping files have been loaded.
This is because the property kind mapping file is not embedded within the plugin. Then FESAPI cannot check if the property kind to import are valid or not.
Please could you embed this FESAPI resource file within the plugin to avoid such warning and get a first level of property type validation?