[Bf-blender-cvs] [a3a76bc0fed] blender2.8: Explicitly specify which tag to use

Sybren A. Stüvel noreply at git.blender.org
Wed Apr 11 09:37:07 CEST 2018


Commit: a3a76bc0fed3efa9d30ac5d0647a5449b7dcc38a
Author: Sybren A. Stüvel
Date:   Wed Apr 11 09:34:21 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBa3a76bc0fed3efa9d30ac5d0647a5449b7dcc38a

Explicitly specify which tag to use

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

M	source/blender/alembic/intern/alembic_capi.cc

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

diff --git a/source/blender/alembic/intern/alembic_capi.cc b/source/blender/alembic/intern/alembic_capi.cc
index d83c9fe9e16..d54719c47e2 100644
--- a/source/blender/alembic/intern/alembic_capi.cc
+++ b/source/blender/alembic/intern/alembic_capi.cc
@@ -862,7 +862,7 @@ static void import_endjob(void *user_data)
 			                     OB_RECALC_OB | OB_RECALC_DATA | OB_RECALC_TIME | DEG_TAG_BASE_FLAGS_UPDATE);
 		}
 
-		DEG_id_tag_update(&data->scene->id, 0);
+		DEG_id_tag_update(&data->scene->id, DEG_TAG_BASE_FLAGS_UPDATE);
 		DEG_relations_tag_update(data->bmain);
 	}



More information about the Bf-blender-cvs mailing list