I am using “DynanimatorFunction Numeric Parameter” custom node in order to export images while changing my parameters.
But what I have to do before feeding my variables in “value” (input for “Element.SetParameterByName” node) is; randomizing the values that are in min-max range (using List.Shuffle node)
I do not know how to manipulate this node in order to get the desired results.
Could it be that dynamo sees only one export path and filename? Maybe you should add a consequential suffix to avoid overwriting the same file. Do you mean when you re-run the script?
Or maybe it is just that you are feeding a string instead of a real “Directory path” into the directory path input?
Edit: I just tried this node and it exports an image for each different (single input) iteration with changes in the png. Could you post a dummy rvt file please?