forked from blender/blender
main sync #3
@ -21,8 +21,6 @@ struct bNodeSocket *node_group_find_output_socket(struct bNode *groupnode, const
|
|||||||
struct bNodeSocket *node_group_input_find_socket(struct bNode *node, const char *identifier);
|
struct bNodeSocket *node_group_input_find_socket(struct bNode *node, const char *identifier);
|
||||||
struct bNodeSocket *node_group_output_find_socket(struct bNode *node, const char *identifier);
|
struct bNodeSocket *node_group_output_find_socket(struct bNode *node, const char *identifier);
|
||||||
|
|
||||||
void node_internal_links_create(struct bNodeTree *ntree, struct bNode *node);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -66,13 +66,6 @@ Mesh *create_cylinder_or_cone_mesh(float radius_top,
|
|||||||
GeometryNodeMeshCircleFillType fill_type,
|
GeometryNodeMeshCircleFillType fill_type,
|
||||||
ConeAttributeOutputs &attribute_outputs);
|
ConeAttributeOutputs &attribute_outputs);
|
||||||
|
|
||||||
/**
|
|
||||||
* Copies the point domain attributes from `in_component` that are in the mask to `out_component`.
|
|
||||||
*/
|
|
||||||
void copy_point_attributes_based_on_mask(const GeometryComponent &in_component,
|
|
||||||
GeometryComponent &result_component,
|
|
||||||
Span<bool> masks,
|
|
||||||
bool invert);
|
|
||||||
/**
|
/**
|
||||||
* Returns the parts of the geometry that are on the selection for the given domain. If the domain
|
* Returns the parts of the geometry that are on the selection for the given domain. If the domain
|
||||||
* is not applicable for the component, e.g. face domain for point cloud, nothing happens to that
|
* is not applicable for the component, e.g. face domain for point cloud, nothing happens to that
|
||||||
|
Loading…
Reference in New Issue
Block a user