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-07-28Archimesh: replace deprecated bgl moduleGermano Cavalcante
Part of T80730
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-11-13archimesh: add manual linkmeta-androcto
2019-09-06archimesh: add cosmetic separatormeta-androcto
2019-06-16part fix bl_info Locationsmeta-androcto
2019-04-16archimesh: panel location: Createmeta-androcto
2019-01-27Archimesh: Conversion to 2.80Antonioya
Adapt the script to new Blender version Task T60910
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-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-05-05Archimesh: Update panel Rename, replace deprecated imp calllijenstina
Bumped version to 1.1.4 Replace the deprecated imp import with importlib As a part of the task T50726: Update the Panel rename code to more generic one Note: there is the import sys and os that should be maybe removed
2017-03-23Archimesh: remove excess menu iconsmeta-androcto
2017-01-06fix archimesh panels, default to "Create Tab", quick context object mode onlymeta-androcto
2016-09-20Urgent fix: T49403 Fix for broken change tab category feature: user ↵meta-androcto
preferences save was broken
2016-08-15archimesh: unify tab categorymeta-androcto
2016-08-10archimesh, fix registrationmeta-androcto
2016-08-10update archimesh: add rename tab categorymeta-androcto
2016-08-09Archimesh: Change version to identify addon for Blender 2.78Antonioya
2016-08-09Archimesh: Cleanup - Replace generic importAntonioya
Replace generic import by the list of used functions or types
2016-08-08clean up bl_info, add wiki linksmeta-androcto
2016-08-03Avoid modification of python system pathsSergey Sharybin
This isn't a proper way to solve the import problem, use relative import instead.
2016-08-03move archimesh to release re: T37230meta-androcto