|
Blender V5.0
|
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 212 of file node_geo_curve_primitive_quadrilateral.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 190 of file node_geo_curve_primitive_quadrilateral.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 178 of file node_geo_curve_primitive_quadrilateral.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 168 of file node_geo_curve_primitive_quadrilateral.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 200 of file node_geo_curve_primitive_quadrilateral.cc.
References top.
Referenced by 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, PROP_TRANSLATION, and top.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 144 of file node_geo_curve_primitive_quadrilateral.cc.
References 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::NodeDeclaration::outputs, params, blender::nodes::search_link_ops_for_declarations(), SOCK_FLOAT, and SOCK_OUT.
Referenced by node_register().
|
static |
Definition at line 223 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(), 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, params, and blender::bke::CurvesGeometry::positions_for_write().
Referenced by node_register().
|
static |
Definition at line 125 of file node_geo_curve_primitive_quadrilateral.cc.
References data, GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_RECTANGLE, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 120 of file node_geo_curve_primitive_quadrilateral.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 311 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(), 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.
|
static |
Definition at line 275 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, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().