|
|
@@ -12,7 +12,7 @@ VIEW_DATA = { |
|
|
"ANGLED": [0.25, 1, 2, "Angled"], |
|
|
"ANGLED": [0.25, 1, 2, "Angled"], |
|
|
"CORNER": [0.5, 1, 2, "Corner"], |
|
|
"CORNER": [0.5, 1, 2, "Corner"], |
|
|
"SIDE": [1, 1, 2, "Side"], |
|
|
"SIDE": [1, 1, 2, "Side"], |
|
|
"BACK_ANGLED": [1.5, 1, 2, "Back Angled"], |
|
|
|
|
|
|
|
|
"BACK_CORNER": [1.5, 1, 2, "Back Corner"], |
|
|
"BACK": [2, 1, 2, "Back"], |
|
|
"BACK": [2, 1, 2, "Back"], |
|
|
"TOP": [0, 0, 1, "Top"], |
|
|
"TOP": [0, 0, 1, "Top"], |
|
|
"BOTTOM": [0, 2, 1, "Bottom"], |
|
|
"BOTTOM": [0, 2, 1, "Bottom"], |
|
|
@@ -215,6 +215,8 @@ class MVExport(bpy.types.Operator): |
|
|
coll.hide_render = True |
|
|
coll.hide_render = True |
|
|
|
|
|
|
|
|
for coll in collections: |
|
|
for coll in collections: |
|
|
|
|
|
if bpy.context.scene.view_layers['ViewLayer'].layer_collection.children[0].children[coll.name].exclude: |
|
|
|
|
|
continue |
|
|
coll.hide_render = False |
|
|
coll.hide_render = False |
|
|
|
|
|
|
|
|
bpy.ops.object.select_all(action='DESELECT') |
|
|
bpy.ops.object.select_all(action='DESELECT') |
|
|
|