Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed the property kind mapping file with the plugin #38

Open
philippeVerney opened this issue Jan 15, 2024 · 0 comments
Open

Embed the property kind mapping file with the plugin #38

philippeVerney opened this issue Jan 15, 2024 · 0 comments
Assignees

Comments

@philippeVerney
Copy link
Member

philippeVerney commented Jan 15, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants