Skip to content

Commit

Permalink
Incremented the version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrClock8163 committed Aug 14, 2022
1 parent e5aa112 commit e5fcf26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
bl_info = {
"name": "Arma 3 model.cfg node editor",
"author": "MrClock",
"version": (0, 0, 1),
"version": (1, 0, 0),
"blender": (2, 83, 0),
"location": "Model config editor",
"description": "Node tree based tool for creating model configuration files",
"warning": "Not a release (work in progress)",
"description": "Node tree based tool for creating model configuration files for Arma 3",
"warning": "Initial release",
# "tracker_url": "",
# "support": "TESTING",
"doc_url": "https://github.com/MrClock8163/BlenderModelCfgEditor/wiki",
Expand Down
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ def draw_menu(self,context):
layout.menu("MCFG_MT_TemplatesSetupPresets")

# Original node editor header draw function
orig_node_header = bpy.types.NODE_HT_header.draw
# orig_node_header = bpy.types.NODE_HT_header.draw

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

0 comments on commit e5fcf26

Please sign in to comment.