VF-BlenderAutosaveRender icon indicating copy to clipboard operation
VF-BlenderAutosaveRender copied to clipboard

Render Variables does not work if compositing tab "file output" node is in a nodegroup

Open Packsod opened this issue 8 months ago • 1 comments

As mentioned, I detected this bug and it will work again after ungroup the nodegroup in the compositing tab.

I use the VF_autosaveRender ver2.7.4 with blender3.6.2LTS but this problem has always existed in previous versions

Pack compositing nodes into groups for easy import into different projects, it's a habit that improves work efficiency. So other users may encounter similar issues. I just want to report this tiny bug to make the addon even better, even though it already is!

Packsod avatar Oct 20 '23 08:10 Packsod

Thanks @Packsod! I appreciate it.

Using a preset group for output nodes makes a lot of sense, especially if there are a bunch of connections that need to be maintained. Unfortunately I'm not so sure about feasibility.

The plugin would run into major trouble if there are ever multiple instances of the same group; editing the contents of one would change all of them, and iterating through each group would end up overwriting the original variables on the first render (they'd be permanently lost, as any group after the first would overwrite the original string with the replaced string, mistaking it as the original).

That shouldn't ever be the case—each group would just be saving over the previous group in that scenario—but I'm trying to think through potential issues with traversing node groups and replacing data. It's probably fine, and traversing node groups is probably easier than I fear (haven't needed to do it before!). I'll keep this feature request in mind, but don't want to overpromise. 😊

Thank you again for bringing it to my attention, John

jeinselen avatar Oct 21 '23 01:10 jeinselen