It looks like you're new here. If you want to get involved, click one of these buttons!
Hi, Matthias!
Current Shape API allows to query one property at time. It'll be great to have method to return number of properties and all properties as dict to simplify code that handle them: to skip shapes without properties and reduce number of Python-C++ transfers.
Comments
This is what "prop_id" is for. It can be used to retrieve the full property set via the layout:
Hi, Matthias!
Thank you for explanations!