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-11-09Fix T98289: Asset Browser and Geometry Nodes in Pie menuCesar
Added the Asset Browser, Spreadsheet and Geometry Node editors in their respective categories for pie menu add-on. Differential Revision: https://developer.blender.org/D16323
2022-09-29Cleanup: autopep8 format pie menusCampbell Barton
2022-09-29space_view3d_pie_menus: Add open-recent to save/open pie menuCampbell Barton
Contributed by @xan2622 #blender-coders.
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
2021-06-08Update for changes in the Python API using keyword only argumentsCampbell Barton
2021-03-15Cleanup: simplify file name incrementing logicCampbell Barton
2021-03-15Fix T86569: Save incremental doesn't update recent listCampbell Barton
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-05-12UI: Rename 'View All' to 'Frame All'Pablo Vazquez
Following the change in master.
2020-04-16fix incorrect hotkey description T75783meta-androcto
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-02-11Fix T73690: 3D viewport pie menus exception applying transformCampbell 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-12-06Pie Menus: Update sculpt icons.OmarSquircleArt
Update the icons of the sculpt pie menu to be consistent with the new sculpt icons. The icons currently don't respect UI sizes, so we have to increase the menu sizes for them to fit. We also add white spaces at the start of the text to avoid icon-text intersections. Reviewed By: Brendon Murphy Differential Revision: https://developer.blender.org/D6373
2019-11-24update manual linksmeta-androcto
2019-09-23addons change categories: T70017meta-androcto
2019-09-02pie_modes_menu: clean up unused gp edit strokesmeta-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-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-25pie_views_numpad_menu: fix wrong class name/missing menumeta-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-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-24UI: Rename Dupli-Face to Instance Face Aaron Carlisle
Part of T56648
2019-06-22Replace VISIBLE_IPO buttons with HIDE ON/OFFCampbell Barton
2019-06-22Cleanup: redundant set/tuple use for comparisonCampbell Barton
2019-06-17space_view3d_pie_menus/pie_modes_menu: fix for no object in scene and no ↵meta-androcto
object selected
2019-06-08space_view3d_pie_menus/pie_sculpt_menu: fix missing prefix T65611meta-androcto
2019-06-07space_view3d_pie_menus/pie_modes_menu: add grease pencil object modesmeta-androcto
2019-06-07space_view3d_pie_menus/pie_modes_menu: fix missing prefix in op: T65582meta-androcto
2019-06-01space_view3d_pie_menus: fix edit selection modesmeta-androcto
2019-05-26space_view3d_pie_menus: fix class namesmeta-androcto
2019-05-06Update addons for changes to proportional edit modeCampbell Barton
2019-05-05pie_views_numpad_menu: Icon Fixmeta-androcto
2019-05-05pie_select_menu: Icon fixesmeta-androcto
2019-04-30pie_sculpt_menu: minor fixmeta-androcto
2019-04-30Romove pie_pivot_point_menu: obsoletemeta-androcto
2019-04-30pie_modes_menu: icon fixesmeta-androcto
2019-04-30pie_animation_menu: remap key to Ctrl Shift Spacebarmeta-androcto
2019-04-30pie_editor_switch_menu: icon fixes/clean upmeta-androcto