I'm trying to integrate a cutom dropdown in my panel that allows to change between different display types for the created proxy objects.
The script runs without error but the dropdown is not shown in the panel. Also, I get this message in the console pointing to a certain line but I can't figure out what's the problem.
D:\XXXXXXX\XXXXXXXX\XXXXXXXXXX\scripting 2_8 wip.blend\Create Proxy Tools:326 rna_uiItemR: property not found: PROPS_UL_ProxyToolDisplayTypes.DisplayType_List
Edit: Here's a .blend with the script https://1drv.ms/u/s!BH2oRah8e0Ptg8QA9G_pwLDWGUt9ng?e=2yp3rI
PropertyGroupfrom thisbpy.types.Scene.ReduceVerts = bpy.props.FloatProperty(already registered per scene due pointerprop) to:ReduceVerts = bpy.props.FloatProperty. Also as of 2.8x we have to use annotations and there are naming conventions for panels, variables (PEP:ReduceVerts->reduce_verts) and whatnot... I'd recommend starting from here: How to create a custom UI? – brockmann Sep 02 '19 at 09:13