mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Exhaustive USD Format extensions
This commit is contained in:
@@ -872,7 +872,7 @@ int main(int argc, char** argv) {
|
|||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (geometry_settings.get<ifcopenshell::geometry::settings::UseElementHierarchy>().get() && output_extension != DAE && output_extension != USD) {
|
if (geometry_settings.get<ifcopenshell::geometry::settings::UseElementHierarchy>().get() && output_extension != DAE && output_extension != USD && output_extension != USDA && output_extension != USDC) {
|
||||||
cerr_ << "[Error] --use-element-hierarchy can be used only with .dae or .usd output.\n";
|
cerr_ << "[Error] --use-element-hierarchy can be used only with .dae or .usd output.\n";
|
||||||
/// @todo Lots of duplicate error-and-exit code.
|
/// @todo Lots of duplicate error-and-exit code.
|
||||||
write_log(!quiet);
|
write_log(!quiet);
|
||||||
|
|||||||
Reference in New Issue
Block a user