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
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-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
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