Hey Guys,
I could have sworn there was a point attribute to hide Geometry from rendering in Mantra. Does this exist, or am I just crazy….
thanks!
-j
Visibility Attribute
7330 9 2- jacob clark
- Member
- 665 posts
- Joined: 7月 2005
- Offline
- tjeeds
- Member
- 339 posts
- Joined: 8月 2007
- Offline
- jacob clark
- Member
- 665 posts
- Joined: 7月 2005
- Offline
- circusmonkey
- Member
- 2624 posts
- Joined: 8月 2006
- Offline
- wolfwood
- Member
- 4271 posts
- Joined: 7月 2005
- Offline
jacob clark
The Visibility SOP would actually be perfect for our needs! Unfortunately, it only works for OGL, and not Mantra.
Unless of course if I am doing it wrong….
There is a vm_rendergroups property that allows you to render a grouped subset of the geometry at render time.
if(coffees<2,round(float),float)
- jacob clark
- Member
- 665 posts
- Joined: 7月 2005
- Offline
It would be interesting to hear what your trying to do and whats stopping you from pulling the data you do want into another geometry node to render.Not much really, as that's what we have ended up doing. I was thinking it'd be great to do this with a Delayed Load. Have the same geo that I bring into Houdini, also be ready to pipe straight to the render, with visibility attributes set. As you say, splitting it up works well otherwise.
Thanks for the pointer Wolfwood, I'll take a look!
-j
- jacob clark
- Member
- 665 posts
- Joined: 7月 2005
- Offline
- jacob clark
- Member
- 665 posts
- Joined: 7月 2005
- Offline
- symek
- Member
- 1390 posts
- Joined: 7月 2005
- Offline
vm_geometrygroup / object:geometrygroup = ('')
Each object references a geometry object. Houdini geometry allows multiple primitive groups to be defined. If the object:geometrygroup parameter is set to a string, only the primitives which are members of the named group will be rendered by this instance. This allows multiple objects to instance the same geometry, but render different parts.
Perhaps this is it?
- wolfwood
- Member
- 4271 posts
- Joined: 7月 2005
- Offline
jacob clark
So I couldn't find anything called “vm_rendergroups”, but there is a “vm_geometrygroup” which is quite promising.
It doesn't look like the parameter takes wildcards. Explicitly setting the name works a treat though!
-j
Ya that's it. Sorry about that. I was pulling that from memory.
if(coffees<2,round(float),float)
-
- Quick Links