Skip to content

Commit

Permalink
Merge topic 'vtkOBJPolyDataProcessor-fix-texture-path-prefix'
Browse files Browse the repository at this point in the history
bacaf5a Change default TexturePath in vtkOBJPolyDataProcessor to "./"

Acked-by: Kitware Robot <[email protected]>
Acked-by: Mathieu Westphal <[email protected]>
Merge-request: !7976
  • Loading branch information
mwestphal authored and kwrobot committed May 18, 2021
2 parents 707cf96 + bacaf5a commit 9999969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IO/Import/vtkOBJImporter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ vtkOBJPolyDataProcessor::vtkOBJPolyDataProcessor()
this->FileName = "";
this->MTLFileName = "";
this->DefaultMTLFileName = true;
this->TexturePath = ".";
this->TexturePath = "./";
this->VertexScale = 1.0;
this->SuccessParsingFiles = 1;
this->SetNumberOfInputPorts(0);
Expand Down

0 comments on commit 9999969

Please sign in to comment.