Jump to content

dynamically change a cluster elements name


Recommended Posts

Is there any way to change a Cluster Elements name/description with values from an *.ini File?

I want to create the file robust against changing of INI-File indexing.

I get my Data Values from an Array with is feeded with *.ini Variable Values.

My Variable Names are located in an String array - I now want to create a Cluster that has the Variables in it which are Named by the String array.

Link to comment
  • 4 months later...
Is there any way to change a Cluster Elements name/description with values from an *.ini File?

I want to create the file robust against changing of INI-File indexing.

I get my Data Values from an Array with is feeded with *.ini Variable Values.

My Variable Names are located in an String array - I now want to create a Cluster that has the Variables in it which are Named by the String array.

2551[/snapback]

I have controlled the names of booleans in clusters by creating a property node for the cluster and using the "Controls[]" property. This will create an array of "refnums". Then place an "generic" property node in a 4-loop and let the loop self index the refnums. Once you connect the "refnums" wire to the "generic" property node you will have access to the "Strings[] of the individulal cluster elements.

I hope this helps!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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

Important Information

By using this site, you agree to our Terms of Use.