Page MenuHome

Fix T72148: OBJ import could fail with spaces in filenames
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Dec 4 2019, 1:54 PM.

Details

Summary

Thing here was that files could actually be loaded ('obj_image_load' has
smart code for this), but tokenizing the corresponding line afterwards
couls still fail [would have part of a filename still in image_data
list].

Now also correct this 'image_data' list in case 'obj_image_load' found
images with filename spaces.

Diff Detail

Repository
rBA Blender Add-ons
Branch
T72148 (branched from master)
Build Status
Buildable 5901
Build 5901: arc lint + arc unit

Event Timeline

LGTM, thanks. :)

This revision is now accepted and ready to land.Dec 13 2019, 4:34 PM