[Bf-extensions-cvs] [b7e6bc93] master: addons-contrib: blender version number fix

NBurn noreply at git.blender.org
Mon Jan 21 05:21:44 CET 2019


Commit: b7e6bc93bbbea3cdb1b9e00387db6d0e9789a80a
Author: NBurn
Date:   Sun Jan 20 23:21:13 2019 -0500
Branches: master
https://developer.blender.org/rBACb7e6bc93bbbea3cdb1b9e00387db6d0e9789a80a

addons-contrib: blender version number fix

===================================================================

M	add_dimension.py
M	add_mesh_icicle_snowflake/add_mesh_icicle_gen.py
M	add_mesh_icicle_snowflake/add_mesh_snowflake.py
M	cacharanth/__init__.py
M	camera_overscan.py
M	data_overrides/__init__.py
M	exact_edit/__init__.py
M	io_import_BrushSet.py
M	io_scene_map/__init__.py
M	lamp_geographical_sun.py
M	lighting_hdri_shortcut/__init__.py
M	mesh_ktools.py
M	object_particle_hair_net.py
M	render_cube_map.py
M	space_view3d_enhanced_3d_cursor.py
M	space_view3d_render_settings.py
M	space_view3d_toolshelf_menu.py
M	sun_position/__init__.py

===================================================================

diff --git a/add_dimension.py b/add_dimension.py
index 92b29e8e..6644c5df 100644
--- a/add_dimension.py
+++ b/add_dimension.py
@@ -20,7 +20,7 @@ bl_info = {
     'name': 'Dimension',
     'author': 'Spivak Vladimir (http://cwolf3d.korostyshev.net)',
     'version': (3, 9, 5),
-    'blender': (2, 7, 8),
+    'blender': (2, 78, 0),
     'location': 'View3D > Add > Curve',
     'description': 'Adds Dimension',
     'warning': '', # used for warning icon and text in addons panel
diff --git a/add_mesh_icicle_snowflake/add_mesh_icicle_gen.py b/add_mesh_icicle_snowflake/add_mesh_icicle_gen.py
index 2c096367..3ddc20f1 100644
--- a/add_mesh_icicle_snowflake/add_mesh_icicle_gen.py
+++ b/add_mesh_icicle_snowflake/add_mesh_icicle_gen.py
@@ -2,7 +2,7 @@ bl_info = {
     "name": "Icicle Generator",
     "author": "Eoin Brennan (Mayeoin Bread)",
     "version": (2, 2, 1),
-    "blender": (2, 7, 4),
+    "blender": (2, 74, 0),
     "location": "View3D > Add > Mesh",
     "description": "Construct a linear string of icicles of different sizes",
     "warning": "",
diff --git a/add_mesh_icicle_snowflake/add_mesh_snowflake.py b/add_mesh_icicle_snowflake/add_mesh_snowflake.py
index 7a567600..4afcaa7b 100644
--- a/add_mesh_icicle_snowflake/add_mesh_snowflake.py
+++ b/add_mesh_icicle_snowflake/add_mesh_snowflake.py
@@ -2,7 +2,7 @@ bl_info = {
     "name": "Snowflake Generator",
     "author": "Eoin Brennan (Mayeoin Bread)",
     "version": (1, 3, 1),
-    "blender": (2, 7, 4),
+    "blender": (2, 74, 0),
     "location": "View3D > Add > Mesh",
     "descrition": "Construct a randomly generated snowflake",
     "warning": "",
diff --git a/cacharanth/__init__.py b/cacharanth/__init__.py
index 6c6cf0e4..e92c2055 100644
--- a/cacharanth/__init__.py
+++ b/cacharanth/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Cacharanth",
     "author": "Pablo Vazquez, Lukas Toenne",
     "version": (0, 2),
-    "blender": (2, 7, 3),
+    "blender": (2, 73, 0),
     "location": "View3D > Cacharanth (Tab)",
     "description": "Import and Export Caches",
     "warning": "",
diff --git a/camera_overscan.py b/camera_overscan.py
index 8a06394c..34c81a20 100644
--- a/camera_overscan.py
+++ b/camera_overscan.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Camera Overscan",
     "author": "John Roper, Barnstorm VFX, Luca Scheller",
     "version": (1, 2, 1),
-    "blender": (2, 7, 6),
+    "blender": (2, 76, 0),
     "location": "Render Settings > Camera Overscan",
     "description": "Render Overscan",
     "warning": "",
diff --git a/data_overrides/__init__.py b/data_overrides/__init__.py
index 2998bcf7..fc26a614 100644
--- a/data_overrides/__init__.py
+++ b/data_overrides/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Data Overrides",
     "author": "Lukas Toenne",
     "version": (0, 1),
-    "blender": (2, 7, 3),
+    "blender": (2, 73, 0),
     "location": "Scene Properties",
     "description": "Override settings and caching for linked objects",
     "warning": "",
diff --git a/exact_edit/__init__.py b/exact_edit/__init__.py
index 1ab4e1e6..7cc0bd57 100644
--- a/exact_edit/__init__.py
+++ b/exact_edit/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Exact Edit",
     "author": "nBurn",
     "version": (0, 2, 0),
-    "blender": (2, 7, 7),
+    "blender": (2, 77, 0),
     "location": "View3D",
     "description": "Tool for precisely setting distance, scale, and rotation",
     "wiki_url": "https://github.com/n-Burn/Exact_Edit/wiki",
diff --git a/io_import_BrushSet.py b/io_import_BrushSet.py
index c2309813..49d28185 100644
--- a/io_import_BrushSet.py
+++ b/io_import_BrushSet.py
@@ -36,7 +36,7 @@ bl_info = {
     "name": "import BrushSet",
     "author": "Daniel Grauer (kromar)",
     "version": (1, 2, 1),
-    "blender": (2, 7, 4),
+    "blender": (2, 74, 0),
     "category": "Import-Export",
     "location": "File > Import > BrushSet",
     "description": "imports all image files from a folder",
diff --git a/io_scene_map/__init__.py b/io_scene_map/__init__.py
index 330cf053..77bc7582 100644
--- a/io_scene_map/__init__.py
+++ b/io_scene_map/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Quake/Doom3 MAP format",
     "author": "Campbell Barton, scorpion81, Bastien Montagne, motorstep",
     "version": (2, 1, 0),
-    "blender": (2, 6, 9),
+    "blender": (2, 69, 0),
     "location": "File > Export",
     "description": "Export MAP brushes, nurbs surfaces, "
                    "lamps and empties as map nodes",
diff --git a/lamp_geographical_sun.py b/lamp_geographical_sun.py
index f35a5a09..5cac89f1 100644
--- a/lamp_geographical_sun.py
+++ b/lamp_geographical_sun.py
@@ -30,7 +30,7 @@ bl_info = {
     "name": "Geographical Sun",
     "author": "Doug Hammond (dougal2)",
     "version": (0, 0, 2),
-    "blender": (2, 7, 0),
+    "blender": (2, 70, 0),
     "category": "Lighting",
     "location": "Lamp data > Geographical Sun",
     "warning": "",
diff --git a/lighting_hdri_shortcut/__init__.py b/lighting_hdri_shortcut/__init__.py
index ebb4a22e..1c4600b4 100644
--- a/lighting_hdri_shortcut/__init__.py
+++ b/lighting_hdri_shortcut/__init__.py
@@ -5,7 +5,7 @@ bl_info = {
     "name": "HDRI lighting Shortcut",
     "author": "Nicolas Priniotakis (Nikos)",
     "version": (1, 3, 2, 0),
-    "blender": (2, 7, 6, 0),
+    "blender": (2, 76, 0),
     "api": 44539,
     "category": "Material",
     "location": "Properties > World",
diff --git a/mesh_ktools.py b/mesh_ktools.py
index 85ce5b7a..8fb665b0 100644
--- a/mesh_ktools.py
+++ b/mesh_ktools.py
@@ -25,7 +25,7 @@ bl_info = {
         'location': '"Shift+Q" and also in EditMode "W-Specials/ KTools"',
         'description': "Adds my personal collection of small handy scripts (mostly modeling tools)",
         'category': "Mesh",
-        'blender': (2, 7, 6),
+        'blender': (2, 76, 0),
         'version': (0, 2, 8),
         'wiki_url': 'http://www.kjartantysdal.com/scripts',
 }
diff --git a/object_particle_hair_net.py b/object_particle_hair_net.py
index 5913fa5f..db632ca0 100644
--- a/object_particle_hair_net.py
+++ b/object_particle_hair_net.py
@@ -18,7 +18,7 @@ bl_info = {
         "name": "HairNet",
         "author": "Rhett Jackson",
         "version": (0, 5, 1),
-        "blender": (2, 7, 4),
+        "blender": (2, 74, 0),
         "location": "Properties",
         "category": "Object",
         "description": "Creates a particle hair system with hair guides from mesh edges which start at marked seams",
diff --git a/render_cube_map.py b/render_cube_map.py
index aa4107ec..2d0bc7fb 100644
--- a/render_cube_map.py
+++ b/render_cube_map.py
@@ -50,7 +50,7 @@ bl_info = {
     "name": "Cube Map",
     "author": "Dalai Felinto",
     "version": (1, 0),
-    "blender": (2, 7, 7),
+    "blender": (2, 77, 0),
     "location": "Render Panel",
     "description": "",
     "warning": "",
diff --git a/space_view3d_enhanced_3d_cursor.py b/space_view3d_enhanced_3d_cursor.py
index d00486dc..7540fd88 100644
--- a/space_view3d_enhanced_3d_cursor.py
+++ b/space_view3d_enhanced_3d_cursor.py
@@ -22,7 +22,7 @@ bl_info = {
     "description": "Cursor history and bookmarks; drag/snap cursor.",
     "author": "dairin0d",
     "version": (3, 0, 7),
-    "blender": (2, 7, 7),
+    "blender": (2, 77, 0),
     "location": "View3D > Action mouse; F10; Properties panel",
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/space_view3d_render_settings.py b/space_view3d_render_settings.py
index d488c412..10164355 100644
--- a/space_view3d_render_settings.py
+++ b/space_view3d_render_settings.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Render Settings",
     "author": "meta-androcto, Saidenka",
     "version": (0, 1, 1),
-    "blender": (2, 7, 7),
+    "blender": (2, 77, 0),
     "location": "Render Menu, UV Editor Render Tab",
     "description": "Render Settings BI & Cycles",
     "warning": "",
diff --git a/space_view3d_toolshelf_menu.py b/space_view3d_toolshelf_menu.py
index 2553d322..19a7b0e4 100644
--- a/space_view3d_toolshelf_menu.py
+++ b/space_view3d_toolshelf_menu.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Dynamic Toolshelf Menu",
     "author": "meta-androcto",
     "version": (3, 0, 2),
-    "blender": (2, 7, 7),
+    "blender": (2, 77, 0),
     "location": "View3D > Spacebar Key, Dynamic Tab",
     "description": "Context Sensitive Toolshelf Menu",
     "warning": "",
diff --git a/sun_position/__init__.py b/sun_position/__init__.py
index 58e04587..59e6a588 100644
--- a/sun_position/__init__.py
+++ b/sun_position/__init__.py
@@ -35,7 +35,7 @@ bl_info = {
     "name": "Sun Position",
     "author": "Michael Martin",
     "version": (3, 0, 1),
-    "blender": (2, 6, 5),
+    "blender": (2, 65, 0),
     "api": 53207,
     "location": "World > Sun Position",
     "description": "Show sun position with objects and/or sky texture",



More information about the Bf-extensions-cvs mailing list