VFX & Video¶
Tracking¶
Implemented "Image from Plane Marker" operator which creates or updates image data-block from pixels which the plane marker "sees" (e4bf58e285).
This allows creating unwarped texture from a billboard from footage. The intent is to allow this image to be touched up and re-projected back to the footage with an updated content.
Implemented motion tracking data pre-fill for compositor nodes (da85245704, c76e1ecac6)
Clip Editor¶
- Default to descending average sorting (2e6cd70473)
Mask Editor¶
- Add mask blending factor for combined overlay (eca0c95d51)
- Add mask spline visibility overlay option (df2ab4e758)
- Masks are always drawn smooth (c1ffea157c)
Sequencer¶
- Add filter method to strip transform (1c5f2e49b7)
- Now change menu (
C
key) supports change scene. (205c6d8d08) - Add Scene and Strip at the same time in one action. (be84fe4ce1)
- Delete Strip and Scene in one step. (8c4bd02b06)
- Added new retiming system. Sped up strips can be edited as normal strips. Also movie playback speed is adjusted to match scene framerate. (302b04a5a3)
- Add API function to select displayed meta strip. (6b35d9e6fb)
FFmpeg¶
- Playback of VFR movies is now correct (f0a3d2beb2)