Post #4941: I’ve investigated three options for the get_side_areas method. They recognize

📋 Metadata

  • Author: Pluglug
  • Date: 2023-12-09 04:40:45
  • Type: bug_report
  • Quality Score: 7/10

🏷️ Tags

v1-18-7 ui-rendering advanced unsolved

  • Pie Menu Editor

💬 Content

I’ve investigated three options for the get_side_areas method. They recognize adjacent areas with the following values:

line_width = {'AUTO': 1, 'THIN': 1, 'THICK': 3}[uprefs().view.ui_line_width]

I’ll share the modified file for review.

extra_operators.py (There’s an update for this file. Please refer to this post.)

Added a reference to preferences to retrieve line_width at line 557.
Replaced the constant 1 with line_width at lines 561, 563, 567, 569.

It works in version 3.6.5. Issues with versions 4.0 and later remain unresolved.


❤️ 1 likes


🔗 View on Blender Artists