Mexximp crashes when importing .fbx files.
When textures are embedded the import crashes in file mexximpSceneElements.
at line name = s(ii).name because the fileld name does not exist.
function elements = sceneElementsByName(s, type, pathBase)
nElements = numel(s);
elements = cell(1, nElements);
for ii = 1:nElements
name = s(ii).name;
path = cat(2, pathBase, {ii});
elements{ii} = sceneElement(name, type, path);
end
If textures are not embedded in the file there are weird issues with paths to texture files.
Mexximp crashes when importing .fbx files.
When textures are embedded the import crashes in file
mexximpSceneElements.at line
name = s(ii).namebecause the fileldnamedoes not exist.If textures are not embedded in the file there are weird issues with paths to texture files.