|
Blender
V2.93
|
#include "BKE_colorband.h"#include "UI_interface.h"#include "UI_resources.h"#include "node_geometry_util.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Functions | |
| static void | geo_node_point_scale_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
| static void | blender::nodes::execute_on_component (GeoNodeExecParams params, GeometryComponent &component) |
| static void | blender::nodes::geo_node_point_scale_exec (GeoNodeExecParams params) |
| static void | blender::nodes::geo_node_point_scale_init (bNodeTree *UNUSED(tree), bNode *node) |
| static void | blender::nodes::geo_node_point_scale_update (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_geo_point_scale () |
Variables | |
| static bNodeSocketTemplate | geo_node_point_scale_in [] |
| static bNodeSocketTemplate | geo_node_point_scale_out [] |
|
static |
Definition at line 37 of file node_geo_point_scale.cc.
References IFACE_, ptr, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_point_scale().
| void register_node_type_geo_point_scale | ( | void | ) |
Definition at line 124 of file node_geo_point_scale.cc.
References bNodeType::draw_buttons, GEO_NODE_POINT_SCALE, blender::nodes::geo_node_point_scale_exec(), geo_node_point_scale_in, blender::nodes::geo_node_point_scale_init(), geo_node_point_scale_layout(), geo_node_point_scale_out, blender::nodes::geo_node_point_scale_update(), geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_socket_templates(), node_type_storage(), node_type_update(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 24 of file node_geo_point_scale.cc.
Referenced by register_node_type_geo_point_scale().
|
static |
Definition at line 32 of file node_geo_point_scale.cc.
Referenced by register_node_type_geo_point_scale().