SDK Changelog¶
Version 2021.1.3¶
Bump Data API version to 2021.1.3.
Corrections¶
Fix import modules from the same directory as the script not working while it works with a standard Python interpreter.
Fix wrong encoding when executing a script using run_script.
Version 2021.1.0¶
Bump Data API version to 2021.1.0.
Version 2020.2.4¶
Bump Data API version to 2020.2.4.
Version 2020.2.2¶
Bump Data API version to 2020.2.2.
Version 2020.2.1¶
Bump Data API version to 2020.2.1.
Version 2020.2.0¶
Bump Data API version to 2020.2.0.
New APIs¶
Add
KMTFile.open()
function to read .kmt files.Add
ColorLab
class to represent a color in Lab color space.Exceptions: Add
InUseError
exception used when an object being deleted is referenced by another object.
Version 2020.1.0¶
Initial release