Blender Git Loki
Git Commits -> Revision 292724c
Revision 292724c by Philipp Oeser (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (GMT) |
Make polls for removing mesh data layers consistent This was reported in T90026 for attributes, but was also true for: - UVMaps - Vertex Colors - Sculpt Vertex Colors - Face Maps For Vertex groups and Shapekeys this was already done (in that their remove poll would check if there is a vertex group or shapekey to begin with), now make this consistent across all mentioned types. Thx @vvv for the initial patch (where this was done for attributes only) ref T90026 Reviewed By: HooglyBoogly Maniphest Tasks: T90026 Differential Revision: https://developer.blender.org/D11990 |
Commit Details:
Full Hash: 292724c389728c8c3eb5777cfffbe2c02d840aa6
Parent Commit: e16982f
Committed By: Fabian Schempp
Lines Changed: +91, -8