Jump to content

Vellum Stopped Attribute Not Staying Active On Transfer [SOLVED]


GlennimusPrime

Recommended Posts

https://i.imgur.com/FsowZvp.mp4

Take a look at the above example.
I'm transferring the Vellum i@stopped attribute to some cloth that is covering an object. I'm using a flat grid that animates top down over the surface while transferring the attributes.

My issue is the i@stopped attribute is turning off again as the pieces of cloth fall away, outside the range of the attribute transfer.
Is there a way for me to transfer the attributes and have them stay on the Vellum cloth once they've been transferred, no matter where they float away to in the scene?

 

File attached (apologies it's 9mb - The statue geo is frozen in the scene).


 

Fabric_Tear_v01_temp.hipnc

Edited by GlennimusPrime
Link to comment
Share on other sites

with minimal changes it would be :

1. initialize stopped to 1 on your cloth

- so add point wrangle before /obj/Cloth/OUT_Vellum_GEO: i@stopped=1;

2. make your /obj/Cloth/dopnet1/sopsolver1/attribtransfer1 work only on stopped, to forbid it to stop already unstopped once they get close to the unstopped  value again

- so change dest group to Points and set group to: @stopped=1

Edited by anim
Link to comment
Share on other sites

  • 5 months later...
On 6/30/2020 at 3:23 AM, anim said:

2. make your /obj/Cloth/dopnet1/sopsolver1/attribtransfer1 work only on stopped, to forbid it to stop already unstopped once they get close to the unstopped  value again

- so change dest group to Points and set group to: @stopped=1

Apologies I never replied to this, but that did the trick thank you!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...