mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] Viewer3D: minor fixes
* remove unneeded hack to clear the SceneLoader * don't display sfm checkbox if alembicPlugin is not available
This commit is contained in:
parent
7ff4100396
commit
c0c28b5dcf
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,6 @@ FocusScope {
|
|||
|
||||
function clearScene()
|
||||
{
|
||||
source = 'no_file' // only way to force unloading of valid scene
|
||||
source = ''
|
||||
}
|
||||
|
||||
|
@ -447,6 +446,7 @@ FocusScope {
|
|||
|
||||
Column {
|
||||
Row {
|
||||
visible: root.supportAlembic
|
||||
CheckBox { id: showSfMCheckBox; text: "SfM"; checked: true; visible: root.supportAlembic; opacity: root.abcSource ? 1.0 : 0.6 }
|
||||
ToolButton {
|
||||
text: MaterialIcons.clear; font.family: MaterialIcons.fontFamily; visible: root.abcSource != '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue