HDA Creation Question.

   1952   3   1
User Avatar
Member
258 posts
Joined:
Offline
How can I have an asset detect if a new input is added and then automatically connect it to a forLoop. As an example if a user connected a new curve the asset would automatically pipe it into the forloop. Thanks for any help.
User Avatar
Member
2624 posts
Joined: Aug. 2006
Offline
Hi,

See attached for a very simple example of how you can pull data in using the opinputpath expression.
To push it further I expect you will need a default for you tool . Then when the user plugs in custom data a switch is made. A simple if statement could handle this or a toggle on your asset.

Rob
Edited by - Jan. 4, 2012 18:57:46

Attachments:
rse_readdata.hip (50.4 KB)

Gone fishing
User Avatar
Member
2624 posts
Joined: Aug. 2006
Offline
extra post ??
Gone fishing
User Avatar
Member
258 posts
Joined:
Offline
Thanks for the fast response.
  • Quick Links