Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
commenting out the createAIweight stuff from gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Gra-tak committed Mar 17, 2018
1 parent 87b7080 commit 053e4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythonScripts/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ def __init__(self,root):
self.tabClasses[-1].separateStart=False
self.tabClasses[-1].singleEntryCheck="Source File"

self.newTab("Create AI Vars",createAIVarsFromModifiers,("text files","*.txt"),[],[of,"effect_name","type",oll],"")
self.tabClasses[-1].helpText="Creates weight files to be used in AI buiding weights. Since options are global, it's best to create one 'project' for different tpyes, e.g. one for planet modifiers, one for buildings, one for blocker"
#self.newTab("Create AI Vars",createAIVarsFromModifiers,("text files","*.txt"),[],[of,"effect_name","type",oll],"")
#self.tabClasses[-1].helpText="Creates weight files to be used in AI buiding weights. Since options are global, it's best to create one 'project' for different tpyes, e.g. one for planet modifiers, one for buildings, one for blocker"


nb.pack(expand=1, fill="both") # Pack to make visible
Expand Down

0 comments on commit 053e4fb

Please sign in to comment.