This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
54ce86c9fc574cd34640469ede6a9df88e8bb167
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
MeshModelingToolset
/
Source
/
MeshModelingTools
/
Private
/
ToolActivities
History
semion piskarev
54ce86c9fc
MeshModelingTools: Fix edge extrude single direction initialization not matching what happens if you do extrude frames first and then change over.
...
#rb Jimmy.Andrews #jira UE-205509 [CL 31101339 by semion piskarev in ue5-main branch]
2024-02-01 16:07:16 -05:00
..
PolyEditActivityUtil.cpp
…
PolyEditBevelEdgeActivity.cpp
fix various issues with mesh bevel. Boundary-condition normals are now computed before any meshing. DisplaceVertices() now tries to keep terminator vertex positions on existing mesh edges (this should be improved to stay on group edges, in most cases a group edge can be selected topologically, but for now just snapping to mesh edges to handle the simple lowpoly-boxy cases). Simplify/improve computation of section planes in ApplyProfileShape_Round() - in all cases except corners, the section plane is well-defined by the two inset edge points and the original vertex position. This allowed removal of PlanarizeArcNormals function. Also now handling flipped orientation of quad patch relative to edge vertex sequence.
2023-12-15 14:57:40 -05:00
PolyEditBevelEdgeActivity.h
…
PolyEditCutFacesActivity.cpp
…
PolyEditExtrudeActivity.cpp
…
PolyEditExtrudeEdgeActivity.cpp
MeshModelingTools: Fix edge extrude single direction initialization not matching what happens if you do extrude frames first and then change over.
2024-02-01 16:07:16 -05:00
PolyEditExtrudeEdgeActivity.h
MeshModelingTools: Add extrude edge activity to PolyEd and mesh selection. Kept implementating classes in private folder for this release.
2024-01-30 06:26:44 -05:00
PolyEditInsertEdgeActivity.cpp
…
PolyEditInsertEdgeLoopActivity.cpp
…
PolyEditInsetOutsetActivity.cpp
…
PolyEditPlanarProjectionUVActivity.cpp
…