Update Dynamic Spacebar Context Menu #48483

Closed
opened 2016-05-21 03:10:14 +02:00 by Brendon Murphy · 6 comments
Member

This is the update for Dynamic Context Menu:
"""
Some Info on the changes.
Added three new menus :
1) VIEW3D_MT_Selection_Mode_Particle - Particle menu (call line 736, class line 2127)
2) VIEW3D_MT_AutoSmooth - used the marvin.k.breuer's addon -

      Mesh Object and Edit mode menus (call lines 119 and 148, class line 1115)
3) VIEW3D_MT_Animation_Player - used the marvin.k.breuer's addon - View Menu
      (call line 1686, class 1779)
  Added options:
1) Double Threshold - under Edit Mesh > Mesh (call line 1167)
2) added Circle select to the Particle Select menu (useful for hair)
3) added a warning for entering the edit mode in for Text: (call line 440, operator line 1017)
     VIEW3D_OT_Interactive_Mode_Text is called from the Text object mode and uses just 
     bpy.ops.object.editmode_toggle() and executes a report. Dunno if it is the best way
     of doing it, but as proof of concept it could it for now.
4) Added SnapCursSelToCenter by Isaac Weaver (wisaac) [D1963](https://archive.blender.org/developer/D1963). (call linea 951, 981, class line 2419)
5) Added  Addons Preferences to show/hide layout separators.   
  Added more separators, moved a few entries around. 

File:
space_view3d_spacebar_menu.py
Thanks to mkb & especial thanks to lijenstina & wisaac

This is the update for Dynamic Context Menu: """ Some Info on the changes. Added three new menus : 1) VIEW3D_MT_Selection_Mode_Particle - Particle menu (call line 736, class line 2127) 2) VIEW3D_MT_AutoSmooth - used the marvin.k.breuer's addon - ``` Mesh Object and Edit mode menus (call lines 119 and 148, class line 1115) ``` 3) VIEW3D_MT_Animation_Player - used the marvin.k.breuer's addon - View Menu ``` (call line 1686, class 1779) ``` ``` Added options: ``` 1) Double Threshold - under Edit Mesh > Mesh (call line 1167) 2) added Circle select to the Particle Select menu (useful for hair) 3) added a warning for entering the edit mode in for Text: (call line 440, operator line 1017) ``` VIEW3D_OT_Interactive_Mode_Text is called from the Text object mode and uses just bpy.ops.object.editmode_toggle() and executes a report. Dunno if it is the best way of doing it, but as proof of concept it could it for now. ``` 4) Added SnapCursSelToCenter by Isaac Weaver (wisaac) [D1963](https://archive.blender.org/developer/D1963). (call linea 951, 981, class line 2419) 5) Added Addons Preferences to show/hide layout separators. ``` Added more separators, moved a few entries around. ``` File: [space_view3d_spacebar_menu.py](https://archive.blender.org/developer/F313956/space_view3d_spacebar_menu.py) Thanks to mkb & especial thanks to lijenstina & wisaac
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Brendon Murphy self-assigned this 2016-05-21 03:10:14 +02:00
Author
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

Updated to version 1.8.2

Added new Brushes menus (the default blender thumbnails and a compact menu option), dyntopo menu (Sculpt specials), display wire on all objects, matcap and xray in Shade Menu, some small reorganizations of menus.

space_view3d_spacebar_menu.py

Updated to version 1.8.2 Added new Brushes menus (the default blender thumbnails and a compact menu option), dyntopo menu (Sculpt specials), display wire on all objects, matcap and xray in Shade Menu, some small reorganizations of menus. [space_view3d_spacebar_menu.py](https://archive.blender.org/developer/F315192/space_view3d_spacebar_menu.py)
Author
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Author
Member

Committed b7e87b9c71
Closed

Committed b7e87b9c71 Closed
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#48483
No description provided.