Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-02-04 05:04:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-04 05:10:29 +0300
commit54cb9e1d798c873da840d72e18611068f14d57b1 (patch)
treec269933db5e2734ec8acb185ee52461e44ad8812 /source/blender/blenloader/intern/readblenentry.c
parent492e64c7bcbd25e65eeaf75841b570bc410e7fde (diff)
PyAPI: correct docstring
Diffstat (limited to 'source/blender/blenloader/intern/readblenentry.c')
-rw-r--r--source/blender/blenloader/intern/readblenentry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readblenentry.c b/source/blender/blenloader/intern/readblenentry.c
index f1b15b61d06..0b0594c7f4a 100644
--- a/source/blender/blenloader/intern/readblenentry.c
+++ b/source/blender/blenloader/intern/readblenentry.c
@@ -140,7 +140,6 @@ void BLO_blendhandle_print_sizes(BlendHandle *bh, void *fp)
*/
LinkNode *BLO_blendhandle_get_datablock_names(BlendHandle *bh,
int ofblocktype,
-
const bool use_assets_only,
int *r_tot_names)
{