mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[ui] Bounding Box are usable in other nodes, not only Meshing
This commit is contained in:
parent
6791f02f2d
commit
9b0de32930
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ Entity {
|
|||
|
||||
// Specific properties to the MESHING node (declared and initialized for every Entity anyway)
|
||||
property bool hasBoundingBox: {
|
||||
if (nodeType === "Meshing" && currentNode.attribute("useBoundingBox")) // Can have a BoundingBox
|
||||
if (currentNode.hasAttribute("useBoundingBox")) // Can have a BoundingBox
|
||||
return currentNode.attribute("useBoundingBox").value
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue