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
5.4
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
GeometryProcessing
/
Source
/
DynamicMesh
/
Private
/
Operations
History
jimmy andrews
cc894123d6
fix some edges/vertices not moving when via mesh elements selection handles due to incorrect bounds check in deformer
...
#rb david.hill [CL 32484838 by jimmy andrews in 5.4 branch]
2024-03-25 17:06:07 -04:00
..
PolyModeling
…
AverageOverlayToVertices.cpp
…
DetectExteriorVisibility.cpp
…
ExtrudeMesh.cpp
…
FFDLattice.cpp
…
GeodesicPath.cpp
…
GroupEdgeInserter.cpp
…
GroupTopologyDeformer.cpp
fix some edges/vertices not moving when via mesh elements selection handles due to incorrect bounds check in deformer
2024-03-25 17:06:07 -04:00
InsetMeshRegion.cpp
…
IntrinsicCorrespondenceUtils.cpp
…
IntrinsicTriangulationMesh.cpp
Geometry Processing: Make simple intrinsic triangulation mesh robust to misoriented triangles.
2024-02-07 10:08:14 -05:00
JoinMeshLoops.cpp
…
MeshAttributeTransfer.cpp
…
MeshBevel.cpp
fix issue where in rare cases bevel can fail to set correct matching new edges/vertices
2024-02-08 17:48:12 -05:00
MeshConvexHull.cpp
…
MeshGeodesicSurfaceTracer.cpp
…
MeshMirror.cpp
…
MeshPlaneCut.cpp
…
MeshProjectionHull.cpp
…
MeshResolveTJunctions.cpp
…
MinimalHoleFiller.cpp
…
OffsetMeshRegion.cpp
…
PlanarFlipsOptimization.cpp
…
PlanarHoleFiller.cpp
…
PNTriangles.cpp
…
PolyEditingEdgeUtil.cpp
…
PolyEditingUVUtil.cpp
…
PolygroupRemesh.cpp
…
QuadGridPatchUtil.cpp
…
RemoveOccludedTriangles.cpp
…
RepairOrientation.cpp
fix unreachable implicit "++iterator" in cases where a for-loop was used to just grab the first element of a set or map
2024-02-28 13:34:31 -05:00
SelectiveTessellate.cpp
…
SimpleHoleFiller.cpp
…
SmoothBoneWeights.cpp
Add an option to the ChaosCloth TransferSkinWeights node that allows to choose the max number of bone influences per vertex.
2024-01-30 17:43:54 -05:00
SmoothDynamicMeshAttributes.cpp
…
SmoothHoleFiller.cpp
…
TransferBoneWeights.cpp
Add an option to the ChaosCloth TransferSkinWeights node that allows to choose the max number of bone influences per vertex.
2024-01-30 17:43:54 -05:00
UniformTessellate.cpp
…
WeldEdgeSequence.cpp
…