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-04-10space_view3d_brush_menus: Improve brush icon support.Ryan Inch
- Brushes menu: print terminal warning and use fallback icon if tool/mode isn't supported yet. - Add icons for new sculpt mode tools to brushes menu.
2022-04-10space_view3d_brush_menus: Fix T96937 and make symmetry work consistently ↵Ryan Inch
from all applicable modes.
2022-02-14File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-01-07space_view3d_brush_menus: update for change in masterCampbell Barton
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-10-29fix manual linksmeta-androcto
2019-10-26Dynamic Brush Menus: Update wiki url.Ryan Inch
2019-10-26Dynamic Brush Menus: Add icons for new sculpt brushes.Ryan Inch
2019-09-23addons change categories: T70017meta-androcto
2019-09-04Dynamic Brush Menus: add warning/options for missing uvs: T68350Ryan Inch
2019-09-04Dynamic Brush Menus: add interactive mode to default actions: T68350Ryan Inch
2019-09-04Dynamic Brush Menus: remove duplicate default actions: T68350Ryan Inch
2019-09-02space_view3d_brush_menus: add default spacebar menu actions: T68350meta-androcto
2019-08-31Dynamic Brush Menus: return to release: T68350 T63750 437e41a06681Ryan Inch
2019-05-24space_view3d_brush_menus: move to contrib: T63750meta-androcto
2019-01-23addons: add missing text= keyword after labelNBurn
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.
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-11-09Fix T57742: Sculpt/Paint Brush Menus fails to display constant detailPhilipp Oeser
resolution thx Tomas(MuscleLord) for spotting this!
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-09-07Cleanup: trailing spaceCampbell Barton
2017-08-16brush menus, Fix: T52409meta-androcto
2017-08-15brush menus, fix indent last commit, bump version numbermeta-androcto
2017-08-15brush menus, fix brush types by ryan inch (imaginer)meta-androcto
2017-07-24Cleanup: trailing spacesCampbell Barton
2017-07-20brush menus: bug fixes/update by imaginer T52124meta-androcto
2017-04-22Sculpt Paint Brush Menus: cleanup, refactor, various fixeslijenstina
Bumped version to 1.1.4 Remove the Utils folder and move it to file utils_core Remove star imports and replace them with namespace Remove unused imports Use importlib for reloading files Add customization to the brushes (column size, 3 types of menus) Remove the VIEW3D_MT_Brush_Selection1 menu Remove versioning code Add some helper functions in utils_core Fix crash with poll functions get_mode if no active object Fix several crashes with unlinked missing active brush (hope i got it all) Move the shortcut register to the init Update wiki link NOTE: Remove unused operators and functions Part of it is something to do with properties creation Haven't seen the code used anywhere so it was removed If it is needed for something it could be restored later
2017-03-20brush menus alt/v: T42564meta-androcto