guycalledfrank / bakery-issues

Bug tracker for Bakery
4 stars 0 forks source link

[request] export scene when Bakery finds out that its internal scene data is outdated. #30

Open laurentopia opened 3 years ago

laurentopia commented 3 years ago

scene export takes up a lot of time so I have export off by default but it doesn't work automatically. image also what is the mechanism that Bakery uses to detect that its internal data doesn't match the scene? it looks like even a simple change like moving a light or a camera causes a mismatch (and it shouldn't since neither are geometry data)

guycalledfrank commented 3 years ago

Hmm do you mean you want it to automatically check/uncheck the "export scene" checkbox based on changes (or lack thereof)? This is possible. I'll take a look.

Moving a light or a camera shouldn't trigger the "scene changed" flag. What does is:

laurentopia commented 3 years ago

Great!

  1. Yes. I set the temp path to a 1TB super fast drive so go at it ;) I think your customer base are real professionals working on actual productions so they know that light baking eats space.
  2. Ok, so maybe log in the console what triggered the re-export so people can learn to optimize their render time by this feedback loop.
  3. I always maintain the latest github so I'll be able to see the improvement in bake time.