|
Blender V4.5
|
#include "BLI_math_base.hh"#include "FN_multi_function_builder.hh"#include "NOD_multi_function.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "GPU_material.hh"#include "node_composite_util.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_map_range_cc |
Macros | |
| #define | BLENDER_ZMAX 10000.0f |
Functions | |
| static void | blender::nodes::node_composite_map_range_cc::cmp_node_map_range_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_map_range_cc::node_composit_buts_map_range (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static bool | blender::nodes::node_composite_map_range_cc::get_should_clamp (const bNode &node) |
| static int | blender::nodes::node_composite_map_range_cc::node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs) |
| template<bool ShouldClamp> | |
| static float | blender::nodes::node_composite_map_range_cc::map_range (const float value, const float from_min, const float from_max, const float to_min, const float to_max) |
| static void | blender::nodes::node_composite_map_range_cc::node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
| static void | register_node_type_cmp_map_range () |
| #define BLENDER_ZMAX 10000.0f |
Definition at line 83 of file node_composite_map_range.cc.
Referenced by blender::nodes::node_composite_map_range_cc::map_range().
|
static |
Definition at line 156 of file node_composite_map_range.cc.
References blender::bke::bNodeType::build_multi_function, CMP_NODE_MAP_RANGE, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::nclass, NODE_CLASS_OP_VECTOR, blender::bke::node_register_type(), register_node_type_cmp_map_range(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by register_node_type_cmp_map_range().