https://bugs.kde.org/show_bug.cgi?id=524041

Julius Künzel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/mult
                   |                            |imedia/kdenlive/-/commit/21
                   |                            |84eca958b84eedc959d9fa135d8
                   |                            |727192575ed

--- Comment #3 from Julius Künzel <[email protected]> ---
Git commit 2184eca958b84eedc959d9fa135d8727192575ed by Julius Künzel, on behalf
of Jaimukund Bhan.
Committed on 10/09/2026 at 22:00.
Pushed by jlskuz into branch 'master'.

Remove unsupported keyframe interpolation for rotoscoping (mask)

The keyframe interpolation menu for `Rotoscoping (Mask)` is incorrectly left
visible. In `KeyframeContainer`, the logic to hide the interpolation menu was
hardcoded to check if `(m_model->getAssetId() ==
QLatin1String("rotoscoping"))`. It missed the mask variant of the effect
entirely because its ID is `mask_start-rotoscoping`.

This MR replace the hardcoded string with a parameter type check -
`m_model->data(index, AssetParameterModel::TypeRole).value<ParamType>() ==
ParamType::Roto_spline`.

M  +1    -1    src/assets/view/widgets/keyframecontainer.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/2184eca958b84eedc959d9fa135d8727192575ed

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to