WIP: Compositor: Add interpolation option to scale node #119902

Draft
Noah Pinales wants to merge 3 commits from Noah-Pinales/blender:com-scale-interp into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 627776277f - Show all commits

View File

@ -23,7 +23,7 @@ class BaseScaleOperation : public MultiThreadedOperation {
protected:
BaseScaleOperation();
PixelSampler get_effective_sampler(PixelSampler sampler)
PixelSampler get_effective_sampler()
{
return (PixelSampler)sampler_;
}