Filtering values available for selection through the UILayout.prop()
When creating custom properties, the values of which the user can choose from a list, it is often necessary to filter the list of values offered for selection. We can use the poll function to shorten the proposed list of values by removing unwanted elements.
Filtering values available for selection through the UILayout.prop()Read More »