Page MenuHome

T53799: Snap to second while scrubbing the frame in the timeline
AbandonedPublic

Authored by Campbell Barton (campbellbarton) on Feb 7 2018, 8:44 AM.

Details

Summary

Submitted on behalf of @André Lourenço (alourenco)

Diff Detail

Repository
rB Blender

Event Timeline

source/blender/blenkernel/intern/sequencer.c
5686–5703

This doesn't belong in BKE_sequencer, could probably go in BKE_scene, and rename:

int BKE_scene_frame_snap_by_seconds()

Then we could have int BKE_scene_frame_snap_by_marker() ... or other methods.