Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR adds support for polygon points. This case surfaced a new scenario where uint core properties shouldn't be considered enums but actual uints. That requires to treat the source type of certain uint properties different than others. In one case, properties will be bindable to enums which internally translate to a finite set of integers. On the other one, properties will be bindable to numbers, and we will take care of converting floating point values to unsigned integers under the hood. Diffs= fd830a66ca add support for uint properties (#8982)
- Loading branch information