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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-04-29 00:15:46 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-04-29 00:15:46 +0300
commit266d99ee42c3faf228ba523b9906b504dc66d6c0 (patch)
tree3b935626cf4a23a21c6459b34363e284e2477091 /source/blender/blenkernel/intern/asset.c
parent5ad251770b0ec566fbcd4f67c5e5f68055d87625 (diff)
More WIP code for actual assets reload.
Nothing working yet, need to solve some issue with rootpath actually...
Diffstat (limited to 'source/blender/blenkernel/intern/asset.c')
-rw-r--r--source/blender/blenkernel/intern/asset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/asset.c b/source/blender/blenkernel/intern/asset.c
index 71f457baaad..3f4894d41c5 100644
--- a/source/blender/blenkernel/intern/asset.c
+++ b/source/blender/blenkernel/intern/asset.c
@@ -208,6 +208,7 @@ static void asset_engine_load_pre(AssetEngine *engine, AssetUUIDList *r_uuids, F
BKE_filedir_entryarr_clear(r_entries);
MEM_freeN(r_uuids->uuids);
+ r_uuids->uuids = NULL;
r_uuids->nbr_uuids = 0;
return;
}