Assembly: Replace "Activated" property by the core "Suppressed" mecha… (#22409)
* Assembly: Replace "Activated" property by the core "Suppressed" mechanism. * Fix inaccuracy * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * move the change to migrationScript5 function * Update JointObject.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -352,7 +352,7 @@ void AssemblyLink::synchronizeJoints()
|
||||
}
|
||||
|
||||
// Then we have to check the properties one by one.
|
||||
copyPropertyIfDifferent<App::PropertyBool>(joint, lJoint, "Activated");
|
||||
copyPropertyIfDifferent<App::PropertyBool>(joint, lJoint, "Suppressed");
|
||||
copyPropertyIfDifferent<App::PropertyFloat>(joint, lJoint, "Distance");
|
||||
copyPropertyIfDifferent<App::PropertyFloat>(joint, lJoint, "Distance2");
|
||||
copyPropertyIfDifferent<App::PropertyEnumeration>(joint, lJoint, "JointType");
|
||||
|
||||
Reference in New Issue
Block a user