From cf0f066c2d62234cb0ed228c25a496c2ecab142e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 9 Jan 2020 15:31:53 +0100 Subject: USD Exporter: removed 'Visible Objects Only' exporter option The way the USD exporter currently works, it is not possible to export invisible objects. As such, the 'Visible Objects Only' option was confusing. Exporting invisible objects means obtaining invisible evaluated objects from the depsgraph, which is not something that's currently implemented. Once that's done, we can reintroduce this option. --- source/blender/usd/usd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/usd/usd.h') diff --git a/source/blender/usd/usd.h b/source/blender/usd/usd.h index 1a6f5819e21..c8e559c59f5 100644 --- a/source/blender/usd/usd.h +++ b/source/blender/usd/usd.h @@ -36,7 +36,6 @@ struct USDExportParams { bool export_normals; bool export_materials; bool selected_objects_only; - bool visible_objects_only; bool use_instancing; enum eEvaluationMode evaluation_mode; }; -- cgit v1.2.3