luckykadam / render-strip

Blender addon to manage animation strips.
MIT License
58 stars 9 forks source link

Save stills in the root folder instead of separate named folders #2

Closed menoos closed 3 years ago

menoos commented 3 years ago

Use case: Rendering stills It would be handy if the addon could detect if the frame range is set to a single frame, and if yes save the image to the root folder and set the file name to the corresponding camera name.

Example: image image Expected result: Image saved as /tmp/Camera_top_view.png (Instead of /tmp/Camera_top_view.1-1/0001.png

luckykadam commented 3 years ago

Great feedback @menoos

Considering this issue and #1 , I believe we can have a checkbox to decide whether different directories will be created or not. Also, an option to give the strip a custom name (instead of generated pattern), will suffice the usecase.

Open to more feedback on this. 🙂

luckykadam commented 3 years ago

fixed by https://github.com/luckykadam/render-strip/commit/3f634afe66e86068c795f278a303f0f5b7efac7c