|
Blender V4.3
|
#include "BLI_map.hh"#include "BLI_set.hh"#include "COM_ConstantFolder.h"#include "COM_NodeOperationBuilder.h"#include "COM_SetColorOperation.h"#include "COM_SetValueOperation.h"#include "COM_SetVectorOperation.h"#include "COM_WorkScheduler.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::compositor |
Functions | |
| static bool | blender::compositor::is_constant_foldable (NodeOperation *operation) |
| static Set< NodeOperation * > | blender::compositor::find_constant_foldable_operations (Span< NodeOperation * > operations) |
| static ConstantOperation * | blender::compositor::create_constant_operation (DataType data_type, const float *constant_elem) |