.. _changelog: Change Log ========== 1.18.8 (2025.01.05) --------------------- - Blender 4.2 Support - Add ``show_error_trace`` option to the PME Settings - Add ``bpy.ops.pme.exec_override()`` Operator - Bug Fixes - New documentation site (📖 you are here) **Release Notes**: `v1.18.8 `_ ---- 1.18.7 (2023.04.11) --------------------- - Blender 3.6.0 Alpha Support - Bug Fixes 1.18.6 (2022.08.13) --------------------- - Fixed Click Drag and Hold hotkey modes in Blender 3.2.0+ 1.18.5 (2022.05.02) -------------------- - Header Tools 1.18.4 (2021.11.11) --------------------- - Toggle side-area operator fix for recent Blender builds. 1.18.3 (2021.06.28) --------------------- - Support Blender 3 Alpha 1.18.2 (2021.04.24) --------------------- - Bug Fix for Panel Groups in Blender 2.93 1.18.1 (2021.03.12) --------------------- - Blender 2.93 Alpha Support 1.18.0 (2020.10.30) --------------------- - Key Chords - Bug Fixes 1.17.5 (2020.09.23) --------------------- - Blender 2.91 Support - Customizable number of menu list rows - New global variable for scripts to store user data: .. code-block:: python U.foo = "value" U.update(foo="value1", bar="value2") U.foo U.get("foo", "default_value") - Bug Fixes 1.17.3 (2020.07.20) --------------------- - Option to use check-boxes instead of toggle-buttons. - Bug Fixes 1.17.2 (2020.05.12) --------------------- - PME Preferences in 3D View area - Pie extra slot gap size - Bug Fixes 1.17.1 (2020.04.27) --------------------- - New backup folder: ``scripts/addons/pie_menu_editor_data/backups`` - Support keymaps with commas - Bug Fixes 1.17.0 (2020.03.27) --------------------- - 10 Pie Slots - Sub-panels - Wider Popups 1.16.4 (2019.10.13) --------------------- - Blender 2.81 Support - Bug Fixes 1.16.2 (2019.09.21) --------------------- - Blender 2.81 Support - Auto-backups (pie_menu_editor/data/backup folder) - Bug Fixes 1.16.0 (2019.08.09) -------------------- - Remember StackKey State - Bug Fixes 1.15.23 (2019.06.26) ---------------------- - Bug Fixes 1.15.22 (2019.06.09) --------------------- - Bug Fixes 1.15.21 (2019.06.04) --------------------- - Toggle-able menu slots - Add existing menus to pies, menus, or popups - Bug Fixes 1.15.20 (2019.04.11) ---------------------- - Bug Fixes 1.15.19 (2019.03.25) ---------------------- Bug Fixes - Bug Fixes 1.15.18 fix 1 (2019.03.24) ---------------------------- 1.15.18 (2019.03.21) ---------------------- - Bug Fixes 1.15.17 (2019.03.12) ---------------------- - Blender 2.8 Beta Support - Bug Fixes 1.15.16 fix 1 (2019.03.07) --------------------------- 1.15.16 (2019.02.14) ---------------------- - Bug Fixes 1.15.15 (2019.02.13) ---------------------- - Bug Fixes 1.15.14 (2019.01.21) ---------------------- - Bug Fixes 1.15.13 fix 1 (2019.01.15) ---------------------------- - Fix for multi-column Regular Menus - Multi-column fix 1.15.13 (2019.01.14) ---------------------- - Blender 2.8 Beta Support 1.15.12 fix 2 (2019.01.11) ---------------------------- - Fixes for Blender 2.8 Beta - New Python API changes. 1.15.12 (2019.01.07) --------------------- - Blender 2.8 Beta Support 1.15.11 fix 7 (2019.01.05) --------------------------- - Fixes for Blender 2.8 Beta 1.15.11 fix 4 (2018.12.28) ---------------------------- 1.15.11 fix 3 (2018.12.28) ---------------------------- - Fixes for PME 1.15.11 1.15.11 (2018.12.23) ---------------------- - Blender 2.8 Beta Support - Bug Fixes 1.15.10 fix 1 (2018.12.15) ---------------------------- - Some Fixes for Blender 2.8 builds 1.15.10 (2018.12.10) ---------------------- - Bug Fixes 1.15.9 (2018.12.10) --------------------- - Bug Fixes 1.15.8 fix 3 (2018.12.06) -------------------------- 1.15.8 fix 3 (2018.12.04) -------------------------- - Some Fixes for Blender 2.8 builds 1.15.8 (2018.12.03) -------------------- - Blender 2.8 Beta Support - Bug Fixes 1.15.7 fix 3 (2018.11.20) --------------------------- - Fix for the latest Blender 2.8 builds 1.15.7 (2018.11.08) -------------------- - Latest Blender 2.8 Builds Support 1.15.6 (2018.10.10) --------------------- - Latest Blender 2.8 Builds Support - Bug Fixes 1.15.5 (2018.09.13) --------------------- - Blender 2.8 Alpha Support - Bug Fixes 1.15.4 (2018.08.27) --------------------- - Blender 2.8 Alpha Support - Python 3.7 Support 1.15.3 (2018.06.25) --------------------- - Show/Hide/Toggle Side Area - Show/Hide/Toggle Sidebar - Bug Fixes 1.15.2 (2018.05.16) ------------------- - `Store Property Values in ``.blend`` Files <../Editors/Property#Storing_Values>`_ - `On Property Init Function <../Editors/Property#Functions>`_ - Bug Fixes 1.15.1 (2018.05.09) ------------------- - `Context Sensitive Buttons `_ - Bug Fixes 1.15.0 (2018.05.08) ------------------- - `Property Editor <../Editors/Property>`_ - `Extending Panels <../Panels#Extending_Panels>`_ - `Tag/Untag Group of Menus `_ - `Save/Restore Tree View State `_ - `Select Menu by Name or Hotkey `_ - `Auto-run Python Script Files <../Scripting#Auto-run_Scripts>`_ - `Custom Global Functions <../Scripting#Custom_Global_Functions>`_ - `New Global Variables: menu, slot <../Scripting#Global_Variables>`_ - `New Function: props(name) <../Scripting#Common_Functions>`_ - `Updated Function: open_menu(menu, slot, **kwargs) <../Scripting#Command_Tab_Functions>`_ - Blender 2.8 Support 1.14.15 (2018.04.06) -------------------- - `Move Edge Script `_ (idea by `MickHanks `_) - Bug Fixes 1.14.13 (2018.02.14) -------------------- - `Call Pie Menus from Other Add-ons `_ 1.14.9 (2017.10.24) ------------------- - `Option to Hide Modal Sub-Hotkey `_ - Bug Fixes 1.14.7 (2017.10.15) ------------------- - `New Modal Operator Options `_ - `Customizable Modal Overlay Text `_ - `custom_icon()` Function - ``**kwargs`` for `open_menu() <../Scripting#Command_Tab_Functions>`_ Function - Bug Fixes 1.14.6 (2017.10.07) ------------------- - `Macro Operator Tutorial `_ by `Jimmy Livefjord `_ - Fixed Hotkey tab 1.14.3 (2017.09.27) ------------------- - `Popup Area's On-Open command `_ - Modal Operators: - Angle properties support - `Cursor is locked in the current area `_ - `Panning `_ (unlocks the cursor) - `Stack Key Tutorial `_ by `Jimmy Livefjord `_ - Bug Fixes 1.14.2 (2017.09.22) ------------------- - `Popup Area `_ - `Modal Subsurf Modifier Example <../Examples#Modal_Subsurf_Modifier>`_ - Bug Fixes 1.14.1 (2017.09.19) ------------------- - `Copy/Paste Item hotkeys <../Editors/Popup_Dialog#Button_Hotkeys>`_ - Maximize Button - Bug Fixes 1.14.0 (2017.09.17) ------------------- - `Modal Operator Editor <../Editors/Modal_Operator>`_ - `Toolbars <../Toolbars>`_ - `Tweak Hotkeys <../#Hotkey Mode>`_ - `1 Hotkey - 3 Pie Menus <../Examples#1_Hotkey_-_3_Pie_Menus>`_ - ``'Any'`` Hotkey Modifier - `RMB Context Menu Entry <../#RMB_Context_Menu>`_ - Blender 2.8 Support - `Hide Pie Menu Title `_ - `Expand Item Menu `_ - `Group Menus by Type/Hotkey `_ - `New Global Functions <../Scripting#Global_Functions>`_ - **Pop-up Dialog Editor**: - `'Pop-up' Mode <../Editors/Popup_Dialog#Mode>`_ - `Alignment tools <../Editors/Popup_Dialog#Alignment>`_ - `Hotkeys <../Editors/Popup_Dialog#Hotkeys>`_ - `New way to expand popup dialogs <../Editors/Popup_Dialog#Expand_Layout>`_ - `Resize All Rows `_ 1.13.6 (2017.06.10) ------------------- - `Open existing panel in a popup `_ - Bug fixes 1.13.4 (2017.04.09) ------------------- - `Group and filter menus by custom tags `_ - `Block UI `_ option for Sticky Keys 1.13.1 (2017.02.23) ------------------- - `Columns with Fixed Width `_ - `Dummy Modal operator `_ Can be used to pause Macro Operator (press Enter or LMB to resume) - Removed unstable `Auto-Close Popup Dialog `_ option - Bug Fixes 1.13.0 (2017.02.19) ------------------- - `Macro Operator Editor `_ - `Command Generator `_ - `Poll method `_ - `Auto-Close Popup Dialog `_ - `Updated tree view & new Show Only New Menus filter `_ - Compatibility with Blender Tabs Interface add-on 1.12.1 (2016.12.12) ------------------- - `Sticky Key Editor `_ - `Option to disable 'Confirm on Release' feature for pie menus `_ 1.11.4 (2016.11.13) ------------------- - `Adding command using context menu `_ - `Side panel editor `_ - `Hiding unused panels `_ - `Restoring mouse position for pie menus `_ - `Using popup dialogs inside popup dialogs `_ 1.10.1 (2016.07.30) ------------------- - `Stack Keys `_ - `Ability to use mouse buttons as a hotkey modifier `_ - `Displaying the name of the last stack key command `_ - `Context sensitive menus examples `_ 1.9.2 (2016.05.17) ------------------ - `Script editor `_ - `Double click mode `_ - `Customizable Ctrl+Shift+` hotkey `_ - Hotkeys to confirm (Enter) and cancel (Esc) item/icon editing 1.8.3 (2016.04.08) ------------------ - `Panel mode and Panels `_ - `Sticky Keys `_ - `Threshold and Confirm Threshold for Pie Menus `_ - `Tree view `_ - Customizable width of the list/tree 1.7.0 (2016.02.16) ------------------ - `Custom layout using python code `_ 1.6.0 (2016.01.19) ------------------ - Multi-column regular menus - Open regular menu on mouse over 1.5.2 (2016.01.11) ------------------ - Copy/Paste Row (Popup dialog) - Preview of the menus - External python scripts as a command 1.4.1 (2015.12.09) ------------------ - Popup dialog editor - Pie menus with more than 8 buttons 1.3.0 (2015.11.28) ------------------ - Custom icons - Hotkey as a command 1.2.0 (2015.10.26) ------------------ - Regular menu editor - Multiple keymap names - New icon selection mode 1.1.5 (2015.10.15) ------------------ - Pie Menu Editor