Blender Git Loki
Git Commits -> Revision 2412482
Revision 2412482 by Henrik Dick (master) March 23, 2020, 14:39 (GMT) |
Change solidify's material offset in complex mode to conform with simple mode this patch will change the behaviour of the material offset in complex mode to fit simple mode output. Previously in complex mode this would offset the material of the enire shell, because when you read the tooltip it says material for new generated geometry. In complex mode everything is new generated geometry though. In simple mode on the other hand, this would give you a way to only change the inside faces material. There may be cases in large modifier stacks where material offset like it is implemented currently in complex mode may be useful, but it is much more useful in the way it is implemented by simple mode. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D7215 |
Commit Details:
Full Hash: 241248223a6445a2de77dfd7439ca52c419d28ee
Parent Commit: ee46452
Committed By: Bastien Montagne
Lines Changed: +1, -1
1 Modified Path:
/source/blender/modifiers/intern/MOD_solidify_nonmanifold.c (+1, -1) (Diff)