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
47c94de653eac7d7043dc61596597fd9bc655b15
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
MeshModelingToolset
/
Source
/
ModelingComponents
/
Public
History
semion piskarev
3d4bf819a5
ModelingTools: Allow tools to customize the accept/cancel overlay for sub-activitites, and use this in PolyEd.
...
#rb lonnie.li #jira UE-196706 [CL 30601293 by semion piskarev in ue5-main branch]
2024-01-12 15:01:55 -05:00
..
AssetUtils
…
Baking
…
BaseTools
Add support for copying collision shapes in the Create From Selected base tool, so we get this feature in the derived tools (e.g., the Merge tool, Vox Wrap, a few others).
2023-12-15 15:50:51 -05:00
Changes
…
Components
…
ConversionUtils
Make the convert tool support a larger range of scene component sources, by switching away from tool targets to instead use a general scene component->mesh conversion function adapted from geometry script. Make the geometry script node also now use this function.
2023-12-15 16:11:52 -05:00
Drawing
…
Mechanics
…
Physics
Fix handling of external scaling of simple collision shapes across geometry script and modeling tools, to be consistent with how UE applies component transforms to the shapes while still keeping the invariants of the shapes (spheres/capsules remain spheres/capsules, etc)
2023-11-21 17:55:54 -05:00
PropertySets
…
Scene
Fix C4072 warnings
2023-11-20 17:26:53 -05:00
Selection
Selection mechanic: improve UI responsivness by proposing different notification types
2023-12-14 04:28:00 -05:00
Snapping
…
TargetInterfaces
…
Transforms
…
InteractiveToolActivity.h
…
MeshOpPreviewHelpers.h
…
ModelingComponentsModule.h
…
ModelingComponentsSettings.h
…
ModelingObjectsCreationAPI.h
PatternTool: Fixed a bug causing the tool to not emit any actors when a normal StaticMeshActor is used. Now the tool properly emits FortStaticMeshActors.
2023-11-17 14:00:58 -05:00
ModelingToolTargetUtil.h
…
PreviewMesh.h
…
SplineUtil.h
…
ToolHostCustomizationAPI.h
ModelingTools: Allow tools to customize the accept/cancel overlay for sub-activitites, and use this in PolyEd.
2024-01-12 15:01:55 -05:00
ToolSceneQueriesUtil.h
…
ToolSetupUtil.h
…
TransactionUtil.h
…
WeightMapUtil.h
…