adobe / USD-Fileformat-plugins

A collection of USD fileformat plugins
298 stars 22 forks source link

Add support for compiling with Visual Studio 2022 #9

Closed olihey closed 5 months ago

olihey commented 5 months ago

Adds support to compile the project with Visual Studio 2022

Description

Modified FindFBXSDK.cmake to find the correct FBX SDK lib folder for version 2020.3.0 and later

Related Issue

-

Motivation and Context

Our USD pipeline is compiled with Visual Studio 2022 on Windows and we wanted to test the file format plugins in that pipeline. We also ran the pytest from this project and it only failed 2 SBSAR test because we didn't compile support for SBSAR

How Has This Been Tested?

It compiles with FBX SDK 2020.3.4 on Windows and we tested multiple FBX exports from USD files. No import tests

Screenshots (if appropriate):

Types of changes

Checklist:

kwblackstone commented 5 months ago

Looks great, thanks!