Cleanup: move public doc-strings into headers for 'nodes/geometry'
Ref T92709
This commit is contained in:
@@ -28,13 +28,6 @@ namespace blender::nodes {
|
||||
|
||||
using bke::GeometryInstanceGroup;
|
||||
|
||||
/**
|
||||
* Update the availability of a group of input sockets with the same name,
|
||||
* used for switching between attribute inputs or single values.
|
||||
*
|
||||
* \param mode: Controls which socket of the group to make available.
|
||||
* \param name_is_available: If false, make all sockets with this name unavailable.
|
||||
*/
|
||||
void update_attribute_input_socket_availabilities(bNodeTree &ntree,
|
||||
bNode &node,
|
||||
const StringRef name,
|
||||
|
||||
@@ -43,6 +43,13 @@ bool geo_node_poll_default(struct bNodeType *ntype,
|
||||
const char **r_disabled_hint);
|
||||
|
||||
namespace blender::nodes {
|
||||
/**
|
||||
* Update the availability of a group of input sockets with the same name,
|
||||
* used for switching between attribute inputs or single values.
|
||||
*
|
||||
* \param mode: Controls which socket of the group to make available.
|
||||
* \param name_is_available: If false, make all sockets with this name unavailable.
|
||||
*/
|
||||
void update_attribute_input_socket_availabilities(bNodeTree &ntree,
|
||||
bNode &node,
|
||||
const StringRef name,
|
||||
|
||||
Reference in New Issue
Block a user