If file is not saved, Flamenco cannot create a temp copy, which it will render.
See (T102192)
Details
Details
Diff Detail
Diff Detail
- Repository
- rF Flamenco
- Branch
- T102192-Add-Error-unsaved (branched from main)
- Build Status
Buildable 24444 Build 24444: arc lint + arc unit
Event Timeline
Comment Actions
Thanks for the patch!
I'll adjust it a little bit before I commit it. The most important difference is that I'll replace if not bpy.data.is_saved: with if not context.blend_data.filepath:. The purpose of having the add-on save to a separate .flamenco.blend file is to allow submitting different variations of a file (for example to try out different shaders) without ever overwriting the original.
Comment Actions
- Check for the filename being known, rather than the file being saved
- Slight change in wording ("sending to" → "submitting")