https://bugs.kde.org/show_bug.cgi?id=395000
--- Comment #3 from Victor Wåhlström <victor.wahlst...@initiali.se> --- The API has been updated and now requires passing in a selection or a node when calling createFilterMask. Typically that would be the node you intend to parent the filter mask to. In your example you would change fm = d.createFilterMask("SHS[Blacken]", filter) to fm = d.createFilterMask("SHS[Blacken]", filter, n) -- You are receiving this mail because: You are watching all bug changes.