|
Blender V5.0
|
#include <cstdint>#include <memory>#include "BLI_hash.hh"#include "BLI_math_vector_types.hh"#include "DNA_defaults.h"#include "DNA_movieclip_types.h"#include "DNA_tracking_types.h"#include "BKE_movieclip.h"#include "BKE_tracking.h"#include "COM_context.hh"#include "COM_distortion_grid.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 DistortionGridKey &a, const DistortionGridKey &b) |
| static int2 | blender::compositor::get_movie_clip_size (MovieClip *movie_clip, int frame_number) |