Expressions: Fix property editor behavior
- change responsibility of python code emition - Correct python code handling for expressions - handle constraints expressions handling
This commit is contained in:
@@ -180,7 +180,7 @@ bool ExpressionBinding::apply()
|
||||
|
||||
std::string name = docObj->getNameInDocument();
|
||||
|
||||
return apply("App.ActiveDocument." + name + "." + std::string(prop->getName()));
|
||||
return apply("App.ActiveDocument." + name + "." + getPath().toEscapedString());
|
||||
}
|
||||
|
||||
void ExpressionBinding::expressionChange(const ObjectIdentifier& id) {
|
||||
|
||||
Reference in New Issue
Block a user