|
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 () |
| NOD_REGISTER_NODE (node_register) | |
| blender::nodes::node_geo_grease_pencil_set_depth_mode::NOD_REGISTER_NODE | ( | node_register | ) |
References NOD_REGISTER_NODE(), and node_register().
Referenced by NOD_REGISTER_NODE().
|
static |
Definition at line 17 of file node_geo_set_grease_pencil_depth_mode.cc.
References b, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 37 of file node_geo_set_grease_pencil_depth_mode.cc.
References bNode::custom1, blender::nodes::GeoNodeExecParams::extract_input(), GREASE_PENCIL_STROKE_ORDER_3D, blender::bke::GeometrySet::modify_geometry_sets(), blender::nodes::GeoNodeExecParams::node(), node_geo_exec(), SET_FLAG_FROM_TEST, and blender::nodes::GeoNodeExecParams::set_output().
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 32 of file node_geo_set_grease_pencil_depth_mode.cc.
References bNode::custom1, and node_init().
Referenced by node_init(), and node_register().
|
static |
Definition at line 27 of file node_geo_set_grease_pencil_depth_mode.cc.
References node_layout(), uiLayout::prop(), and UI_ITEM_NONE.
Referenced by node_layout(), and node_register().
|
static |
Definition at line 62 of file node_geo_set_grease_pencil_depth_mode.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, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), NODE_DEFAULT_MAX_WIDTH, node_geo_exec(), node_init(), node_layout(), node_register(), 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.
Referenced by NOD_REGISTER_NODE(), and node_register().
|
static |
Definition at line 52 of file node_geo_set_grease_pencil_depth_mode.cc.
References NOD_inline_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), and rna_enum_stroke_depth_order_items.
Referenced by node_register(), and node_rna().