Go to the source code of this file.
|
| | blender::ed::space_node::BLI_STATIC_ASSERT (std::is_trivially_destructible_v< GridSearchData >, "") |
| static Vector< const VolumeGridInfo * > | blender::ed::space_node::get_grid_names_from_context (const bContext &C, GridSearchData &data) |
| static StringRef | blender::ed::space_node::grid_data_type_string (const VolumeGridType type) |
| static bool | blender::ed::space_node::grid_search_item_add (uiSearchItems &items, const VolumeGridInfo &item) |
| static void | blender::ed::space_node::volume_grid_search_add_items (const StringRef str, const bool can_create_grid, const Span< const VolumeGridInfo * > grids, uiSearchItems &seach_items, const bool is_first) |
| static void | blender::ed::space_node::grid_search_update_fn (const bContext *C, void *arg, const char *str, uiSearchItems *items, const bool is_first) |
| static void | blender::ed::space_node::grid_search_exec_fn (bContext *C, void *data_v, void *item_v) |
| void | blender::ed::space_node::node_geometry_add_volume_grid_search_button (const bContext &, const bNode &node, PointerRNA &socket_ptr, uiLayout &layout, const StringRef placeholder) |