Blender Git Loki
Git Commits -> Revision e032ca2
Revision e032ca2 by Hans Goudey (master) April 26, 2021, 19:42 (GMT) |
Cleanup: Replace modifyVolume with modifyGeometrySet This allows us to remove a callback from the modifier type info struct. In the future the these modifiers might just be replaced by nodes internally anyway, but in the meantime it's nice to unify the handling of evaluated geometry a bit. Differential Revision: https://developer.blender.org/D11080 |
Commit Details:
Full Hash: e032ca2e25bf2e305b660da7a6026834e2e5006f
Parent Commit: a7bda03
Lines Changed: +41, -89