Blender V4.3
node_composite_glare.cc File Reference
#include <array>
#include <complex>
#include <memory>
#include "BLI_array.hh"
#include "BLI_assert.h"
#include "BLI_fftw.hh"
#include "BLI_index_range.hh"
#include "BLI_math_base.h"
#include "BLI_math_base.hh"
#include "BLI_math_vector_types.hh"
#include "BLI_task.hh"
#include "DNA_scene_types.h"
#include "RNA_access.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "GPU_shader.hh"
#include "GPU_state.hh"
#include "GPU_texture.hh"
#include "COM_algorithm_symmetric_separable_blur.hh"
#include "COM_node_operation.hh"
#include "COM_utilities.hh"
#include "node_composite_util.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_composite_glare_cc::GlareOperation
 

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_composite_glare_cc
 

Macros

#define MAX_GLARE_ITERATIONS   5
 
#define MAX_GLARE_SIZE   9
 

Functions

static void blender::nodes::node_composite_glare_cc::cmp_node_glare_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_composite_glare_cc::node_composit_init_glare (bNodeTree *, bNode *node)
 
static void blender::nodes::node_composite_glare_cc::node_composit_buts_glare (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static NodeOperationblender::nodes::node_composite_glare_cc::get_compositor_operation (Context &context, DNode node)
 
void register_node_type_cmp_glare ()
 

Macro Definition Documentation

◆ MAX_GLARE_ITERATIONS

◆ MAX_GLARE_SIZE

#define MAX_GLARE_SIZE   9

Definition at line 44 of file node_composite_glare.cc.

Function Documentation

◆ register_node_type_cmp_glare()