Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-19Fix T83732: Use correct UI type for pie menu entryRobert Guetzkow
This patch fixes the UI type used for the image editor entry in the "3D Viewport Pie Menus" add-on. Previously the add-on set the UI type to "VIEW", which doesn't exist. This commit use corrects the value to "IMAGE_EDITOR". Reviewed By: mont29 Differential Revision: https://developer.blender.org/D9894
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-08-16pie_editor_switch_menu: rewrite, match built in: T67995meta-androcto
2019-08-11space_view3d_pie_menus: multiple fixes/updates part 1: T67995meta-androcto
2019-07-23pie_editor_switch_menu: comment out missing timeline referencemeta-androcto
2019-07-23space_view3d_pie_menus: fix "Preferences" in Addon T67164meta-androcto
2019-05-26space_view3d_pie_menus: fix class namesmeta-androcto
2019-04-30pie_editor_switch_menu: icon fixes/clean upmeta-androcto
2019-03-26Fix '3D Viewport Pie Menus' idnames after recent changeJacques Lucke
This is necessary because of rBb24a255ca67.
2018-11-04port "3D Viewport Pie Menus" to Blender 2.8Jacques Lucke
I'm pretty sure that I did not find every thing that needs to be ported. At least the addon is usable again. I replaced deprecated icons with NONE. Someone else, who is responsible for this addon, can choose some new icons. Differential Revision: https://developer.blender.org/D3883 Reviewer: campbellbarton
2018-10-10Update for new icon set.Brecht Van Lommel
2018-09-07View3D pie menus: Updates to recent API changes and renamesSergey Sharybin
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2017-07-053D Viewport Pie Menus: Cleanup, refactor, fix key registerlijenstina
Bumped version to 1.1.5 Pep8 cleanup Remove the pie_origin_cursor.py since it is not needed anymore Part of the T51547: refactor the key unregister code so it matches the official pies Note: using this code was crashing blender because of Bool Tool key registration that left out some lingering keys on unregister reload Also there were some wrong calls with the unregister within the pies themselves Merge some operators where possible (around 7 less in total) and use passing arguments instead Add Enable All / Disable all buttons in the preferences Comment out the code for authors in the init instead of in individual scripts Remove unused imports and cameratoto scene prop Add an icon at end of registrations line Fix several crashes with operators being called out of context
2017-06-103D Viewport Pie Menus: Fix crash with the Editor Switch Menulijenstina
Bumped version to 1.1.4 Fix the crash in pie_editor_switch_menu linking non existent classes - probably missed in some previous commits Minor cleanup of the long lines Update wiki links
2017-03-19Update 3d Viewport pie menus: T50732meta-androcto
2016-08-263d view pie menus: clean up, remove folder structure & unneeded utils.pymeta-androcto