After finishing cloth painting, the ability to toggle Realtime Rendering in the viewport is greyed out. Additionally, the Disable Realtime Override button doesn't seem to have any effect. This probl ...
This is related to the optimization applied in CL#13181876. Binding simulation mesh to display mesh can't find the nearest triangle when a triangle is located near the AABB boundary. ...
The DerivedDataCache for the whole SkeletalMesh doesn't need to be rebuilt while previewing the mask painting, since it will be rebuilt when exiting the painter anyway. ...
The bounds are wrongly calculated when the bUseLocalSpaceSimulation property is set in the Chaos Cloth shared config, as it doesn't take into account the character rotation in the removal of the off ...
All render vertices on any cloth triangle that contains one or two fixed vertex are set as fixed, whereas this should only be the case if all three vertices were fixed. ...
The new config object is created with the same serialization name as the legacy one "ClothConfigNV", causing the legacy data to be reset prior to migration. Replacing In UClothingAssetCommon::AddCl ...
Cloth sim can't currently be blended on/off in sequencer. ...
It looks like there's a hook missing to unbind the cloths before destruction of the array shown in the Clothing UI. ...