#jira UE-185651
Where reasonable means centered on the selection (if available), or otherwise centered in the view.
If a geometry element is selected, we will also align to that (e.g., aligning to the plane of a selected triangle)
#rb David.Hill
[CL 33182868 by jimmy andrews in ue5-main branch]
+ split out convex decomposition from single convex hulls as a separate shape type (rather than hiding the feature under the 'max hulls' count)
+ add a pre-simplify option to make the decomposition compute faster for very large meshes
+ use an enum rather than bool to select the decomposition algorithm, and only show options relevant to each algorithm
+ use better defaults for the navigable space protection algorithm
+ do not default-enable the 'max count' collision shape option, as it can be confusing/frustrating to wait for a decomposition only to find it has random holes due to that option quietly throwing away shapes
#rb david.hill
[CL 33003203 by jimmy andrews in ue5-main branch]
+ Make the Split tool support give the option to split by mesh topology, vertex overlap (w/ a distance tolerance), material ID or polygroup (Note for meshes w/ selection, it will not have these options and will continue to split by selection)
#rb rinat.abdrashitov
[CL 33001885 by jimmy andrews in ue5-main branch]
- improved brush falloff and strength rendering
- falloff updates in realtime in viewport when adjusted
#rb halfdan.ingvarsson, tyson.brochu
#JIRA UE-209447
[CL 32976766 by kiaran ritchie in ue5-main branch]
- improved brush falloff and strength rendering
- falloff updates in realtime in viewport when adjusted
- added multi-color bone support
#JIRA UE-210598, UE-210599
[CL 32527002 by kiaran ritchie in ue5-main branch]
- Fix mesh transform changing in undo after deleting full mesh.
- Add ability for CubeGrid to accept and start a new mesh without having to exit.
- Move the corner mode done/cancel buttons to viewport.
- Fix some tooltips
- Fix CubeGrid being able to make meshes empty (do same thing that Plane Cut tool does instead).
#rb lonnie.li
#jira UE-193738, UEENGQA-75161, FORT-703028
[CL 31101915 by semion piskarev in ue5-main branch]