Blender
V3.3
|
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static void | node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | node_init (bNodeTree *UNUSED(ntree), bNode *node) |
static void | node_update (bNodeTree *ntree, bNode *node) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 18 of file node_geo_mesh_primitive_cylinder.cc.
References usdtokens::b(), blender::nodes::SocketDeclaration::description(), N_, and PROP_DISTANCE.
Referenced by register_node_type_geo_mesh_primitive_cylinder().
|
static |
Definition at line 79 of file node_geo_mesh_primitive_cylinder.cc.
References blender::nodes::ConeAttributeOutputs::bottom_id, blender::nodes::create_cylinder_or_cone_mesh(), GeometrySet::create_with_mesh(), NodeGeometryMeshCylinder::fill_type, GEO_NODE_MESH_CIRCLE_FILL_NONE, Info, mesh, params, blender::nodes::ConeAttributeOutputs::side_id, TIP_, and blender::nodes::ConeAttributeOutputs::top_id.
Referenced by register_node_type_geo_mesh_primitive_cylinder().
|
static |
Definition at line 58 of file node_geo_mesh_primitive_cylinder.cc.
References NodeGeometryMeshCylinder::fill_type, GEO_NODE_MESH_CIRCLE_FILL_NGON, and node.
|
static |
Definition at line 51 of file node_geo_mesh_primitive_cylinder.cc.
References ptr, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_mesh_primitive_cylinder().
|
static |
Definition at line 67 of file node_geo_mesh_primitive_cylinder.cc.
References NodeGeometryMeshCylinder::fill_type, GEO_NODE_MESH_CIRCLE_FILL_NONE, bNodeSocket::next, node, nodeSetSocketAvailability(), and ntree.
Referenced by register_node_type_geo_mesh_primitive_cylinder().