|
Blender V5.0
|
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 node_register().
|
static |
Definition at line 20 of file node_geo_set_grease_pencil_depth_mode.cc.
References b, and blender::nodes::SocketDeclaration::description.
Referenced by node_register().
|
static |
Definition at line 41 of file node_geo_set_grease_pencil_depth_mode.cc.
References blender::geometry::foreach_real_geometry(), GREASE_PENCIL_STROKE_ORDER_3D, params, and SET_FLAG_FROM_TEST.
Referenced by node_register().
|
static |
Definition at line 36 of file node_geo_set_grease_pencil_depth_mode.cc.
References bNode::custom1.
Referenced by node_register().
|
static |
Definition at line 31 of file node_geo_set_grease_pencil_depth_mode.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 66 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(), 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().
|
static |
Definition at line 56 of file node_geo_set_grease_pencil_depth_mode.cc.
References NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_stroke_depth_order_items.
Referenced by node_register().