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-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
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-07-23UI: more descriptive tooltipInes Almeida
2018-07-12Python: use fieldsCampbell Barton
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2018-07-03pie menus: update for renamed toolCampbell Barton
2018-07-03space_view3d_pie_menus: version bumpCampbell Barton
2018-05-22"Manipulators" Pie - Simplify layout to only offer the 3 basic transformsJoshua Leung
This way, it's a more balanced layout, at the expense of losing access to the Translate/Rotate/Scale manipulator. But for our Spring animator at least, this is sufficient already.
2018-05-22Port the "View 3D Pie Menus" Addon's "Manipulator" Pie over to activate ↵Joshua Leung
tools, as manipulators are no more * Spring team animator request * It's no longer possible to combinations of manipulators. Hence the reason they don't exist here * I've kept the basic/original layout to avoid muscle memory problems. However, as a result, the new pie doesn't make good use of space, and is unbalanced.
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-09-17viewport pies sculpt menu: Fix T52780meta-androcto
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-253D Viewport Pie Menus: fix register, duplicate class namelijenstina
Part of the T51547: Solve the key registration / reload issues related to the class VIEW3D_OT_Interactive_Mode_Grease_Pencil having the same name as a spacebar menu class Renamed to view3d.pie_interactive_mode_grease_pencil Small cleanup
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-05-16viewport pies, edit mode select: remove box buttonsmeta-androcto
2017-05-16viewport pies: fix select pies usabilitymeta-androcto
2017-03-19T50732 check unversioned filesmeta-androcto
2017-03-19Update 3d Viewport pie menus: T50732meta-androcto
2017-01-28fix viewport pie addons prefs alignmeta-androcto
2017-01-27viewport pies, Fix: T49659meta-androcto
2016-09-14Fix for 2.78rc viewport pies: GP modes & armature fixmeta-androcto
2016-09-12pie menus addon revert last commitmeta-androcto
2016-09-123d view pies: Fix for missing grease pencil edit mode. fix layout. by ↵meta-androcto
italic/meta-androcto
2016-09-01fix class namesv2.78-rc1meta-androcto
2016-08-31view3d pies: fix for prefs conflictsmeta-androcto
2016-08-31view3d pies: workflow fixmeta-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