io_scene_pbrt icon indicating copy to clipboard operation
io_scene_pbrt copied to clipboard

Output path issue

Open stig-atle opened this issue 6 years ago • 1 comments

When manually setting the output directory (as opposed to choosing it with the dialog), when you don't append a / then the exporter will create new directories ply and textures whose names start with the name of the base directory, so e.g. if output dir is /Username/pbrt then the plugin will create /Username/pbrtply and /Username/pbrttextures instead of /Username/pbrt/ply.

See here:

stig-atle avatar May 31 '19 09:05 stig-atle

there is also a issue when relative paths are enabled when selecting export folder. check the logic for the path with that in mind too.

stig-atle avatar Jul 31 '19 17:07 stig-atle