|
Blender V4.5
|
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 () |
|
static |
Definition at line 33 of file node_geo_distribute_points_in_volume.cc.
References b, BLT_I18NCONTEXT_ID_ID, blender::nodes::decl::Float::default_value, blender::nodes::decl::Vector::default_value, FLT_MAX, GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME_DENSITY_GRID, GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME_DENSITY_RANDOM, max, min, NodeGeometryDistributePointsInVolume::mode, node_declare(), PROP_NONE, PROP_XYZ, and seed.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 179 of file node_geo_distribute_points_in_volume.cc.
References BKE_pointcloud_new_nomain(), BKE_volume_grid_get(), BKE_volume_load(), BKE_volume_num_grids(), blender::geometry::debug_randomize_point_order(), blender::bke::SpanAttributeWriter< T >::finish(), GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME_DENSITY_GRID, GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME_DENSITY_RANDOM, blender::bke::VolumeComponent::get(), blender::bke::GeometrySet::get_component(), blender::bke::GeometrySet::has_volume(), i, blender::bke::GeometrySet::keep_only_during_modify(), blender::bke::MutableAttributeAccessor::lookup_or_add_for_write_only_span(), blender::bke::GeometrySet::modify_geometry_sets(), blender::nodes::node_geo_exec_with_missing_openvdb(), params, blender::bke::GeometrySet::replace_pointcloud(), seed, blender::Vector< T, InlineBufferCapacity, Allocator >::size(), and blender::bke::SpanAttributeWriter< T >::span.
Referenced by node_register().
|
static |
Definition at line 76 of file node_geo_distribute_points_in_volume.cc.
References data, GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME_DENSITY_RANDOM, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 71 of file node_geo_distribute_points_in_volume.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 282 of file node_geo_distribute_points_in_volume.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_size(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 257 of file node_geo_distribute_points_in_volume.cc.
References GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME_DENSITY_GRID, GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME_DENSITY_RANDOM, NOD_storage_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().