From 1705587e21bc62f67a0aa297769853e1903d2a44 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 10 Jan 2022 13:47:13 +1100 Subject: Cleanup: note that compositor vector blur shares logic with zbuf.c Note that some functions have been copied between these files. De-duplication isn't trivial as there are differences in some functions. --- source/blender/render/intern/zbuf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/render') diff --git a/source/blender/render/intern/zbuf.c b/source/blender/render/intern/zbuf.c index 1812a492ac0..beba10ad82a 100644 --- a/source/blender/render/intern/zbuf.c +++ b/source/blender/render/intern/zbuf.c @@ -19,6 +19,9 @@ /** \file * \ingroup render + * + * \note Some of this logic has been duplicated in `COM_VectorBlurOperation.cc` + * changes here may also apply also apply to that file. */ /*---------------------------------------------------------------------------*/ -- cgit v1.2.3