From 492d9aabe0a05f3df6e9d3c046f8cb5d885f0871 Mon Sep 17 00:00:00 2001 From: Peter Larabell Date: Tue, 10 Jul 2012 04:51:08 +0000 Subject: some code refactors in raskter.c to sync it with build where mask tiling is being developed. Also adds a bit more mask tiling code. --- source/blender/compositor/operations/COM_MaskOperation.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/compositor') diff --git a/source/blender/compositor/operations/COM_MaskOperation.h b/source/blender/compositor/operations/COM_MaskOperation.h index df1cad3c0f6..74fd12277e8 100644 --- a/source/blender/compositor/operations/COM_MaskOperation.h +++ b/source/blender/compositor/operations/COM_MaskOperation.h @@ -31,6 +31,10 @@ #include "BLI_listbase.h" #include "IMB_imbuf_types.h" +#ifdef __PLX_RASKTER_MT__ +#include "../../../../intern/raskter/raskter.h" +#endif + /** * Class with implementation of mask rasterization */ @@ -43,6 +47,7 @@ protected: bool m_do_smooth; bool m_do_feather; float *m_rasterizedMask; + ListBase m_maskLayers; /** -- cgit v1.2.3