Blender Git Commit Log
Git Commits -> Revision 53d41e1
Revision 53d41e1 by Hans Goudey (master) July 3, 2020, 14:28 (GMT) |
UI: Use sliders and [0, 1] ranges in ocean modifier The ocean modifier has two properties that use a [0, 10] hard min and hard max. The values act as factors though, so it makes more sense to use sliders and a 0 to 1 range. This commit also bumps the file subversion to avoid repeatedly applying the change to the properties' range. Differential Revision: https://developer.blender.org/D8186 |
Commit Details:
Full Hash: 53d41e1a6fc4c521e412fba57913f93fadeb3735
Parent Commit: 2a39b34
Lines Changed: +40, -27
5 Modified Paths:
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/ocean.c (+2, -2) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+33, -20) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+2, -2) (Diff)
/source/blender/modifiers/intern/MOD_ocean.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/ocean.c (+2, -2) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+33, -20) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+2, -2) (Diff)
/source/blender/modifiers/intern/MOD_ocean.c (+2, -2) (Diff)