Hi,
I'm making an exporter plug-in using PPro SDK 5.5.
I noticed that the value range of a param went wrong if I export a sequence twice. For example, if I register "MyAwesomeParam" with min value of 10 and max value of 20, at first export if I enter 0, it jumps to 10 because the entered value is smaller than the min value. But in second export, if I enter 0, it stays 0.
Have any of you encounterer this problem? Is there a workaround for it? Please tell me if you know anything about this, since the SDK guide and sample offered very little help.
Thanks