Blender Git Loki
Git Commits -> Revision ecdd186
Revision ecdd186 by Bastien Montagne (master) February 18, 2019, 17:21 (GMT) |
Fix (unreported) broken-by-design code in depsgraph's `deg_backup_object_runtime()` Committing this since it does fix broken logic (previously in that condition obdata would always be set to NULL, since `BKE_object_runtime_reset()` is called before). However, this has presumably been broken that way since 05/2018, so maybe that whole condition is not needed anymore? Or NULL pointer was working as well here? @sergey eyes are required here I guess ;) |
Commit Details:
Full Hash: ecdd1864d16206eb45a6c95d9fcc0808a2c0087e
Parent Commit: 16a290b
Lines Changed: +3, -1
1 Modified Path:
/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc (+3, -1) (Diff)