Problem with EDEMPy script
Best Answer
-
Hi Joshua, I believe this is due to a change in EDEM 2021.2 where the 'creatordata' value is now indexable. If you replace any instances of this with creatordata[0] then this should resolve the issue you see.
You can replace with any other value than [0] depending on which time-step you want to get the information from the creator, however at start time is most common.
RegardsStephen
0
Answers
-
Hi Joshua, I believe this is due to a change in EDEM 2021.2 where the 'creatordata' value is now indexable. If you replace any instances of this with creatordata[0] then this should resolve the issue you see.
You can replace with any other value than [0] depending on which time-step you want to get the information from the creator, however at start time is most common.
RegardsStephen
0 -
That information was correct. Thanks a lot.
0