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-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
2019-04-26space_view3d_pie_menus: use gizmos for pie menu switchingCampbell Barton
Animators in the studio prefer this over tools.
2019-03-26Fix '3D Viewport Pie Menus' idnames after recent changeJacques Lucke
This is necessary because of rBb24a255ca67.
2019-03-18Update for changes in BlenderCampbell Barton
2019-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
Note that some scripts still used the 3D view cursor which has been removed for a while.
2019-02-28Update for rename: constraint_orientation -> orient_typeCampbell Barton
2019-02-27Fix T61827: align.selected2xyz was very slowJacques Lucke
This was caused by an unnecessary loop. At least I could not see any reason why it should be there.
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.
2019-01-08Fix error when using transform orientation pie menu.Brecht Van Lommel