|
Blender V4.3
|
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 31 of file node_geo_distribute_points_in_volume.cc.
References b, BLT_I18NCONTEXT_ID_ID, blender::nodes::SocketDeclaration::description, FLT_MAX, GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME_DENSITY_GRID, GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME_DENSITY_RANDOM, min, NodeGeometryDistributePointsInVolume::mode, PROP_NONE, PROP_XYZ, seed, blender::nodes::decl::Float::subtype, blender::nodes::decl::Vector::subtype, blender::nodes::SocketDeclaration::translation_context, and blender::bke::GeometryComponent::Volume.
Referenced by node_register().
|
static |
Definition at line 178 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(), 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::GeometryComponent::PointCloud, blender::bke::GeometrySet::replace_pointcloud(), seed, and blender::bke::SpanAttributeWriter< T >::span.
Referenced by node_register().
|
static |
Definition at line 74 of file node_geo_distribute_points_in_volume.cc.
References data, and GEO_NODE_DISTRIBUTE_POINTS_IN_VOLUME_DENSITY_RANDOM.
Referenced by node_register().
|
static |
Definition at line 69 of file node_geo_distribute_points_in_volume.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 281 of file node_geo_distribute_points_in_volume.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, 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, and ExtensionRNA::srna.
|
static |
Definition at line 256 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().