View Single Post
Old 22nd September 2016, 22:40   #10  |  Link
TheFluff
Excessively jovial fellow
 
Join Date: Jun 2004
Location: rude
Posts: 1,100
forgot you don't actually use return statements in lambda functions so last line should be
Code:
clip = core.std.FrameEval(clip, lambda n, f: deint if f.props._Combed else clip, clip)
TheFluff is offline   Reply With Quote