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
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-07-03 18:14:29 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-07-03 18:15:15 +0300
commita740fe7547fc74faab78b1a155b52f653c041868 (patch)
treee8adc2de8c00610d7aa688dd3e206734678e601f /io_scene_fbx/__init__.py
parent7937fe22df4a5fcfa931281aba1dfa05bb0ea4a1 (diff)
FBX Import: Fix (unreported) embeded images not always loaded.
Diffstat (limited to 'io_scene_fbx/__init__.py')
-rw-r--r--io_scene_fbx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 42321cf1..5a98fcd9 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -21,7 +21,7 @@
bl_info = {
"name": "FBX format",
"author": "Campbell Barton, Bastien Montagne, Jens Restemeier",
- "version": (3, 4, 2),
+ "version": (3, 4, 3),
"blender": (2, 74, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",