Cleanup: move public doc-strings into headers for 'modifiers'

Ref T92709
This commit is contained in:
2021-12-08 17:12:33 +11:00
parent c1279768a7
commit 00f3957b8e
9 changed files with 58 additions and 46 deletions

View File

@@ -24,6 +24,11 @@ struct Object;
extern "C" {
#endif
/**
* Rebuild the list of properties based on the sockets exposed as the modifier's node group
* inputs. If any properties correspond to the old properties by name and type, carry over
* the values.
*/
void MOD_nodes_update_interface(struct Object *object, struct NodesModifierData *nmd);
void MOD_nodes_init(struct Main *bmain, struct NodesModifierData *nmd);