|
Blender V5.0
|
#include <cstdint>#include <memory>#include "BLI_hash.hh"#include "BLI_math_vector_types.hh"#include "BKE_lib_id.hh"#include "BKE_mask.h"#include "DNA_ID.h"#include "DNA_mask_types.h"#include "COM_cached_mask.hh"#include "COM_context.hh"#include "COM_result.hh"#include "COM_utilities.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::compositor |
Functions | |
| bool | blender::compositor::operator== (const CachedMaskKey &a, const CachedMaskKey &b) |
| static Vector< MaskRasterHandle * > | blender::compositor::get_mask_raster_handles (Mask *mask, int2 size, int current_frame, bool use_feather, int motion_blur_samples, float motion_blur_shutter) |