Blender Git Loki

Git Commits -> Revision 81f1356

Revision 81f1356 by Sergey Sharybin (master)
December 13, 2017, 13:43 (GMT)
Depsgraph: Cleanup, use less explicit checks of LIB_TAG_ID_RECALC_DATA

This is a part of ongoing work in Blender 2.8, where we need to replace

`object->id.tag & LIB_TAG_ID_RECALC_DATA`

with

`object->data->id.tag & LIB_TAG_ID_RECALC`

Should be no user measurable difference.

Commit Details:

Full Hash: 81f135677be419a505a38f5a23354690a75b678b
Parent Commit: 4838512
Lines Changed: +9, -11

4 Modified Paths:

/source/blender/blenkernel/intern/depsgraph.c (+5, -7) (Diff)
/source/blender/blenkernel/intern/mask.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+2, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021