A small Blender add-on for opening linked blends directly from the Outliner window. Open selected linked libraries effortlessly thanks to the right-click menu in the Outliner.
This extension requests the following permission:
Add-on expects to have access to filesytem.
Looks good to me! Some small modifications you can do:
__init__.py
as they are not needed anymore__name__
by __package__
at the end of the __init__.py
module name docThank you for the review!
I removed commented lines from blender_manifest.toml
and changed __name__
to __package__
.
About the bl_info: I would prefer to keep it, since Blender 4.2 is not widely adopted yet and with both blender_manifest.toml
and bl_info
the add-on works in Blender 4.2 but also in older Blenders. Since this add-on is available also on GitHub, it's smoothest for the users if they can download one version and it just works in newest as well as older supported LTS versions like 3.3 and 3.6.
Sign in to comment.
Ready for review