Jump to content

Vellum ignore collision attribute not working


nailedit

Recommended Posts

Hi
I'm currently following the vellum docs for using the collisionignore and collisiongroup string attributes. Everyrthing works fine when I specify the collisionignore group directly, however when I try to tell vellum to ignore all groups except for one that I specify, it doesn't work.

I've made a basic scene to demonstrate the problem.

Here is the code that I use:

s@collisionignore = "top";

- This one works

s@collisionignore = "* ^bot";

- this one doesn't work

TLDR “* ^foo” rule stated in vellum docs doesn't work fo me, what am I doing wrong?

Houdini dosc for what I'm talking about here(collisiongroup and collisionignore): Docs

intersections.hiplc

Link to comment
Share on other sites

Thanks for your help Atom, I guess you reffer to the "* ^" with 'wild card' (sorry I'm not too familiar with coding language conventions), anyways, I do require the use of it for what I'm doing, this is just a simple file to demonstrate the issue I have. As for the same groups on opposing geometries, that was intentional, probably should've named them more appropriately(already fixed in the file I upload now). Basically I need the green and blue cloth to only collide with objects that have the same group name and ignore all the other groups (I'm running this in for each loop on multiple objects on my main setup, so can't specify this manually like you did).

 

coll_ignore.hiplc

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