You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the new feature:
Implement the ability to use values of properties as a value of another property
Describe the solution you'd like:
Making so that it's possible to input for example "tracker.x1" as a value of "Location X" of the video clip can allow stabilizing to a tracker point. Also allowing math to be used directly would be great (for example "-(tracker.x1)" for reversing the value)
When using other properties values, also allow linking so that each time the initial parameters value changes the inherited value also updates like if it was keyframed.
The text was updated successfully, but these errors were encountered:
Drag two clips onto the timeline. Doesn't matter if they are on 2 different tracks.
Right click on one of the clips and select Properties.
In the Properties window find the Parent attribute.
Right click in the empty field next to it, select Clips and find the other image you want to be the parent.
Now when you make a change to the Parent clip those changes will apply to the other.
Note: Not all changes made are Parented. If this is the functionality you are looking for then may be experiment and see what other attributes you want to be applied. This is kind of linking two clips together.
Does this feature work with the tracker? I can't test it right now but this is the main problem I've stumbled upon. I could've created an issue about the tracker itself being kinda useless, but my approach is definitely way more flexible, and could allow some cool effects, especially with math involved.
Also, parent feature from your description seems to sync the parameters between two instances of an object, for example a video. And I'm guessing that only the parameters with the same name can be synced?
Describe the new feature:
Implement the ability to use values of properties as a value of another property
Describe the solution you'd like:
Making so that it's possible to input for example "tracker.x1" as a value of "Location X" of the video clip can allow stabilizing to a tracker point. Also allowing math to be used directly would be great (for example "-(tracker.x1)" for reversing the value)
When using other properties values, also allow linking so that each time the initial parameters value changes the inherited value also updates like if it was keyframed.
The text was updated successfully, but these errors were encountered: