Commit Graph

3 Commits

Author SHA1 Message Date
projectgheist
27ae5afdcb PR #4726: Update copyright notices to 2018. (Contributed by projectgheist)
#rb none
#lockdown Nick.Penwarden

[CL 4070389 by Ben Marsh in Main branch]
2018-05-14 07:48:19 -04:00
Matt Kuhlenschmidt
68f4525e1b Merging //UE4/Dev-Main to Dev-Geometry (//UE4/Dev-Geometry)
#rb none

[CL 3889612 by Matt Kuhlenschmidt in Dev-Geometry branch]
2018-02-14 14:13:42 -05:00
Mike Fricker
d8edc688cb Mesh Editor extensibility (phase 1)
- This is the first change toward making it easy to add new polygon modeling features in external plugins (or through scripting!)
- Added a new 'PolygonModeling' module to the MeshEditor plugin and moved the TessellatePolygon feature there
- New UMeshEditorPolygonCommand ABC class (and friends) for polygon editing features to inherit from
- MeshEditor now has a very minimal public API
- Experimenting with using multiple protected 'contract interfaces' for FMeshEditorMode to reduce public API size
- Some initial clean-ups to how selection/deselection works (reduce boilerplate.)
- Removed a bad use of 'friend' for FMeshElementViewportTransformable
- Moved a few functions around to either make them publicly accessible or to hide them
- Slate: Added support for registering UICommandInfos without a 'this' pointer

#codereview richard.talbotwatkin
#rb none

[CL 3367605 by Mike Fricker in Dev-Geometry branch]
2017-03-28 11:13:57 -04:00