|
Blender V4.5
|
Classes | |
| class | SocketSearchOp |
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_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | create_rectangle_curve (MutableSpan< float3 > positions, const float height, const float width) |
| static void | create_points_curve (MutableSpan< float3 > positions, const float3 &p1, const float3 &p2, const float3 &p3, const float3 &p4) |
| static void | create_parallelogram_curve (MutableSpan< float3 > positions, const float height, const float width, const float offset) |
| static void | create_trapezoid_curve (MutableSpan< float3 > positions, const float bottom, const float top, const float offset, const float height) |
| static void | create_kite_curve (MutableSpan< float3 > positions, const float width, const float bottom_height, const float top_height) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 211 of file node_geo_curve_primitive_quadrilateral.cc.
References create_kite_curve().
Referenced by create_kite_curve(), and node_geo_exec().
|
static |
Definition at line 189 of file node_geo_curve_primitive_quadrilateral.cc.
References create_parallelogram_curve().
Referenced by create_parallelogram_curve(), and node_geo_exec().
|
static |
Definition at line 177 of file node_geo_curve_primitive_quadrilateral.cc.
References create_points_curve().
Referenced by create_points_curve(), and node_geo_exec().
|
static |
Definition at line 167 of file node_geo_curve_primitive_quadrilateral.cc.
References create_rectangle_curve().
Referenced by create_rectangle_curve(), and node_geo_exec().
|
static |
Definition at line 199 of file node_geo_curve_primitive_quadrilateral.cc.
References create_trapezoid_curve().
Referenced by create_trapezoid_curve(), and node_geo_exec().
|
static |
Definition at line 19 of file node_geo_curve_primitive_quadrilateral.cc.
References b, blender::nodes::decl::Float::default_value, blender::nodes::decl::Vector::default_value, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_KITE, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_PARALLELOGRAM, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_POINTS, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_RECTANGLE, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_TRAPEZOID, min, NodeGeometryCurvePrimitiveQuad::mode, node_declare(), PROP_DISTANCE, and PROP_TRANSLATION.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 143 of file node_geo_curve_primitive_quadrilateral.cc.
References blender::nodes::GatherLinkSearchOpParams::add_item(), GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_PARALLELOGRAM, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_POINTS, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_RECTANGLE, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_TRAPEZOID, IFACE_, blender::nodes::GatherLinkSearchOpParams::in_out(), node_gather_link_searches(), blender::nodes::GatherLinkSearchOpParams::node_tree(), blender::nodes::GatherLinkSearchOpParams::node_type(), blender::nodes::GatherLinkSearchOpParams::other_socket(), blender::nodes::NodeDeclaration::outputs, blender::nodes::search_link_ops_for_declarations(), SOCK_FLOAT, SOCK_OUT, blender::bke::bNodeType::static_declaration, bNodeSocket::type, and bNodeTree::typeinfo.
Referenced by node_gather_link_searches(), and node_register().
|
static |
Definition at line 222 of file node_geo_curve_primitive_quadrilateral.cc.
References create_kite_curve(), create_parallelogram_curve(), create_points_curve(), create_rectangle_curve(), create_trapezoid_curve(), CURVE_TYPE_POLY, blender::bke::curves_new_nomain_single(), blender::bke::CurvesGeometry::cyclic_for_write(), blender::nodes::GeoNodeExecParams::extract_input(), MutableSpan< T >::first(), blender::nodes::GeometrySet::from_curves(), GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_KITE, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_PARALLELOGRAM, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_POINTS, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_RECTANGLE, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_TRAPEZOID, Curves::geometry, NodeGeometryCurvePrimitiveQuad::mode, blender::nodes::GeoNodeExecParams::node(), node_geo_exec(), blender::bke::CurvesGeometry::positions_for_write(), blender::nodes::GeoNodeExecParams::set_default_remaining_outputs(), and blender::nodes::GeoNodeExecParams::set_output().
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 124 of file node_geo_curve_primitive_quadrilateral.cc.
References data, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_RECTANGLE, MEM_callocN(), node_init(), and bNode::storage.
Referenced by node_init(), and node_register().
|
static |
Definition at line 119 of file node_geo_curve_primitive_quadrilateral.cc.
References node_layout(), uiLayout::prop(), and UI_ITEM_NONE.
Referenced by node_layout(), and node_register().
|
static |
Definition at line 310 of file node_geo_curve_primitive_quadrilateral.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, GEO_NODE_CURVE_PRIMITIVE_QUADRILATERAL, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_gather_link_searches(), node_geo_exec(), node_init(), node_layout(), node_register(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by node_register().
|
static |
Definition at line 274 of file node_geo_curve_primitive_quadrilateral.cc.
References GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_KITE, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_PARALLELOGRAM, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_POINTS, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_RECTANGLE, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_TRAPEZOID, NOD_storage_enum_accessors, node_rna(), and blender::nodes::RNA_def_node_enum().
Referenced by node_register(), and node_rna().