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:
authorNBurn <7nburn@gmail.com>2019-01-21 07:46:19 +0300
committerNBurn <7nburn@gmail.com>2019-01-21 07:46:19 +0300
commit6522b4e0bf1dd49ce9b9f46f5ee8657ffe8e0351 (patch)
treee48105bdf4ee3184cd4c47161af6080687e04b09 /materials_library_vx
parent1d0a99df255511b94d8419c3fbb46f197ca89923 (diff)
addons: blender version number fix
Diffstat (limited to 'materials_library_vx')
-rw-r--r--materials_library_vx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/materials_library_vx/__init__.py b/materials_library_vx/__init__.py
index 3569370e..626f5e3f 100644
--- a/materials_library_vx/__init__.py
+++ b/materials_library_vx/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "Material Library",
"author": "Mackraken (mackraken2023@hotmail.com)",
"version": (0, 5, 8),
- "blender": (2, 7, 8),
+ "blender": (2, 78, 0),
"api": 60995,
"location": "Properties > Material",
"description": "Material Library VX",