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
2022-09-29Cleanup: autopep8 format pie menusCampbell Barton
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-04-16fix incorrect hotkey description T75783meta-androcto
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-12-11viewport pies: minor icon changemeta-androcto
2019-12-11viewport pies: proportional edit and save defaults piesmeta-androcto
2019-08-24viewport pies: remove cursor, proportional: T67995meta-androcto
2019-08-11space_view3d_pie_menus: multiple fixes/updates part 1: T67995meta-androcto
2019-05-26space_view3d_pie_menus: fix class namesmeta-androcto
2019-05-06Update addons for changes to proportional edit modeCampbell Barton
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
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
2016-08-263d view pie menus: clean up, remove folder structure & unneeded utils.pymeta-androcto