Commit Graph

11 Commits

Author SHA1 Message Date
f95373003e Fix T73794: Archimesh error adding materials
Fix by @nacioss

Differential revision: https://developer.blender.org/D6917
2020-02-24 11:38:11 +01:00
563f8717da Fix T69664: Update add-ons for Mapping node changes.
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-09-09 18:18:19 +02:00
184f7341bd Archimesh: fix usages of bpy.ops.object.select_all
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-07-17 16:30:57 +02:00
9999dada60 Update for API change: scene.cursor_location -> scene.cursor.location
Note that some scripts still used the 3D view cursor which has been
removed for a while.
2019-03-01 12:51:10 +11:00
4e8ddec4e1 Fix: Material.diffuse_color has an alpha component now 2019-01-30 12:44:08 +01:00
00fe1f9d27 Archimesh: Conversion to 2.80
Adapt the script to new Blender version

Task T60910
2019-01-27 19:17:52 +01:00
c686df25d9 addons: object select_set syntax update 2019-01-24 22:59:16 -05:00
809b3771f9 Archimesh: Cleanup remove an unrecognised char from comment
Very small cleanup - remove a char from comment
No functional changes
2017-06-26 20:50:07 +02:00
f3a93f08e8 Archimesh: Fix error when Cycles is not enabled
Now if cycles render is not enabled or not selected, the materials are
not created.
2016-08-09 18:01:14 +02:00
f476cfdd31 Archimesh: Cleanup - Replace generic import
Replace generic import by the list of used functions or types
2016-08-09 13:46:07 +02:00
5cd9040c99 move archimesh to release re: T37230 2016-08-03 10:10:18 +10:00