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
2020-02-24Fix T73794: Archimesh error adding materialsAntonio Vazquez
Fix by @nacioss Differential revision: https://developer.blender.org/D6917
2019-09-09Fix T69664: Update add-ons for Mapping node changes.OmarSquircleArt
The Mapping node was update to have dynamic inputs that can be linked. Moreover, the min and max options were removed entrily. This broke add-ons that used the Mapping node, so this patch fixes those add-ons. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D5732
2019-07-17Archimesh: fix usages of bpy.ops.object.select_allPhilipp Oeser
Fixes T67048: Adding archimesh stairs object to the scene flips normals of all other objects in scene Reviewers: antoniov, brecht Maniphest Tasks: T67048 Differential Revision: https://developer.blender.org/D5282
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-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
2017-06-26Archimesh: Cleanup remove an unrecognised char from commentlijenstina
Very small cleanup - remove a char from comment No functional changes
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-03move archimesh to release re: T37230meta-androcto