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:
authorCampbell Barton <ideasman42@gmail.com>2011-01-25 16:31:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-25 16:31:25 +0300
commitb6cedfd6460e5945f9d8a7a7b36f133e6a9e333c (patch)
treec2b9fc543dbf6f70ef781f09f93d3c54ccbb3773 /io_scene_x3d/__init__.py
parent8c872148d0648968ddbbb5235e5479717441a38d (diff)
patch [#25703] io_scene_x3d update for commit 34386
fix from iliciss Muhgue (filiciss)
Diffstat (limited to 'io_scene_x3d/__init__.py')
-rw-r--r--io_scene_x3d/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 987895ad..c758915f 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -21,6 +21,8 @@
bl_info = {
"name": "Web3D X3D/VRML format",
"author": "Campbell Barton, Bart",
+ "blender": (2, 5, 6),
+ "api": 34386,
"location": "File > Import-Export",
"description": "Import-Export X3D, Import VRML",
"warning": "",