Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2017-06-25 23:06:04 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2017-06-25 23:06:42 +0300
commit1c053c6a12d53e7e445692daa981f7c9b92ce6ee (patch)
treeca9d27337c81d2092221e3ae75d75b479b383e85 /source/blender/collada/collada.h
parentad58617bd2404745f0366c04a55b6a354d507e20 (diff)
Collada: Exporter now only exports either 'Materials' or 'UV Textures as Materials'. This makes the user interface more streight
Diffstat (limited to 'source/blender/collada/collada.h')
-rw-r--r--source/blender/collada/collada.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h
index 99c749421a4..d31f5a8ba62 100644
--- a/source/blender/collada/collada.h
+++ b/source/blender/collada/collada.h
@@ -47,9 +47,8 @@ typedef enum BC_export_transformation_type {
} BC_export_transformation_type;
typedef enum BC_export_texture_type {
- BC_TEXTURE_TYPE_NONE,
- BC_TEXTURE_TYPE_UV,
- BC_TEXTURE_TYPE_MAT
+ BC_TEXTURE_TYPE_MAT,
+ BC_TEXTURE_TYPE_UV
} BC_export_texture_type;
struct bContext;