2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

blendershell.py updates

This commit is contained in:
Jack Andersen
2015-08-06 09:10:12 -10:00
parent 23bc65c4b9
commit 669c598f4b
7 changed files with 10 additions and 5 deletions

View File

@@ -33,7 +33,10 @@ protected:
bool m_good = false;
public:
ToolBase(const ToolPassInfo& info)
: m_info(info) {}
: m_info(info)
{
HECL::VerbosityLevel = info.verbosityLevel;
}
virtual ~ToolBase() {}
virtual HECL::SystemString toolName() const=0;
virtual int run()=0;