New Preferences Tab Category doesn't get applied after Blender restart #49403

Closed
opened 2016-09-19 17:01:58 +02:00 by Vuk Gardašević · 7 comments

Tested on:
Win 7 64 bit, AMD X3 455, R7 360
Blender versions: d0e7c7a, c2d7d47

Newly added Tab category doesn't get applied after restarting Blender.
While being saved in the preferences by Save User Settings, it's not modifying panels. The panel location falls back to the default / initial state
defined in the add-on.

For instance, Bool Tool add-on after restart will be in the Bool Tool tab in the T panel, no matter what category was set in the preferences.

Tested on: Win 7 64 bit, AMD X3 455, R7 360 Blender versions: d0e7c7a, c2d7d47 Newly added Tab category doesn't get applied after restarting Blender. While being saved in the preferences by Save User Settings, it's not modifying panels. The panel location falls back to the default / initial state defined in the add-on. For instance, Bool Tool add-on after restart will be in the Bool Tool tab in the T panel, no matter what category was set in the preferences.
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic
Brendon Murphy self-assigned this 2016-09-19 17:40:36 +02:00
Member

fix is to add

update_panel(None, bpy.context)

to the register function of all affected addons

fix is to add ``` update_panel(None, bpy.context) ``` to the register function of all affected addons
Member

Added subscriber: @Sergey

Added subscriber: @Sergey
Member

@Sergey
Hi, this is important fix, can we port this to 2.78 release please?
The issue was my fault, not sure how it happened as we tested this significantly, currently the behavior is substandard.
The commit is needed to make the function usable b9c3f23d50
Thanks

@Sergey Hi, this is important fix, can we port this to 2.78 release please? The issue was my fault, not sure how it happened as we tested this significantly, currently the behavior is substandard. The commit is needed to make the function usable b9c3f23d503c Thanks
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Member
resolved https://developer.blender.org/rBA62a57d59fc5f0f1d93dfce8082decd115c9753fe thanks
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#49403
No description provided.