We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Down to 2 items as described by Peter above: WARNING: Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created. WARNING: Notice reading .OBJ: material properties are ignored.
Down to 2 items as described by Peter above:
WARNING: Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created.
WARNING: Notice reading .OBJ: material properties are ignored.
Originally posted by @willingc in #596
The text was updated successfully, but these errors were encountered:
I think we're down to: WARNING: Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created. Which does appear to be set in if __name__ ...: QtWidgets.QApplication.setAttribute(Qt.ApplicationAttribute.AA_ShareOpenGLContexts) https://github.com/napari/napari/blob/838ce4cc6b5cd77a5197102ee7e69e57d7a0358d/examples/multiple_viewer_widget.py#L426 and WARNING: Notice reading .OBJ: material properties are ignored. which relates to the dataset being loaded, the material properties are un-supported, see: https://napari.org/stable/gallery/surface_multi_texture.html#load-the-model
if __name__ ...
QtWidgets.QApplication.setAttribute(Qt.ApplicationAttribute.AA_ShareOpenGLContexts)
Originally posted by @psobolewskiPhD in #596
Sorry, something went wrong.
No branches or pull requests
Originally posted by @willingc in #596
The text was updated successfully, but these errors were encountered: