Blender Git Loki
Git Commits -> Revision 76fd41e
Revision 76fd41e by Sergey Sharybin (master) January 13, 2021, 11:13 (GMT) |
Depsgraph: Remove redundant copy-on-write operations This change removes copy-on-write operations from ID nodes which do not need copy-on-write. Should be no functional changes, as before the copy-on-write operation would do nothing for those nodes anyway. |
Commit Details:
Full Hash: 76fd41e9db19dd2a33fae0e690f76792b13d49ed
Parent Commit: 0f95f51
Lines Changed: +9, -4