|
Blender
V3.3
|
#include <algorithm>#include <numeric>#include "UI_interface.h"#include "UI_resources.h"#include "BLI_math_base_safe.h"#include "NOD_socket_search_link.hh"#include "node_geometry_util.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
| blender::nodes::node_geo_attribute_statistic_cc | |
Definition at line 389 of file node_geo_attribute_statistic.cc.
References bNodeType::declare, bNodeType::draw_buttons, bNodeType::gather_link_search_ops, GEO_NODE_ATTRIBUTE_STATISTIC, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_ATTRIBUTE, blender::nodes::node_geo_attribute_statistic_cc::node_declare(), blender::nodes::node_geo_attribute_statistic_cc::node_gather_link_searches(), blender::nodes::node_geo_attribute_statistic_cc::node_geo_exec(), node_init(), blender::nodes::node_geo_attribute_statistic_cc::node_layout(), node_type_init(), node_type_update(), blender::nodes::node_geo_attribute_statistic_cc::node_update(), and nodeRegisterType().
Referenced by registerGeometryNodes().