Plugin SDK v1.4.4.0 Release Notes
This release includes some minor changes to EventData and ValueRange.
- Add new flags to EventData. (PSDK-280)
- Add ValueRange.Divisorproperty. Use this to control the displayed values in dropdown list controls. (Resolves #281) (PSDK-112)- By default, values are displayed as whole numbers in controls. Each value is separated by 1 whole number. Using the divisor, each value will be separated by (1 / divisor).
- Please Note This is not a permanent solution and the implementation of the Divisorproperty will change in the future.