We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8912004 commit e5b4964Copy full SHA for e5b4964
js/preview/canvas.js
@@ -654,6 +654,9 @@ export const Canvas = {
654
},
655
updateVisibility() {
656
Canvas.updateView({elements: Outliner.elements, element_aspects: {visibility: true}})
657
+ Group.all.forEach(group => {
658
+ if (group.mesh) group.mesh.visible = group.visibility;
659
+ });
660
661
updateAllFaces(texture) {
662
Outliner.elements.forEach(function(obj) {
0 commit comments