Blender Git Commit Log
Git Commits -> Revision 26b4ef6
Revision 26b4ef6 by Jacques Lucke (master) May 14, 2021, 09:06 (GMT) |
Geometry Nodes: remove some unnecessary updates This fixes a few "obvious" places where we do unnecessary updates. Those special cases were added in the early days of geometry nodes when many updates were missing and we tried to get it to work at all. There is a fairly high risk that with this change some required updates will be missing again. Those can be fixed when we find thme. Some of the update issues might have been fixed by rB58818cba40794905f9323080e60884e090f2d388 and similar changes we added over time. Differential Revision: https://developer.blender.org/D11238 |
Commit Details:
Full Hash: 26b4ef6823b6c943ccfe7ca13598f9f2a0570c0d
Parent Commit: 9797b95
Lines Changed: +1, -11