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-08-17 23:17:43 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-08-17 23:17:43 +0300
commit34564dc442de355acfb7edd426a1dc265f0d761a (patch)
tree4b40da7cd904485965f6dae745a3dac242218e6f /io_scene_fbx/__init__.py
parent94c9c4ee3370d1feb42fc978a1f0d2db07cb9431 (diff)
Fix T45813: FBX export: add dummy stringification of custom props which are not directly supported by FBX format.
This allows some thrid party app to have someting to parse if needed. Quite obviously, this only applies to exporter.
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 5e3f93a5..5bd609a2 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, 5, 3),
+ "version": (3, 5, 4),
"blender": (2, 74, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",