stig-atle / io_scene_pbrt

Exporter for blender that exports the scene into pbrt's ascii file format.
59 stars 16 forks source link

Output path issue #13

Open stig-atle opened 5 years ago

stig-atle commented 5 years ago

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 commented 5 years ago

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.