LinkFlow is a production-focused library management toolkit that simplifies working with linked .blend libraries in small projects and large production pipelines. It provides powerful tools for inspecting, organizing, maintaining, and troubleshooting linked assets without requiring manual searches through Outliner data or file paths.
Whether you're working as an individual artist or in a studio environment, LinkFlow helps keep linked assets organized, improves project maintenance, and reduces the time spent managing external library files.
Analyze linked libraries to identify common issues, including:
Inspect relationships between linked libraries and Blender data to better understand project dependencies.
Perform operations on multiple libraries at once, helping reduce repetitive production tasks.
Quickly search and filter linked libraries, making large scenes easier to navigate.
LinkFlow generates detailed reports for library analysis, diagnostics, and maintenance operations.
All generated reports are displayed in Blender's Text Editor, allowing you to review, save, or export the results whenever needed.
L .LinkFlow is ideal for:
Managing linked assets manually becomes increasingly difficult as projects grow. LinkFlow centralizes common library management tasks into a single interface, allowing artists to spend less time troubleshooting links and more time creating content.
LinkFlow requests clipboard permission only to allow copying library file paths for convenience.
If you encounter a bug, have a feature request, or need assistance, please visit the project repository.
https://github.com/maddumagegihan51/linkflow
https://github.com/maddumagegihan51/linkflow/issues
See the repository for licensing information.
linkflow.link_filelinkflow.edit_activelinkflow.edit_selectedpie_menu_key and pie_menu_event) to comply with Blender Extensions platform guidelines.__init__.py to prevent double registration during add-on loading.wm.link operator directly instead of using a wrapper operator.This extension requests the following permission:
Copy library file paths to clipboard
Thanks for sharing your add-on! I'll take a look at it and see what ideas could improve LinkFlow. If there are features that fit LinkFlow's goals and workflow, I'll definitely consider implementing similar functionality in a way that's appropriate for the project. I appreciate the suggestion!
hello, I have also created an addon like this. take a look at this( https://github.com/Dinesh0N/3d_object_link_manager ), can you implement some features from it into this addon