Blender Git Loki
Git Commits -> Revision 8ead499
Revision 8ead499 by Bastien Montagne (master) March 3, 2016, 14:48 (GMT) |
Fix T47676: Broken default values for particle brush strength. Current startup .blend has old (percent?) values for particle brush strength. Since rBe4e21480d6331903c90ab073746484498441e1ac, UI controls do not clamp automatically values anymore, which means when you first enable comb (or any other brush) you get a 50 strength, waaaayyyy to powerful. This commit fixes this in `BLO_update_defaults_startup_blend`, note that it does not fix custom users' startup files, nothing to do here... |
Commit Details:
Full Hash: 8ead4990d33d7ae4c1ce739ef2776f0159dadffd
Parent Commit: b47137a
Lines Changed: +8, -2