Blender Git Commit Log

Git Commits -> Revision 06de1bd

Revision 06de1bd by Hans Goudey (master)
July 2, 2020, 14:47 (GMT)
UI: Small Tweaks to Modifier Layouts for Consistency

These changes are smaller, made based on feedback and a pass on all
the layouts for clarity and consistency. The Multires modifier UI will
be addressed in a separate patch. Here is an overview of the changes:

Renaming Options:
- Build: "Start" -> "Start Frame"
- Curve: "From Radius" -> "Size from Radius"
- Screw: "Calc Order" -> "Calculate Order"
- Displace, Warp, Wave: "Texture Coordinates Object" -> "Object"

Move Mode Toggle to Top & Expand:
- Bevel, Boolean, Normal Edit, Subdivision

Use Columns for Tighter Spacing:
- Displace, Explode, Ocean, Particle Instance, Remesh, Shrinkwrap,
Solidify, Warp, Weighted Normal, Wave

Misc:
- Bevel: Set inactive properties for vertex bevel
- Mesh Sequence Cache: Remove box for cache file
- Skin: Don't align "Mark Loose" and "Clear Loose"
- Array: Expand relative offset subpanel by default
- Array: Move start cap, end cap to a new subpanel
- Bevel: Move width type above width

Differential Revision: https://developer.blender.org/D8115

Commit Details:

Full Hash: 06de1bddae65dca06ec44b996372ce6a6e8d70e8
Parent Commit: fb0f0f4
Lines Changed: +190, -152

18 Modified Paths:

/source/blender/makesrna/intern/rna_modifier.c (+3, -3) (Diff)
/source/blender/modifiers/intern/MOD_array.c (+19, -7) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+71, -58) (Diff)
/source/blender/modifiers/intern/MOD_boolean.c (+2, -1) (Diff)
/source/blender/modifiers/intern/MOD_displace.c (+2, -2) (Diff)
/source/blender/modifiers/intern/MOD_explode.c (+4, -3) (Diff)
/source/blender/modifiers/intern/MOD_meshsequencecache.c (+2, -4) (Diff)
/source/blender/modifiers/intern/MOD_normal_edit.c (+3, -2) (Diff)
/source/blender/modifiers/intern/MOD_ocean.c (+35, -27) (Diff)
/source/blender/modifiers/intern/MOD_particleinstance.c (+6, -14) (Diff)
/source/blender/modifiers/intern/MOD_remesh.c (+7, -6) (Diff)
/source/blender/modifiers/intern/MOD_shrinkwrap.c (+4, -3) (Diff)
/source/blender/modifiers/intern/MOD_skin.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_solidify.c (+13, -8) (Diff)
/source/blender/modifiers/intern/MOD_subsurf.c (+2, -2) (Diff)
/source/blender/modifiers/intern/MOD_warp.c (+6, -5) (Diff)
/source/blender/modifiers/intern/MOD_wave.c (+6, -4) (Diff)
/source/blender/modifiers/intern/MOD_weighted_normal.c (+4, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021