Blender Git Loki
Git Commits -> Revision 19f1c52
Revision 19f1c52 by Sergey Sharybin (master) March 29, 2021, 09:37 (GMT) |
Cleanup: Remove no-op id recalc statement Initially this is a typo when solving merge conflict back in 2017 in commit rBf4140f2c8138. The code was so for 3 years, so it is safer to assume that this is the new expected design. The affected codepath only comes from the BKE_object_modifier_update_subframe() which is discouraged from use and have other issues. Eventually those offending codepaths will be removed completely. The grade-schema for now is more localized: remove ID_RECALC_ALL which seems to be misused and is causing issues like the ones which are described and discussed in T81340. On user level there should be no measurable changes. In fact, no functional changes at all are expected to happen. Reviewed By: sybren Differential Revision: https://developer.blender.org/D9220 |
Commit Details:
Full Hash: 19f1c522696088e9247288abc24bd69b047e52ff
Parent Commit: f56fddb
Committed By: Sergey Sharybin
Lines Changed: +0, -2
1 Modified Path:
/source/blender/blenkernel/intern/object.c (+0, -2) (Diff)