mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
update Percentage python name
This commit is contained in:
parent
2dbd2f4b12
commit
3c7b215ff3
@ -67,7 +67,7 @@ const static std::array<QString, 14> saveCapabilitiesStrings = {
|
||||
};
|
||||
|
||||
const char PYTHON_TYPE_ENUM[] = "str";
|
||||
const char PYTHON_TYPE_ABSPERC[] = "Percentage";
|
||||
const char PYTHON_TYPE_ABSPERC[] = "PercentageValue";
|
||||
const char PYTHON_TYPE_DYNAMIC_FLOAT[] = "float (bounded)";
|
||||
const char PYTHON_TYPE_BOOL[] = "bool";
|
||||
const char PYTHON_TYPE_INT[] = "int";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user