|
Blender V4.3
|
#include "BLI_math_base.h"#include "BLI_math_vector_types.hh"#include "RNA_access.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "GPU_shader.hh"#include "GPU_texture.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_lensdist_cc::LensDistortionOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_lensdist_cc |
Macros | |
| #define | MINIMUM_DISTORTION -0.999f |
| #define | PROJECTOR_DISPERSION_SCALE 5.0f |
| #define | SCREEN_DISPERSION_SCALE 4.0f |
| #define | DISTORTION_SCALE 4.0f |
Functions | |
| static void | blender::nodes::node_composite_lensdist_cc::cmp_node_lensdist_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_lensdist_cc::node_composit_init_lensdist (bNodeTree *, bNode *node) |
| static void | blender::nodes::node_composite_lensdist_cc::node_composit_buts_lensdist (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static NodeOperation * | blender::nodes::node_composite_lensdist_cc::get_compositor_operation (Context &context, DNode node) |
| void | register_node_type_cmp_lensdist () |
| #define DISTORTION_SCALE 4.0f |
| #define MINIMUM_DISTORTION -0.999f |
Definition at line 26 of file node_composite_lensdist.cc.
Referenced by blender::nodes::node_composite_lensdist_cc::cmp_node_lensdist_declare(), blender::nodes::node_composite_lensdist_cc::LensDistortionOperation::compute_chromatic_distortion(), and blender::nodes::node_composite_lensdist_cc::LensDistortionOperation::get_distortion().
| #define PROJECTOR_DISPERSION_SCALE 5.0f |
Definition at line 28 of file node_composite_lensdist.cc.
Referenced by blender::nodes::node_composite_lensdist_cc::LensDistortionOperation::execute_projector_distortion().
| #define SCREEN_DISPERSION_SCALE 4.0f |
Definition at line 30 of file node_composite_lensdist.cc.
Referenced by blender::nodes::node_composite_lensdist_cc::LensDistortionOperation::compute_chromatic_distortion().
| void register_node_type_cmp_lensdist | ( | ) |
Definition at line 244 of file node_composite_lensdist.cc.
References cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::get_compositor_operation, blender::bke::bNodeType::initfunc, NODE_CLASS_DISTORT, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), and blender::bke::node_type_storage().
Referenced by register_composite_nodes().