Merge branch 'blender-v4.4-release'

This commit is contained in:
Christoph Lendenfeld
2025-02-21 16:47:10 +01:00

View File

@@ -1318,7 +1318,7 @@ void BKE_animdata_main_cb(Main *bmain, const FunctionRef<void(ID *, AnimData *)>
if (ntp->nodetree) { \
AnimData *adt2 = BKE_animdata_from_id((ID *)ntp->nodetree); \
if (adt2) { \
func(id, adt2); \
func((ID *)ntp->nodetree, adt2); \
} \
} \
if (adt) { \