Blender Git Loki
Git Commits -> Revision 960337f
Revision 960337f by Philipp Oeser (master) March 12, 2021, 08:22 (GMT) |
Fix T86455: vertex color baking issue with sculpt vertex colors Baking to Vertex Colors would always bake to sculpt vertex colors (if such a layer is present) even if those are not enabled in the experimental preferences. This would bake without an error but leave the user without a result to look in the viewport. Now check if sculpt vertex colors are enabled and only bake to them in that case. Maniphest Tasks: T86455 Differential Revision: https://developer.blender.org/D10692 |
Commit Details:
Full Hash: 960337f17abd3938f2c126d3a0a83aef8f6c354b
Parent Commit: a5c4426
Lines Changed: +6, -3
1 Modified Path:
/source/blender/editors/object/object_bake_api.c (+6, -3) (Diff)