File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11bl_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" ,
Original file line number Diff line number Diff 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
683683def 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
You can’t perform that action at this time.
0 commit comments