Reply To: 2.32

#18617
LiquidProj3ct
Participant

As I see it there are two points while dragging an event, As and Bs, where As are relative snap points and Bs absolute snap points.

Once you start to drag the event and the mouse arrives to A1 the event is lenghten until the next gridline (B1). Once you arrive to B1 the event is shorten to its original value, because Podium takes closest the relative snap point, as you just explained.

My solution would be once you arrive to A1 paint until the next absolute snap point (B1), and once you arrive to B1 paint until the next relative point (A2). Always you arrive a relative point, paint until the next absolute snap point, and viceversa.

If I understood you right this should work… well… I think O:)

Edit: also, you could do an abstract sum/subtraction to the previous/next relative/absolute snap position, if you find this is difficult to program