With the introduction of Library Override, I’ve been doing some experimentation on how to properly set up my rigged models. However, I can’t seem to make my script work properly when linked and after using Library Override. How do I make it work properly? I experimented with Rigify and it works well as it is included when Linked and works properly after running the script.
How does Rigify do this? Are there various ways to make custom scripts in rigs work properly?
Edit:
I actually made some of the parts work with proper Collection organization. Most of the custom UI is actually driven by Custom Properties and enabling Is Library Overrideable I’m able to get them working again. The problem now is how I’m going to automatically make them overridable from the start as I have to enable them one by one. Rigify makes them overrideable from the start which again makes me curious how Rigify works.
Another thing is that while I’m able to successfully make some of my custom UI buttons work, I can’t make my buttons that affect my material nodes (also driven by Custom Properties) work. Is it because of Library Override’s current limitations?