Fix #112788: python modules should have ModuleType attributes #112813

Open
Leonardo Covarrubias wants to merge 1 commits from leocov/blender:112788-add-bpy-module-attrs into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
Leonardo Covarrubias 7526655507
Fix #112788: python modules should have ModuleType attributes
To properly support module introspection structures pretending
to be modules should have the appropriate ModuleType dunder
attributes like PyModuleDef would create. In particular __name__
but also added others that match similar generated bpy modules
2023-09-25 16:26:29 -04:00