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
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
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Fix invalid string comparisonsCampbell Barton
Identity checks should never be used with strings, it may fail based on Python's interning logic.
2018-12-08Fix T58952: view3d_pie_menus: using snapping pie causes errorPhilipp Oeser
note that logic is not taking into account that snapping to different elements (mixing) is now possible, so it is still setting a single choice as in 2.79. Supporting this is of course possible but would need some more work on the UI to show which elements are currently selected.
2018-11-06View 3D Pie Menus: Correct order in Manipulator Pie MenuJacques Lucke
2018-11-06View 3D Pie Menus: Blender 2.8 fixesJacques Lucke
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-11-01UI: Rename "Cursor to Center" to "Cursor to World Origin"Pablo Vazquez
Just labels as well, this time for add-ons.
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-10-10Update for new icon set.Brecht Van Lommel
2018-10-05Update for border select -> box select renameCampbell Barton
2018-09-07Pie menu official: Updates for latest API changesSergey Sharybin
Also restpored name of menu entry in previous commit.
2018-09-07View3D pie menus: Updates to recent API changes and renamesSergey Sharybin