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-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-11viewport pies: proportional edit and save defaults piesmeta-androcto
2019-11-24update manual linksmeta-androcto
2019-09-23addons change categories: T70017meta-androcto
2019-08-24viewport pies: re-order select menusmeta-androcto
2019-08-24viewport pies: remove snap, orientation, clean up: T67995meta-androcto
2019-08-24viewport pies: remove cursor, proportional: T67995meta-androcto
2019-08-11space_view3d_pie_menus: multiple fixes/updates part 1: T67995meta-androcto
2019-07-18Revert "space_view3d_pie_menus: Fix unreported Workspace: Addons Filter: ↵v2.80-rc2Brecht Van Lommel
failure to respect filters" This reverts commit c29c630a273b03b761890d85b1f0c174a57feefd. It is breaking the add-on tests, reverted for now since this is not a critical fix.
2019-07-16space_view3d_pie_menus: Fix last commit/rename remove doublesmeta-androcto
2019-07-16space_view3d_pie_menus: Fix unreported Workspace: Addons Filter: failure to ↵meta-androcto
respect filters
2019-06-22Replace VISIBLE_IPO buttons with HIDE ON/OFFCampbell Barton
2019-05-26space_view3d_pie_menus: fix class namesmeta-androcto
2019-04-30Romove pie_pivot_point_menu: obsoletemeta-androcto
2019-01-18Fix broken Pie menus addon after recent changesSergey Sharybin
__annotations__ is not a class property, definition its members as annotations is kine of recursive meta.. This reverts part of aeabdc02 and fixes Pie menus addon which animators are using a lot here in the studio.
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-12-21Rename user_preferences -> preferencesCampbell Barton
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-09-07View3D pie menus: Updates to recent API changes and renamesSergey Sharybin
2018-07-12Python: use fieldsCampbell Barton
2018-07-03space_view3d_pie_menus: version bumpCampbell Barton
2017-10-073D Viewport Pie Menus: Avoid empty Modes pie in some caseslijenstina
Bump version to 1.1.8 Handle cases in pie_modes_menu when: - There is no active object - Object types that only have object mode available Add info messages covering them Minor cleanup (move bl_description before bl_options)
2017-09-263D Viewport Pie Menus: Fix wrong label in preferenceslijenstina
Bump version to 1.1.7 Fix the wrong text for the End of activations label No other functional changes
2017-07-073D Viewport Pie Menus: Fix crashes with align pielijenstina
Bumped version to 1.1.6 Fix crashes with align pie with operators Align X, Y and Z being called from the search menu on non mesh objects by adding a poll check for mesh objects Refactor the 3 operators into one
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
2017-01-28fix viewport pie addons prefs alignmeta-androcto
2016-09-01fix class namesv2.78-rc1meta-androcto
2016-08-31view3d pies: fix for prefs conflictsmeta-androcto
2016-08-29revert open prefs on activate: rBA2a290714da05meta-androcto
2016-08-263d view pie menus: clean up, remove folder structure & unneeded utils.pymeta-androcto
2016-08-22pie menus: add auto drop down upon activationmeta-androcto
2016-08-03move 3d view pie menus to release re: T48709meta-androcto