[Bf-blender-cvs] [8fe4f3b7565] master: Minor code doc improvement.

Bastien Montagne noreply at git.blender.org
Mon Feb 6 17:19:17 CET 2023


Commit: 8fe4f3b75653d9c0e232bd94e020a06e61531a21
Author: Bastien Montagne
Date:   Mon Feb 6 17:19:02 2023 +0100
Branches: master
https://developer.blender.org/rB8fe4f3b75653d9c0e232bd94e020a06e61531a21

Minor code doc improvement.

===================================================================

M	source/blender/blenkernel/BKE_lib_id.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_lib_id.h b/source/blender/blenkernel/BKE_lib_id.h
index aa3bdb502f8..ca734872502 100644
--- a/source/blender/blenkernel/BKE_lib_id.h
+++ b/source/blender/blenkernel/BKE_lib_id.h
@@ -497,6 +497,7 @@ void BKE_lib_id_expand_local(struct Main *bmain, struct ID *id, int flags);
  *
  * Only for local IDs (linked ones already have a unique ID in their library).
  *
+ * \param name: The new name of the given ID, if NULL the current given ID name is used instead.
  * \param do_linked_data: if true, also ensure a unique name in case the given \a id is linked
  * (otherwise, just ensure that it is properly sorted).
  *



More information about the Bf-blender-cvs mailing list