[Experimental] Cloth CUA

Plugins [Experimental] Cloth CUA

Stopper

Invaluable member
Featured Contributor
Messages
333
Reactions
3,974
Points
123
Stopper submitted a new resource:

[Experimental] Cloth CUA - Adds cloth physics to CUAs

Adds cloth physics to CUAs and built-in props.

Note: This is still pretty early in its development. Ping me if you find bugs not listed below. 🙏

Usage
  1. Add to CUA or built-in item.
  2. Select mesh from list.
  3. Press "Create Cloth"
  4. Configure as needed

Bugs / Missing Features
  • Saving/Loading from scene doesn't work
    • This and presets will be added later...

Read more about this resource...
 
Future version feature suggestions:
A method for identifying meshes before the conversion process. Large, complex CUA often don't have useful labels for various meshes, which means a lot of trial and error to find the mesh you want to clothify, which can take a long time if some of the meshes are slow to convert.
A way to move converted meshes around. With some CUA, the meshes move after conversion, so being able to adjust the position/scale of the converted mesh is a must.

Also, for the community: please list CUA you have found that work well with this plugin as-is!
 
Stopper updated [Experimental] Cloth CUA with a new update entry:

Save/Load for geometry. Preset Support

  • Added logic to save and restore geometry so that it doesn't have to be recreated each time.
  • Added logic to save and restore presets
    • Geometry and presets are saved into different files to allow sharing of geometry between presets.
      • The last saved/loaded geometry gets set on the preset.
    • Material options should also save/load correctly

Saving and loading in scene should also work. As always, let me know if you see bugs 🙏

Read the rest of this update entry...
 
When i apply this to a scaled down CUA it reverts it to the default size. Anyway around this?
 
i have v3 version and when i attach plugin to many CUA and open it its empty, no meshes to choose. Why is that? Does it work with animated CUAs?

2) ife added CUA and your plugin, it recognise some meshes i click to crete joints and now after 30min it get 9% (on AMD 7950x3d :)) why is that ? is it couse of cua has many vertices?
 
Last edited:
i have v3 version and when i attach plugin to many CUA and open it its empty, no meshes to choose. Why is that? Does it work with animated CUAs?

2) ife added CUA and your plugin, it recognise some meshes i click to crete joints and now after 30min it get 9% (on AMD 7950x3d :)) why is that ? is it couse of cua has many vertices?
It might not work with skinned or animated CUAs, yeah. If you link me the asset file I can try to see if it's possible.

Yeah, the vertex count can affect the time by a lot. There's no spatial partitioning that I saw in the code to find neighbors, so the time taken would grow quadratically with the vertex count.
 
I don't know why but on most CUA's I've tried when I create the cloth it creates it but moves it away from the actual CUA. Like the part of the CUA I create cloth with will hover in the air and to the side a significant amount. I even tried it on the DSBR_Bed you used in the example video in this post and it still does it. Any ideas why or how to fix this?
 
I don't know why. The position is out of alignment. But now it's my 2024 favorite plugin!
剪贴板图片 (1).jpg
 
I don't know why. The position is out of alignment. But now it's my 2024 favorite plugin!
View attachment 364076
As a stopgap, you can create two copies of the CUA, then clothify one copy and use the CUA Editor by Hal9001 to remove the parts you clothified from the second copy. Then just move the two copies until they are aligned.

On another issue: anyone know what settings to apply to make clothified objects more rigid/less bouncy? I find that some objects end up moving like water balloons
 
I don't know why but on most CUA's I've tried when I create the cloth it creates it but moves it away from the actual CUA. Like the part of the CUA I create cloth with will hover in the air and to the side a significant amount. I even tried it on the DSBR_Bed you used in the example video in this post and it still does it. Any ideas why or how to fix this?
I'm having this exact same issue.

Oof, thanks for flagging. Sorry, haven't been around as much but should be fixed now. Let me know how it works for you.

As a stopgap, you can create two copies of the CUA, then clothify one copy and use the CUA Editor by Hal9001 to remove the parts you clothified from the second copy. Then just move the two copies until they are aligned.

On another issue: anyone know what settings to apply to make clothified objects more rigid/less bouncy? I find that some objects end up moving like water balloons

There should be controls for stiffness, joint strength, and sim texture strength under "Sim Settings" in the left panel. I'll eventually get to adding sim textures as well.
 
Something's borked in this version: every time it finishes Create Cloth the object instantly explodes. The same objects behave properly in the previous version
Odd. Explodes how? Feel free to ping me on Discord
 
Odd. Explodes how? Feel free to ping me on Discord
Loaded an object (this happens with all objects I've tried, for example use Beds by Hazmhox, asset "skf_bed_07_olamii.prefab" and clothify "butterfly_matrac_Mat.2_0" which is the mattress geometry) and ran Create Cloth on it. Once the Stiffness Joints creation process is finished, it looks normal for just a frame, and then suddenly the whole world is filled with flying polygons. Reset Sim and toggling the Sim Enabled box only fix it for a frame, then it explodes again. Tried in an empty scene, on Desktop and in VR, and with all default settings.
 
Loaded an object (this happens with all objects I've tried, for example use Beds by Hazmhox, asset "skf_bed_07_olamii.prefab" and clothify "butterfly_matrac_Mat.2_0" which is the mattress geometry) and ran Create Cloth on it. Once the Stiffness Joints creation process is finished, it looks normal for just a frame, and then suddenly the whole world is filled with flying polygons. Reset Sim and toggling the Sim Enabled box only fix it for a frame, then it explodes again. Tried in an empty scene, on Desktop and in VR, and with all default settings.
I think I've got it. It was an issue of scale. I'll have an update out after some more testing. Thanks for flagging.
 
Back
Top Bottom