Skip to content

Fix dasu_panel.py to work as an installable Blender addon#1

Merged
4nigel merged 1 commit into
4nigel:mainfrom
OpeningDesign:main
Mar 21, 2026
Merged

Fix dasu_panel.py to work as an installable Blender addon#1
4nigel merged 1 commit into
4nigel:mainfrom
OpeningDesign:main

Conversation

@theoryshaw
Copy link
Copy Markdown
Contributor

Add bl_info dict so Blender recognises the file as an addon, and replace the bare module-level registration code with proper register()/unregister() functions. Previously the addon would install but not appear in the list and threw a RuntimeError on enable.

Generated with the assistance of an AI coding tool.

Add bl_info dict so Blender recognises the file as an addon, and replace
the bare module-level registration code with proper register()/unregister()
functions. Previously the addon would install but not appear in the list
and threw a RuntimeError on enable.

Generated with the assistance of an AI coding tool.
@4nigel 4nigel merged commit 79bf4be into 4nigel:main Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants