Blender Git Commit Log
Git Commits -> Revision 50f1888
Revision 50f1888 by Bastien Montagne (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (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: 50f188814fe324cd7837b52a528a0a7d58febdc7
Parent Commit: b00822e
Committed By: Sergey Sharybin
Lines Changed: +8, -2