What is Magnet Region for?

Hey Friends,

i am sitting together with my colleague and we try to find a use case for a magnet region.
Do you have any best uses or can you point me to some more information in the world wide web

have a wonderfull day and thank you so much :*

A magnet region is the reverse of a transition region: If a transition region tells the timeline playback position to “go over there,” a magnet region tells it to “come over here.”

As for a use-case… Imagine you wanted to make an event in which the timeline was divided up into multiple sections, and you wanted to be able to jump from any section to any other section.

With magnet markers, you could simply create one magnet region for each timeline section, and assign them appropriate trigger conditions.

To make the same event without magnet markers, you’d have to use transition regions and destination regions. To start with, you’d need one destination region for each section. You’d also need a number of transition regions equal to the number of timeline sections times two (so that you could have one transition region leading to a section on either side of that section), minus two (because you don’t need a transition region leading to the leftmost section to the left of the leftmost section, nor a transition region leading to the rightmost section to the right of the rightmost section). You’d then need to assign each transition region appropriate trigger conditions.

Magnet markers make this kind of event a lot easier to make.

4 Likes

thank you joseph, it makes totally sense now :slight_smile:

Hello Joseph, while on this topic, can you explain the reverted offset? I can not figure it out.
Relative offset i understand, the inner timeline of the loop doesnt stop but the other one i dont understand.
Thanks

The easiest way to see the effect of relative offset and inverted offset is to create a transition region that targets a destination region, and then give the transition region a parameter condition.

  • If the transition region’s “Offset” setting is “None,” the playback position will always jump to the start of the destination region.
  • If the transition region’s “Offset” setting is “Relative,” the playback position will jump to a position inside the destination region that’s the same distance from the start of the destination region as the playback position was from the start of the destination region before making the jump.
  • If the transition region’s “Offset” setting is “Inverse,” the playback position will jump to a position inside the destination region that’s the same distance from the end of the destination region as the playback position was from the start of the destination region before making the jump.

For example, assuming a transition region and destination region that are both eight seconds long and a playback position that jumps two seconds into the transition timeline…

  • If the transition region’s “Offset” setting is “None,” the playback position jumps to the start of the destination region.
  • If the transition region’s “Offset” setting is “Relative,” the playback position jumps to two seconds into the destination region.
  • If the transition region’s “Offset” setting is “Inverse,” the playback position jumps to six seconds into the destination region.
2 Likes