Welcome to the Bifrost Forum. This is the place for artists using Bifrost to ask and answer questions, browse popular topics, and share knowledge about creating effects procedurally using Bifrost.
You can also visit the Bifrost Community on AREA to download an array of ready-to-use graphs, read Bifrost news and updates, and find the latest tutorials.
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
How to get the correct output array from a do_while inside of a for_each?
How to get the correct output array from a do_while inside of a for_each?
I have an array of point positions that I want to pass through a do_while loop until a certain condition is met. My input arrays are all set to "Set Port Iteration Target" = True. The problem I'm having is the data coming out of the do_while is all the same. Every index of the output array is the same value. I would have thought setting the port iteration target would have informed the do_while to populate the output indices accordingly. But it doesn't. So what's the trick? How do I get the correct output in this situation?