Skip to content

Handle OBJ-file materials without textures.

David Thompson requested to merge dcthomp/vtk:fix-obj-texture-import into master

When a material has no texture filename, no vtkTexture instance should be added to the actor.

This patch is based off v6.3.0 and should be merge-able to both master and the 6.3 branch.

Merge request reports