Hi!
Let's say that I want to notify the end-user if elements of it's scene are out-of-date after opening the scene. Is there a standard way of doing this?
The strategy I have in mind is to use an external python module in the scene-breakdown hooks to identity scene elements and call those modules separately when loading a scene.
However using the scene-breakdown for this task seem's more stable and standard, is there a way to do it? The way it's build right now seems pretty dependent of the ui.
Any info is appreciated, thanks!
Note: I'm aware that you're currently merging tk-maya-breakdown and tk-nuke-breakdown into tk-multi-breakdown. This will be great since we currently have our own hacked/custom implementation of the scene breakdown for 3dsmax and houdini and will be more that happy to simplify our approach. If using the scene-breakdown app outside of the ui is not planned for now, don't hesitate to tell me and I'll go with the option mentionned above.