📋 Metadata
- Author: roaoao
- Date: 2020-04-02 17:36:14
- Type:
answer - Reply to: post_03123
💬 Content
Juso3D:
When I Toggle the Properties Panel on the right, it will make the addon tabs switch to the Item Tab from the custom tab I’ve made, anyway to fix it so it stays on the one I created or set?
Will try to fix in the next version. But it won’t be easy.
Juso3D:
Also I’m having trouble with the toggles making other windows like the UV editor be swapped for the same properties panel, pretty sure this is just my setup.
Try to set Ignore Area Type in operator preferences:
bpy.ops.pme.sidearea_toggle(area='PROPERTIES', side='RIGHT', main_area='VIEW_3D', ignore_area='UV')
❤️ 1 likes