Giter Site home page Giter Site logo

Comments (3)

jeinselen avatar jeinselen commented on May 18, 2024

I have good news for you! This feature was already added to the local version I've been using the past few months, it's just not documented and committed to Github yet. There is a key difference in how I've implemented the approach, however, and it comes with some limitations.

The plugin you've linked to fully overwrites the base path of all output file nodes in the compositor using a single source string. This could be made more dynamic by incorporating variable replacement, but all output nodes would use the same path (they're all overwritten indiscriminately), and updating the individual image output names would not be supported.

My approach dynamically replaces {variable} patterns in both base path and individual output names, supporting the same feature set as the animation output path (which is already an option for outputting layered EXR with dynamic names, just not very convenient for still images). The original variable strings are then restored after rendering completes to ensure dynamic changes are accurately implemented the next time you render (date, render engine, etcetera...everything is replaced dynamically at render time and restored afterward). The major limitation is that because the original variable strings are preserved in a simple internal value, it only updates a single node which must be named "File Output" (the default name for the first file output node added to the compositor). The work around for multiple output directories is to include those paths in the image file names, not the base path (which could be left as the project root).

Screen Shot 2022-06-22 at 10 52 34 AM

I'll try to get this posted soon so you can try it out and see if it works for you.

from vf-blenderautosaverender.

chenpaner avatar chenpaner commented on May 18, 2024

Thank you very much for making this plugin, the method in your reply is not very practical for me, because I have a lot of projects, I am looking forward to your new version of the plugin!

from vf-blenderautosaverender.

jeinselen avatar jeinselen commented on May 18, 2024

@chenpaner The latest version of VF Auto Save Render is available for download, featuring multiple feature updates along with compositing file output node support. Documentation lists the usage and limitations, hope you find it useful!

https://github.com/jeinselenVF/VF-BlenderAutoSaveRender/releases/tag/v1.7.3

from vf-blenderautosaverender.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.