dynamic waveset ripples

I finally got this to work for wavesets. The script in the wiki tutorial was throwing an export error:
Then I changed this alcscript part:
To this:
And now it exports ok. So I guess the PyPRP code for wavesets ripples turned out differently than originally intended. PyPRP is not expecting a list here but a single item. Maybe that should be set up for a list since there can be multiple targets as well.
[i]Edit: Error hidden behind spoiler tag (no longer relevant).
- Error Show Spoiler
Then I changed this alcscript part:
- Code: Select all
waveset:
- <waveset ref(same name as waveset surface)>
To this:
- Code: Select all
waveset: <waveset ref(same name as waveset surface)>
And now it exports ok. So I guess the PyPRP code for wavesets ripples turned out differently than originally intended. PyPRP is not expecting a list here but a single item. Maybe that should be set up for a list since there can be multiple targets as well.
[i]Edit: Error hidden behind spoiler tag (no longer relevant).