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-03-15Cleanup: fix source comment typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14312
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2022-01-05Cleanup: fix types in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-08-31Fix: Material Library VX add-on cannot apply library materials to selected ↵Iyad Ahmed
object Fix https://developer.blender.org/T90483, https://developer.blender.org/T89680 Reviewed By: mont29, dfelinto, campbellbarton Maniphest Tasks: T89740, T90483, T89680 Differential Revision: https://developer.blender.org/D12214
2021-06-08Update for changes in the Python API using keyword only argumentsCampbell Barton
2020-04-03Fix T73899: matlib vx materials path Diff 23291meta-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-01-05materials_library_vx: part fix eevee/cycles 2.8 compatible.meta-androcto
2019-12-12materials addons: default to manualmeta-androcto
2019-09-24materials_library_vx: close panel by default: T70017meta-androcto
2019-08-20materials_library_vx: Interface: use icon and textmeta-androcto
2019-04-29Fix T63955: label text not used as a keyword argCampbell Barton
2019-04-18Fix indentation, write into temp folder, and expose user prefsStephen Leger
2019-04-15matlibvx, fix save library pathmeta-androcto
2019-04-04materials_library_vx/ initial update for 2.8meta-androcto
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-21addons: blender version number fixNBurn
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-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
2018-04-26Fix T54803: Materials Library VX: follow strict class namingPhilipp Oeser
2018-04-19Material Library VX: fix error when clearing categoryPhilipp Oeser
2018-01-06fix #T53706 : write cmd script into writeable temp folderStephen Leger
2017-09-04Cleanup: don't print missing path when it's emptyCampbell Barton
2017-07-24Cleanup: trailing spacesCampbell Barton
2017-07-05matlibvx: addons prefs custom file path by stephen-lmeta-androcto
2017-05-31Initial commit matlibvx BI/Cycles materials filesmeta-androcto
2017-05-28matlib vx fix add/remove from libraryAlfonso
2017-05-21update materials library vxmackraken
Signed-off-by: meta-androcto <meta.androcto1@gmail.com>
2017-04-25matlibvx: revert ui changesmeta-androcto
2017-04-24Initial Commit materials library: T51230 T50357meta-androcto