Jump to content

Clothcapture painting weight or radius?


Recommended Posts

Hey guys and girls,

Is it possible to paint an attribute to modify the radius for the clothcapture SOP. I want to reduce the radius size in some place. I tried with a pointSOP and activate some of the attribute in it like the particle "radius" or the point "weight", but nothing seem to make a difference.

Is the radius is a global value in this op? If it is, It could be nice to get a per point attribute for this SOP or use an already existing attribute.

Thanks

Link to comment
Share on other sites

Right off the top of my head:

capture node creates arrays of weights per point (1 per metaball) and deform node uses them. So you can probably create your own attribute and use python or vex (vops don't support arrays data but you can try for loops if you are not familiar with vex) to multiply your attrib and these weights.

Edited by bloomendale
Link to comment
Share on other sites

  • 3 weeks later...

thanks bloomendale for the help, sorry for that late answer, I had to set this project aside for another one more rush :). I did some test in vop, cause i'm really not use to python and vex. I saw the attribute the clothcapture create in the details view call "clothCapture" with 108float in it. So i tried to loop through this array in vop, but I can't find how to loop through each index of my "clothCapture" attribute. Any tips ?

thx

Doum

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...