fixed [#23400] Unable to import *.3ds/*.obj files with textures

changed some rna names to be more consistant
- use_texture -> use_image, since it sets if 'image' is used.
- use_map_color_diff -> use_map_color_diffuse since diffuse is used elsewhere in the same type.
This commit is contained in:
2010-08-20 08:11:26 +00:00
parent 4f5f868a52
commit 6da7684ca6
6 changed files with 550 additions and 549 deletions

View File

@@ -522,7 +522,7 @@ data_path_update = [
("MaterialTextureSlot", "from_original", "use_from_original"),
("MaterialTextureSlot", "map_alpha", "use_map_alpha"),
("MaterialTextureSlot", "map_ambient", "use_map_ambient"),
("MaterialTextureSlot", "map_colordiff", "use_map_color_diff"),
("MaterialTextureSlot", "map_colordiff", "use_map_color_diffuse"),
("MaterialTextureSlot", "map_coloremission", "use_map_color_emission"),
("MaterialTextureSlot", "map_colorreflection", "use_map_color_reflection"),
("MaterialTextureSlot", "map_colorspec", "use_map_color_spec"),