likforce Posted June 25, 2008 Share Posted June 25, 2008 Hi, How can I copy "Rib Archive" object using copy sop?? I only know archived rib file can be attached to objects at "obj" level, and i found difficulties to use with copy sop and object merge can't read in rib archive objects. I am now using 3delight. Thanks a lot, Likforce Quote Link to comment Share on other sites More sharing options...
edward Posted June 25, 2008 Share Posted June 25, 2008 You can't. Quote Link to comment Share on other sites More sharing options...
crunch Posted June 25, 2008 Share Posted June 25, 2008 You can't. Though, it is possible to instance RIB archives on points. I'll try to dig up an example when I get a chance. Well, in H9, you can. Quote Link to comment Share on other sites More sharing options...
edward Posted June 25, 2008 Share Posted June 25, 2008 I meant you can't using the *copy sop*. Quote Link to comment Share on other sites More sharing options...
likforce Posted June 26, 2008 Author Share Posted June 26, 2008 I meant you can't using the *copy sop*. can't using copy sop?? oh~~ ic, ...just what i wanna do is that i copy some boxes on to a polygon sphere using copy sop and each box is attached a rib archive. if rib archive can't be done.....is there any alternatives?? Thanks~ Quote Link to comment Share on other sites More sharing options...
edward Posted June 26, 2008 Share Posted June 26, 2008 Er, what crunch said. Quote Link to comment Share on other sites More sharing options...
crunch Posted June 26, 2008 Share Posted June 26, 2008 can't using copy sop?? oh~~ic, ...just what i wanna do is that i copy some boxes on to a polygon sphere using copy sop and each box is attached a rib archive. if rib archive can't be done.....is there any alternatives?? Thanks~ Attached is an example file I created a while back (don't know where I posted it before). It uses mantra, but the idea is the same. In your material, just put down a geometry shader and wire it up (i.e. RIB Delayed Read Archive). In your instance object, use point instancing and attach a material attribute to each point (attaching the appropriate material). This requires H9.x to work though. procedural.tar.gz Quote Link to comment Share on other sites More sharing options...
likforce Posted June 27, 2008 Author Share Posted June 27, 2008 Thank you so much !!! I finally got the result with copy sop and 3delight .... As I am new in Houdini, I got a little confuse between "Instance" and "Geometry" node...it seems can't success when using "Geometry" node in this case? Could u mind explain a little on it?? Thanks again. Lik Quote Link to comment Share on other sites More sharing options...
symek Posted June 27, 2008 Share Posted June 27, 2008 (edited) Thank you so much !!! I finally got the result with copy sop and 3delight .... As I am new in Houdini, I got a little confuse between "Instance" and "Geometry" node...it seems can't success when using "Geometry" node in this case? Could u mind explain a little on it?? Thanks again. Lik The point is that objects and a few other things in Houdini are not "hard-body" entities, but rather containers which you first fill with data, then dress up with controling parameters. These parameters are like tags or labels, you can add or remove them from objects changing their behavior in respect to IFD generation or Mantra rendering. Search in Help for Mantra 9.x Rendering Parameters for details explanation and list of the second kind (Mantra parameters start with "vm_"). One of the parameters that changes ordinary object into Point Instance object is "ptinstance", added by default to Instance Object for your convenience. The clue of the story is that Instance Object is nothing more then an Object. It just has a proper parameters added to it. You can add or remove parameters as you wish via Edit Rendering Parameters menu under small Gear icon of object's parameters Tab. This is just begging of the story. Parameters have their hierarchy which allows you to overwrite them on different levels. Powerful stuff hopefully explained in Help. Hoe this helps, Simon Edited June 27, 2008 by SYmek Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.