Cleanup: move public doc-strings into headers for 'io/alembic'

Ref T92709
This commit is contained in:
2021-12-09 22:32:42 +11:00
parent 69f55b1b62
commit 74e57efb2d
12 changed files with 43 additions and 31 deletions

View File

@@ -63,15 +63,6 @@ std::string get_valid_abc_name(const char *name)
return name_string;
}
/**
* \brief get_object_dag_path_name returns the name under which the object
* will be exported in the Alembic file. It is of the form
* "[../grandparent/]parent/object" if dupli_parent is NULL, or
* "dupli_parent/[../grandparent/]parent/object" otherwise.
* \param ob:
* \param dupli_parent:
* \return
*/
std::string get_object_dag_path_name(const Object *const ob, Object *dupli_parent)
{
std::string name = get_id_name(ob);