Closed ghost closed 4 years ago
This turns out to be an issue with the newest version of assimp - it breaks the read of blender files for some of our blender files. The right fix is to figure out what went wrong in our mex files. The fix we've implemented is to figure out how to install assume version 4.1.0 (the one that works), at least on the Mac. See installation instructions which now include this information. I did this (on the Mac) after recreating the problem above, and it fixed it.
I've just done a fresh install of RenderToolbox4 on 2 machines (one new MacBook, one older iMac, both running OSX Catalina with Matlab R2020a), following the installation instructions. When I run rtbTestInstallation(); I get 2 scenes succeed and 2 fail (on both machines). I've copied the output from rtbTestInstallation below.
The issue seems to be related to the fact that in mexximpCleanImport, at line 77 mexximpImport returns an empty array (just for 2 of the scenes). rtbMakeReadMultichannelEXR runs fine.
Any thoughts?
Here is the output of rtbTestInstallation()