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-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
2019-08-20archimesh/achm_room_maker: T68508 allow negative base valuemeta-androcto
2019-04-16archimesh: panel location: Createmeta-androcto
2019-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
Note that some scripts still used the 3D view cursor which has been removed for a while.
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-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-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
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-08-18Archimesh: fix normals of wall with peaksAntonioya
2016-08-10Archimesh: Fix error in import for os moduleAntonioya
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-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