Jump to content

Xgen alternative


mosssi

Recommended Posts

Hi all

I assume you already see Lee Griggs artworks produced by Xgen. If not this is the link:

 

http://www.leegriggs.com/335056/3779154/home/xgen-rendered-with-arnold-for-maya

 

post-14228-0-40903000-1449987364_thumb.j

 

I thinking about a way to reproduce this nice effects and animating them in Houdini but with copy sop its really heavy to work and because I'm not experienced enough in H, I don't know an alternative way to do that. I'm pretty familiar with Xgen and I can do this in Maya but I think Houdini is capable of doing something similar. So what's your opinion?

 

Thanks

Link to comment
Share on other sites

Copy before animation. Manipulate data using VEX nodes. Actually, you can get rid of Copy SOP completely, but it is fast when used properly.

That's what I'm talking about. Thank you man. you didn't even use packed primitives but its fast enough, I assume the stamp function is the lazy one.

also thanks for the example. 

Link to comment
Share on other sites

Stamp would sacrifice speed for controllability. There are multiple ways to do this in Houdini right now, so you'll need to pick the solution that matches what you need to do. Since you're new, I'd avoid stamping for the time being :)

Link to comment
Share on other sites

Stamp would sacrifice speed for controllability. There are multiple ways to do this in Houdini right now, so you'll need to pick the solution that matches what you need to do. Since you're new, I'd avoid stamping for the time being :)

Thanks Marc

Just for curiosity, can you please explain briefly about any possible method. I'm sure I can dig into them.

Link to comment
Share on other sites

You can use certain attributes on a set of template points to transform the geometry that you want to copy in the copy sop. I would do a packed box with the botom of the box at 0,0,0, and do a packed prim copied onto the points. The points can have a scale attribute that controls the height. The scale attribute (vector) can controll x,y,z scale. Pscale can then control uniform scale if you want.  To get scale on the points, you can use vops/vex  or attribfrom map... whatever you need.

Link to comment
Share on other sites

You can use certain attributes on a set of template points

Thank you for your attention. yes it seems fast and manageable and probably what I just need for this. but is it true that copy sop only apply scale, pscale and orbit attributes of template points automatically and for other attributes we need stamp function again?

Link to comment
Share on other sites

You can copy any attribute from the template point onto the packed prims, such as color. You can then reference those packed prim attributes in a shader as well. This differs from attributes you've saved on to the geometry itself. The new shaders have an option for using packed prim color as well now.

 

For transforms check this: http://www.sidefx.com/docs/houdini15.0/copy/instanceattrs

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