ENH: remove 'repair' from cli which is not supported
Change-Id: I9ef1ef2e9971643ce9367e5ebf4417eb5c599c80
This commit is contained in:
parent
250a359247
commit
545fdbf96b
1 changed files with 2 additions and 2 deletions
|
@ -4579,10 +4579,10 @@ CLITransformConfigDef::CLITransformConfigDef()
|
|||
//def->cli = "orient|o";
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("repair", coBool);
|
||||
/*def = this->add("repair", coBool);
|
||||
def->label = L("Repair");
|
||||
def->tooltip = L("Repair the model's meshes if it is non-manifold mesh");
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
def->set_default_value(new ConfigOptionBool(false));*/
|
||||
|
||||
/*def = this->add("rotate", coFloat);
|
||||
def->label = L("Rotate");
|
||||
|
|
Loading…
Reference in a new issue