tyson brochu
9efcc70606
ModelingComponents/Selection:
...
- create a new MeshTopologySelector base class. The existing GroupTopologySelector class now inherits from it, as does a new BoundarySelector class
- likewise, create a new MeshTopologySelectionMehchanic base class and have (existing) PolygonSelectionMechanic and (new) BoundarySelectionMechanic inherit from it
- the new Boundary classes use FMeshBoundary loops to define selectable loops rather than FGroupTopology
HoleFillTool:
- change to using BoundarySelectionMechanic instead of GroupTopologySelector
Misc:
- allow FMeshBoundaryLoops to fail untangling a loop with bowties but still continue processing other loops
#jira UE-144821
#rb jimmy.andrews
#preflight 63222176e93a80888cb7d3df
[CL 22013854 by tyson brochu in ue5-main branch]
2022-09-14 15:25:19 -04:00
semion piskarev
6cac8b3c12
MeshModelingTools: Fix PolyEd doing full proxy updates while dragging gizmo.
...
#rb Jimmy.Andrews
#jira UE-156868
#preflight 631bacbad135b61bc57933a5
[CL 21984896 by semion piskarev in ue5-main branch]
2022-09-13 12:19:06 -04:00
Jimmy Andrews
b19a464d51
fix ensure due to out-of-date spatial data after failed bridge in polyedit tool
...
#jira UE-162905
#rb david.hill
#preflight 63125b44ec45fbf3d76c2c6e
[CL 21768118 by Jimmy Andrews in ue5-main branch]
2022-09-02 17:29:21 -04:00
Jimmy Andrews
3361328ca8
fix issues with scaled input meshes in edit polygons tool by baking the transform
...
#rb ryan.schmidt
#preflight 630fa483501b64ba336d2c78
[CL 21734180 by Jimmy Andrews in ue5-main branch]
2022-08-31 20:31:58 -04:00
semion piskarev
c17c1bd788
MeshModelingTools: Give ability to add extra corners in PolyEd for manipulation of some common open-boundary cases (like a disconnected rectangle, for instance). Also show selectable corners by default (but smaller).
...
#rb Matija.Kecman
#jira none
#preflight 6307ab3859064f9d1e43c1fb
[CL 21568934 by semion piskarev in ue5-main branch]
2022-08-25 14:06:37 -04:00
Nickolas Drake
55a66e16e0
Add Group Edge Welding: Add group edge welding by adding extra vertices to edge that doesn't have enough, then welding edge sequences
...
#rb Semion.Piskarev
#jira none
#preflight 62a8efbadb45e64426a03d12
[CL 20811431 by Nickolas Drake in ue5-main branch]
2022-06-24 12:52:47 -04:00
Nickolas Drake
6f0bb17b5a
EditMeshPolygonsTool.cpp warning: Text conflict from LOCTEXT macro for namespace and key
...
#rb
#jira UE-156322
#preflight 62a36a82fe519cd51262e0fb
[CL 20597562 by Nickolas Drake in ue5-main branch]
2022-06-10 12:20:09 -04:00
Nickolas Drake
afc23bb332
Add Bridge Edges to PolyEd: Add single to single groupedge bridge action to PolyEd, without welding sides
...
#rb Semion.Piskarev
#jira none
#preflight 6298e35f0360a10c349d35c1
[CL 20582636 by Nickolas Drake in ue5-main branch]
2022-06-09 15:08:03 -04:00
Nickolas Drake
03f1bda050
PolyEd Plane Control Gizmo: Add hotkey R to hide plane control gizmo in PolyEd
...
#rb Semion.Piskarev
#jira none
#preflight 62a10233232daff7b3026eac
[CL 20563350 by Nickolas Drake in ue5-main branch]
2022-06-08 16:27:18 -04:00
Nickolas Drake
1400b65d56
ModellingComponents: Add optional corner point visualization to PolyEdit
...
#rb Simeon.Piskarev
#jira none
#preflight 629fc9d185333f26645be644
[CL 20546816 by Nickolas Drake in ue5-main branch]
2022-06-07 18:25:43 -04:00
nathan mitchell
27fb829b8a
ModelingTools: Improved handling in UEditMeshPolygonsTool to deal with cases where the TransformGizmo can't be acquired successfully, which was leading to crashes. Now a failed gizmo acquisition simply breaks user interactions, but doesn't crash the editor.
...
#rb semion.piskarev
#preflight 6298e1f3f269bddede0c5193
#jira UE-153932
#ROBOMERGE-AUTHOR: nathan.mitchell
#ROBOMERGE-SOURCE: CL 20473413 in //UE5/Release-5.0/... via CL 20474330
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v954-20466795)
[CL 20475585 by nathan mitchell in ue5-main branch]
2022-06-02 16:45:08 -04:00
semion piskarev
327f7480d7
MeshModelingTools: Fix selection getting cleared in PolyEd Inset and Disconnect and undo being a little broken for selection after CL 18570424.
...
#rb Matija.Kecman
#jira none
#preflight 62753035491d570f22430512
[CL 20225114 by semion piskarev in ue5-main branch]
2022-05-16 11:23:56 -04:00
semion piskarev
eb8d9fe187
MeshModelingTools: Fix incorrect ray direction transformation in CubeGrid and PolyEd focus.
...
#rb Nathan.Mitchell
#jira none
#preflight 62339cfc6666d7e7539ff450
[CL 19434207 by semion piskarev in ue5-main branch]
2022-03-18 08:32:15 -04:00
semion piskarev
8c3bb7ea9a
MeshModelingTools: Allow user to set specific extrude distance in PolyEd.
...
#rb Rinat.Abdrashitov, Jimmy.Andrews
#jira none
#preflight 622b6e420a614dcb0cfb8e0d
[CL 19355551 by semion piskarev in ue5-main branch]
2022-03-11 11:01:04 -05:00
semion piskarev
36e35bdaac
MeshModelingTools: Fix crash when hitting delete and marquee selecting at the same time in PolyEdit.
...
#rb Jimmy.Andrews
#rnx
#jira UE-143243
#preflight 6210193fad11de9431d2afa4
#ROBOMERGE-AUTHOR: semion.piskarev
#ROBOMERGE-SOURCE: CL 19093207 via CL 19093826 via CL 19094601 via CL 19096102 via CL 19105343
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)
[CL 19146652 by semion piskarev in ue5-main branch]
2022-02-25 09:43:15 -05:00
ryan schmidt
7c983b8d45
GeometryCore: clean up issues that block non-LWC builds
...
#rb david.hill
#preflight 620ff48d53204823ae859ccb
#ROBOMERGE-AUTHOR: ryan.schmidt
#ROBOMERGE-SOURCE: CL 19064974 via CL 19076437 via CL 19077315 via CL 19078956
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)
[CL 19122734 by ryan schmidt in ue5-main branch]
2022-02-24 15:01:41 -05:00
semion piskarev
642f32cfa4
MeshModelingTools: Disable PolyEdit and TriEdit on high res meshes to prevent them from hanging the editor.
...
#rb Lonnie.Li, Rinat.Abdrashitov
#rnx
#jira UE-140168
#preflight 61f957cb8b4112f7cc9a7c63
#ROBOMERGE-AUTHOR: semion.piskarev
#ROBOMERGE-SOURCE: CL 18809982 in //UE5/Release-5.0/... via CL 18809993 via CL 18822572
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545)
[CL 18823595 by semion piskarev in ue5-main branch]
2022-02-02 05:52:52 -05:00
lonnie li
4afd669dcb
ModelingTools: Clear TargetWorld member during Shutdown of SingleSelectionMeshEditingTool and MultiSelectionMeshEditingTool
...
#rb ryan.schmidt michael.balzer
#rnx
#jira none
#preflight 61f435dd74510448a6865d14
#ROBOMERGE-AUTHOR: lonnie.li
#ROBOMERGE-SOURCE: CL 18777332 in //UE5/Release-5.0/... via CL 18780413 via CL 18780555
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)
[CL 18780558 by lonnie li in ue5-main branch]
2022-01-28 18:40:54 -05:00
michael balzer
a670f83d09
MeshModelingToolset: Rename GenGrps tool to GrpGen
...
#preflight 61f35f481f12674afbcf4ea5
#rb ryan.schmidt, semion.piskarev
#ROBOMERGE-AUTHOR: michael.balzer
#ROBOMERGE-SOURCE: CL 18772873 in //UE5/Release-5.0/... via CL 18772890 via CL 18773364
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)
[CL 18773415 by michael balzer in ue5-main branch]
2022-01-28 12:26:52 -05:00
semion piskarev
35dd05dac7
MeshModelingTools: Hide selection options in PolyEd while an activity is active (since they are not used).
...
#rb Lonnie.Li
#rnx
#jira
#preflight 61f316af801201ab386c4480
#ROBOMERGE-AUTHOR: semion.piskarev
#ROBOMERGE-SOURCE: CL 18771255 in //UE5/Release-5.0/... via CL 18771262 via CL 18771523
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)
[CL 18771537 by semion piskarev in ue5-main branch]
2022-01-28 10:27:25 -05:00
semion piskarev
b1f4696320
MeshModelingTools: Add marquee face selection in PolyEdit. Fix minor bug where shift+clicking away from the mesh would clear selection.
...
#rb Matija.Kecman
#rnx
#jira none
#preflight 61f2f27c8255dba0d6b4ab52
#ROBOMERGE-AUTHOR: semion.piskarev
#ROBOMERGE-SOURCE: CL 18761187 in //UE5/Release-5.0/... via CL 18761737 via CL 18763050
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)
[CL 18763416 by semion piskarev in ue5-main branch]
2022-01-27 17:09:13 -05:00
matija kecman
d76f894c26
MeshModelingToolset: Fix polygroup edge rendering after undoing a Straighten edge edit in the PolyEd tool
...
#rb semion.piskarev
#rnx
#jira UE-125122
#preflight 61dc3fe6932a02483cf5cf4e
#ROBOMERGE-AUTHOR: matija.kecman
#ROBOMERGE-SOURCE: CL 18570405 in //UE5/Release-5.0/... via CL 18570415
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)
[CL 18570420 by matija kecman in ue5-release-engine-test branch]
2022-01-11 06:48:50 -05:00
semion piskarev
32e87ed9d4
MeshModelingTools: Add ability to avoid hitting back faces in selection in PolyEdit, to make it easier to work with inside-out meshes. Also save settings for PolyEdit and TriEdit separately.
...
#rb Jimmy.Andrews
#rnx
#jira none
#preflight 61d37a131f62d3ad4d4a8616
#ROBOMERGE-AUTHOR: semion.piskarev
#ROBOMERGE-SOURCE: CL 18508336 in //UE5/Release-5.0/... via CL 18508346
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)
[CL 18508367 by semion piskarev in ue5-release-engine-test branch]
2022-01-04 11:23:06 -05:00
matija kecman
bf29ef465d
MeshModelingToolset: Fix focusing selected actor not working properly in PolyEdit orTriEdit when selection was empty
...
#rb rinat.abdrashitov
#rnx
#jira UE-137448
#preflight 61b8c3ca2e65a1df04674af5
#ROBOMERGE-AUTHOR: matija.kecman
#ROBOMERGE-SOURCE: CL 18465927 in //UE5/Release-5.0/... via CL 18465935
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)
[CL 18465937 by matija kecman in ue5-release-engine-test branch]
2021-12-15 05:02:56 -05:00
jimmy andrews
fd07763a78
remove UE::Geometry::TRay3 and replace usages with UE::Math::TRay
...
#rb tyson.brochu
#rnx
#preflight 6195872476668b37001d1141
#ushell-cherrypick of 18231220 by Jimmy.Andrews
#ROBOMERGE-AUTHOR: jimmy.andrews
#ROBOMERGE-SOURCE: CL 18232491 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v895-18170469)
[CL 18232527 by jimmy andrews in ue5-release-engine-test branch]
2021-11-17 21:06:46 -05:00