[Bf-blender-cvs] [264837cb466] master: Fix wrong comment (leftover from dev time).

Bastien Montagne noreply at git.blender.org
Wed Oct 18 17:05:17 CEST 2017


Commit: 264837cb466946899bb58f8c0963311ae87d7b59
Author: Bastien Montagne
Date:   Wed Oct 18 16:55:33 2017 +0200
Branches: master
https://developer.blender.org/rB264837cb466946899bb58f8c0963311ae87d7b59

Fix wrong comment (leftover from dev time).

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

M	source/blender/blenkernel/intern/library.c

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

diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c
index d5dfc63b317..f60e2824a21 100644
--- a/source/blender/blenkernel/intern/library.c
+++ b/source/blender/blenkernel/intern/library.c
@@ -515,7 +515,7 @@ static int id_copy_libmanagement_cb(void *user_data, ID *UNUSED(id_self), ID **i
  *
  * \note Usercount of new copy is always set to 1.
  *
- * \param bmain Main database, may be NULL only if LIB_ID_COPY_NO_MAIN is specified.
+ * \param bmain Main database, may be NULL only if LIB_ID_CREATE_NO_MAIN is specified.
  * \param id Source datablock.
  * \param r_newid Pointer to new (copied) ID pointer.
  * \param flag Set of copy options, see DNA_ID.h enum for details (leave to zero for default, full copy).



More information about the Bf-blender-cvs mailing list