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>2017-10-31 18:28:33 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-10-31 18:28:33 +0300
commitfde4fe14b77cb4c912e12f5a0454e7afb1c90378 (patch)
tree001c9a768b28e53f672bfb8d984be09120f717ae /io_scene_fbx/__init__.py
parent0b286650b3e9913196bd16874c4840165392803d (diff)
Add option to control FBX 'empty' type through a string custom property in Blender's empty.
Based on https://developer.blender.org/D2279 by Pavel Křupala (@pavelkrupala), thanks.
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 d07cccdd..055fe86e 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, 8, 2),
+ "version": (3, 8, 3),
"blender": (2, 79, 1),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",