Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2018-11-14 20:19:41 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-11-14 20:21:06 +0300
commita4fccde67a9b4ab23765acba8932e66a46487511 (patch)
treeeb55cc3f86c08e55cc40339d6e9cf94847d573b9 /release/scripts/templates_py/addon_add_object.py
parent844c7440fcbf2aa30d73418f43e6cb42cf27a6ee (diff)
Fix some templates for 2.8.
Diffstat (limited to 'release/scripts/templates_py/addon_add_object.py')
-rw-r--r--release/scripts/templates_py/addon_add_object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates_py/addon_add_object.py b/release/scripts/templates_py/addon_add_object.py
index d7ee145175f..6e51149e451 100644
--- a/release/scripts/templates_py/addon_add_object.py
+++ b/release/scripts/templates_py/addon_add_object.py
@@ -2,7 +2,7 @@ bl_info = {
"name": "New Object",
"author": "Your Name Here",
"version": (1, 0),
- "blender": (2, 75, 0),
+ "blender": (2, 80, 0),
"location": "View3D > Add > Mesh > New Object",
"description": "Adds a new Mesh Object",
"warning": "",