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:
authorBrecht Van Lommel <brecht@blender.org>2020-05-29 22:07:09 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-05-29 22:07:09 +0300
commit5d33d1a1c2531e64bda78d46b517571f2b1e98e7 (patch)
tree88febeae853a7b40eb20d1714c37b43c848cecd9 /io_scene_fbx
parent6ee2350a9e4e2e967fbf3b944d0a3d9217fd1df2 (diff)
parentf5edd05a3b19a8b9647720673c5b327863df891d (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'io_scene_fbx')
-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 f52e3edd..b412d35f 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "FBX format",
"author": "Campbell Barton, Bastien Montagne, Jens Restemeier",
"version": (4, 21, 2),
- "blender": (2, 90, 3),
+ "blender": (2, 90, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",
"warning": "",