|
Blender V5.0
|
Enumerations | |
| enum class | DistributeMode { Random = 0 , Grid = 1 } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
strong |
| Enumerator | |
|---|---|
| Random | |
| Grid | |
Definition at line 30 of file node_geo_distribute_points_in_grid.cc.
|
static |
Definition at line 35 of file node_geo_distribute_points_in_grid.cc.
References b, bNode::custom1, blender::nodes::SocketDeclaration::description, FLT_MAX, Grid, min, PROP_NONE, PROP_XYZ, Random, seed, blender::nodes::SocketDeclaration::structure_type, blender::nodes::decl::Float::subtype, and blender::nodes::decl::Vector::subtype.
Referenced by node_register().
|
static |
Definition at line 167 of file node_geo_distribute_points_in_grid.cc.
References BKE_pointcloud_new_nomain(), blender::geometry::debug_randomize_point_order(), blender::nodes::GeometrySet::from_pointcloud(), Grid, blender::nodes::node_geo_exec_with_missing_openvdb(), params, Random, seed, and blender::Vector< T, InlineBufferCapacity, Allocator >::size().
Referenced by node_register().
|
static |
Definition at line 76 of file node_geo_distribute_points_in_grid.cc.
References bNode::custom1, and Random.
Referenced by node_register().
|
static |
Definition at line 71 of file node_geo_distribute_points_in_grid.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 245 of file node_geo_distribute_points_in_grid.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_DISTRIBUTE_POINTS_IN_GRID, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_size(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 220 of file node_geo_distribute_points_in_grid.cc.
References Grid, NOD_inline_enum_accessors, Random, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().