Skip to content

Commit e5fcf26

Browse files
author
MrClock8163
committed
Incremented the version number for release
1 parent e5aa112 commit e5fcf26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
bl_info = {
22
"name": "Arma 3 model.cfg node editor",
33
"author": "MrClock",
4-
"version": (0, 0, 1),
4+
"version": (1, 0, 0),
55
"blender": (2, 83, 0),
66
"location": "Model config editor",
7-
"description": "Node tree based tool for creating model configuration files",
8-
"warning": "Not a release (work in progress)",
7+
"description": "Node tree based tool for creating model configuration files for Arma 3",
8+
"warning": "Initial release",
99
# "tracker_url": "",
1010
# "support": "TESTING",
1111
"doc_url": "https://github.com/MrClock8163/BlenderModelCfgEditor/wiki",

ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def draw_menu(self,context):
678678
layout.menu("MCFG_MT_TemplatesSetupPresets")
679679

680680
# Original node editor header draw function
681-
orig_node_header = bpy.types.NODE_HT_header.draw
681+
# orig_node_header = bpy.types.NODE_HT_header.draw
682682

683683
def draw_header_override(self,context): # THIS STILL NEEDS TO BE LOOKED INTO REGARDING ADDON CONFLICTS
684684
from bl_ui.space_node import NODE_MT_editor_menus

0 commit comments

Comments
 (0)