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
dict
Name: fake-bpy-module-latest Version: 20250223
See example:
import bpy icons = bpy.utils.previews.new() # Cannot access attribute "get" for class "ImagePreviewCollection" icons.get("test") print(type(icons).__bases__) # (<class 'dict'>,)
In the source code it's explicitly inheriting from dict https://projects.blender.org/blender/blender/src/commit/6365110312b657afae2ef3a90e32f38f3204b333/scripts/modules/bpy/utils/previews.py#L33
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Name: fake-bpy-module-latest
Version: 20250223
See example:
In the source code it's explicitly inheriting from dict https://projects.blender.org/blender/blender/src/commit/6365110312b657afae2ef3a90e32f38f3204b333/scripts/modules/bpy/utils/previews.py#L33
The text was updated successfully, but these errors were encountered: