Gui: refactor link property editor

PropertyLinkItem now support all major types of link property.
PropertyLinkListItem is no longer necessary, but kept for backward
compatible, which is now identical to PropertyLinkItem.

DlgPropertyLink, the link selection dialog, is now made modeless, so
that that user can select geometry sub-element directory from 3D view.
This commit is contained in:
Zheng, Lei
2020-01-22 17:13:47 +08:00
committed by WandererFan
parent 24d935096d
commit 0633abb70d
10 changed files with 1170 additions and 719 deletions

View File

@@ -861,7 +861,7 @@ void View3DInventorViewer::checkGroupOnTop(const SelectionChanges &Reason) {
return;
}
if(childRoot->findChild(childVp->getRoot())<0) {
FC_WARN("cannot find '" << childVp->getObject()->getFullName()
FC_LOG("cannot find '" << childVp->getObject()->getFullName()
<< "' in geo group '" << grp->getNameInDocument() << "'");
break;
}