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-01-30Fix: Material.diffuse_color has an alpha component nowJacques Lucke
2019-01-27Archimesh: Conversion to 2.80Antonioya
Adapt the script to new Blender version Task T60910
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-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-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Fix T56847: Archimesh (normal of somefaces reversed)Antonioya
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
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-07-24Cleanup: trailing spacesCampbell Barton
2017-07-13Fix T52020: Archimesh autohole not workingAntonio Vazquez
The boolean modifier was created but was removed later. This remove is not necessary.
2017-06-26Archimesh: Cleanup remove an unrecognised char from commentlijenstina
Very small cleanup - remove a char from comment No functional changes
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
2017-01-03Archimesh: Fix vertex problem for door model 5Antonio Vazquez
There was an extra vertex in one lower corner of the door. Some minor tweaks in vertices too.
2016-10-19Fix T49785: Archimesh crash if create material using BI renderAntonioya
In some situations the program creates materials for Cycles when the BI render was selected.
2016-10-02Archimesh: Cleanup commentAntonioya
2016-10-02Archimesh: Remove unused parameters added in previous fixAntonioya
Some parameters not used were included by error in previous commit
2016-10-02Fix T49533: Archimesh does not display all dimensions when last wall closes roomAntonioya
When the end of the last wall was equal to the close wall, the dimensions were not displayed. The problem was related with the precision in the point calculation. Some code cleanup was done too.
2016-10-02Archimesh: Replace textAntonioya
The word advance must be advanced
2016-09-23Fix T49432: Archimesh crashes blender when room height info changedAntonioya
Vertex data was not available when reading the for creating floor or ceiling.
2016-09-20Urgent fix: T49403 Fix for broken change tab category feature: user ↵meta-androcto
preferences save was broken
2016-08-18Archimesh: fix normals of wall with peaksAntonioya
2016-08-15archimesh: unify tab categorymeta-androcto
2016-08-10archimesh, fix registrationmeta-androcto
2016-08-10update archimesh: add rename tab categorymeta-androcto
2016-08-10Archimesh: Fix error in import for os moduleAntonioya
2016-08-10Archimesh: Fix import error for math moduleAntonioya
2016-08-10Archimesh: Cleanup styleAntonioya
2016-08-09Archimesh: Change version to identify addon for Blender 2.78Antonioya
2016-08-09Archimesh: Fix error when Cycles is not enabledAntonioya
Now if cycles render is not enabled or not selected, the materials are not created.
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