mirror of
https://github.com/blender/blender.git
synced 2026-01-14 03:19:40 +00:00
This patch removes references to the need_exec runtime member for compositor nodes. This is no longer used by the new compositor. There was a python update method that setup that variable that we also removed, but it was apparently overridden by another update method, so the API was not broken. Pull Request: https://projects.blender.org/blender/blender/pulls/152776