Page MenuHome

Fix T81380: Playback set start/endframe operators can set negative rendering range
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Oct 5 2020, 4:03 PM.

Details

Summary

The Allow Negative Frames option, introduced in rB21a2350248fd, allows
for negative frames, but this should only apply for playback and
animations, the rendering range should still be clamped to MINFRAME /
MAXFRAME, because rendering does not allow for negative frames. Preview
range should not be affected afaict (I am not aware of operators that
allow for rendering this range).

Diff Detail

Repository
rB Blender

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Oct 5 2020, 4:03 PM
Brecht Van Lommel (brecht) added inline comments.
source/blender/editors/animation/anim_ops.c
323

Startframe -> Start frame

378

Endframe -> End frame

This revision is now accepted and ready to land.Oct 5 2020, 5:42 PM