diff --git a/__init__.py b/__init__.py index 31ca221..c7f6590 100644 --- a/__init__.py +++ b/__init__.py @@ -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", diff --git a/ui.py b/ui.py index d747a17..36ba5ea 100644 --- a/ui.py +++ b/ui.py @@ -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