|
Blender V4.3
|
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.
Referenced by node_geo_exec().
|
static |
Definition at line 189 of file node_geo_curve_primitive_quadrilateral.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 177 of file node_geo_curve_primitive_quadrilateral.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 167 of file node_geo_curve_primitive_quadrilateral.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 199 of file node_geo_curve_primitive_quadrilateral.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 19 of file node_geo_curve_primitive_quadrilateral.cc.
References b, blender::nodes::SocketDeclaration::description, 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, NodeGeometryCurvePrimitiveQuad::mode, PROP_DISTANCE, PROP_TRANSLATION, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 143 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 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::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, and params.
Referenced by node_register().
|
static |
Definition at line 124 of file node_geo_curve_primitive_quadrilateral.cc.
References data, and GEO_NODE_CURVE_PRIMITIVE_QUAD_MODE_RECTANGLE.
Referenced by node_register().
|
static |
Definition at line 119 of file node_geo_curve_primitive_quadrilateral.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by 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::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, 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, and ExtensionRNA::srna.
|
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, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().