Darkpulse Posted August 17, 2018 Share Posted August 17, 2018 Hi ! First post here, I'm starting Houdini since a few weeks only... I'm wondering how to set different width (for repulsion) for each wire I've created. I've tried to create a random point attribute to drive the width into the wire object but it doesn't seems to work, I feel missing something. Help needed Thanks RANDOM_WIRES_0.1.hip Quote Link to comment Share on other sites More sharing options...
Atom Posted August 17, 2018 Share Posted August 17, 2018 (edited) I think I would setup the @width construction with a FOREACH loop, something like this... This is actually a loop within a loop setup. The outer foreach is looping over the number of lines/wires in the setup. The inner attributewrangle is looping over the points in the line/wire provided by the foreach. This way @width, for every point on every line can be set. Your setup makes a nice set of twisting wires, cables, vines or vein bundles. ap_RANDOM_WIRES_0.1.hiplc Edited August 17, 2018 by Atom 1 Quote Link to comment Share on other sites More sharing options...
kiryha Posted August 17, 2018 Share Posted August 17, 2018 Scale Poly Wire with VEX 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.