Blender V4.3
node_geo_bake.cc File Reference
#include <fmt/format.h>
#include "NOD_geo_bake.hh"
#include "NOD_node_extra_info.hh"
#include "NOD_rna_define.hh"
#include "NOD_socket_items_ops.hh"
#include "NOD_socket_search_link.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "BLI_path_utils.hh"
#include "BLI_string.h"
#include "BKE_anonymous_attribute_make.hh"
#include "BKE_bake_geometry_nodes_modifier.hh"
#include "BKE_bake_items_socket.hh"
#include "BKE_context.hh"
#include "BKE_global.hh"
#include "BKE_main.hh"
#include "BKE_screen.hh"
#include "ED_node.hh"
#include "DNA_modifier_types.h"
#include "RNA_access.hh"
#include "RNA_prototypes.hh"
#include "MOD_nodes.hh"
#include "WM_api.hh"
#include "BLO_read_write.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Classes

struct  blender::nodes::node_geo_bake_cc::DummyDataBlockMap
 
class  blender::nodes::node_geo_bake_cc::LazyFunctionForBakeNode
 

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_geo_bake_cc
 

Functions

static void blender::nodes::node_geo_bake_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_bake_cc::node_init (bNodeTree *, bNode *node)
 
static void blender::nodes::node_geo_bake_cc::node_free_storage (bNode *node)
 
static void blender::nodes::node_geo_bake_cc::node_copy_storage (bNodeTree *, bNode *dst_node, const bNode *src_node)
 
static bool blender::nodes::node_geo_bake_cc::node_insert_link (bNodeTree *ntree, bNode *node, bNodeLink *link)
 
static const CPPTypeblender::nodes::node_geo_bake_cc::get_item_cpp_type (const eNodeSocketDatatype socket_type)
 
static void blender::nodes::node_geo_bake_cc::draw_bake_item (uiList *, const bContext *C, uiLayout *layout, PointerRNA *, PointerRNA *itemptr, int, PointerRNA *, const char *, int, int)
 
static void blender::nodes::node_geo_bake_cc::draw_bake_items (const bContext *C, uiLayout *layout, PointerRNA node_ptr)
 
static void blender::nodes::node_geo_bake_cc::NODE_OT_bake_node_item_remove (wmOperatorType *ot)
 
static void blender::nodes::node_geo_bake_cc::NODE_OT_bake_node_item_add (wmOperatorType *ot)
 
static void blender::nodes::node_geo_bake_cc::NODE_OT_bake_node_item_move (wmOperatorType *ot)
 
static void blender::nodes::node_geo_bake_cc::node_operators ()
 
static bake::BakeSocketConfig blender::nodes::node_geo_bake_cc::make_bake_socket_config (const Span< NodeGeometryBakeItem > bake_items)
 
static void blender::nodes::node_geo_bake_cc::node_extra_info (NodeExtraInfoParams &params)
 
static void blender::nodes::node_geo_bake_cc::node_layout (uiLayout *layout, bContext *C, PointerRNA *ptr)
 
static void blender::nodes::node_geo_bake_cc::node_layout_ex (uiLayout *layout, bContext *C, PointerRNA *ptr)
 
static void blender::nodes::node_geo_bake_cc::node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void blender::nodes::node_geo_bake_cc::node_register ()
 
bool blender::nodes::get_bake_draw_context (const bContext *C, const bNode &node, BakeDrawContext &r_ctx)
 
std::string blender::nodes::get_baked_string (const BakeDrawContext &ctx)
 
std::optional< std::string > blender::nodes::get_bake_state_string (const BakeDrawContext &ctx)
 
void blender::nodes::draw_bake_button_row (const BakeDrawContext &ctx, uiLayout *layout, bool is_in_sidebar=false)
 
void blender::nodes::draw_common_bake_settings (bContext *C, BakeDrawContext &ctx, uiLayout *layout)
 
static void blender::nodes::draw_bake_data_block_list_item (uiList *, const bContext *, uiLayout *layout, PointerRNA *, PointerRNA *itemptr, int, PointerRNA *, const char *, int, int)
 
void blender::nodes::draw_data_blocks (const bContext *C, uiLayout *layout, PointerRNA &bake_rna)
 
std::unique_ptr< LazyFunctionblender::nodes::get_bake_lazy_function (const bNode &node, GeometryNodesLazyFunctionGraphInfo &lf_graph_info)