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
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