Autodesk / sitoa

Arnold plugin for Softimage
Apache License 2.0
33 stars 16 forks source link

Support Arnold 6.0 #81

Closed JenusL closed 4 years ago

JenusL commented 4 years ago

From the Arnold 6 release notes

Incompatible changes

I tried to compile and immediately got compile issues with constexpr, which is a C++11 function that wasn't added until VS2013 CTP.

So I moved up to VS2015 and got it compiling without any issues and it seems to work just fine with Softimage. Running the testsuite now and I will se how it goes...

JenusL commented 4 years ago

After updating the physical_sky test the testsuite passes.