Sequencer Camera Save Bug

I fully agree that changes should only take effect when keyed. However, my issue is different:

With Sequence > LightCamera > Transform track enabled (no keys created, only temporary movement):

Move camera → No save prompt → No save needed.

Move camera → Pop out to perspective view (or press Alt+G) → Save prompted → Values revert on save → Useless save.

This means cases 1 and 2 are functionally identical, but case 2 creates an unnecessary file version. This is problematic for our Perforce (P4V) workflow, as it repeatedly prompts to save/upload unchanged files, cluttering version history.

With Sequence > LightCamera > Transform track disabled:

Move camera → No save prompt → No save needed.

Move camera → Pop out to perspective view (or press Alt+G) → Save prompted → Successfully saves values.

Inconsistency & Suggested Fix:

For cases 1 & 2: No save prompt if no keys are created (since no real change exists).

For cases 3 & 4: Prompt save immediately on movement, without requiring view switching (Alt/G) to trigger it.

This would align behavior and eliminate meaningless versioning. Thanks again!