Hi,<br><br>I&#39;d like to make a small proposal to unify the way images are exported along with 3D format file (OBJ, FBX, etc.).<br><br>It&#39;ll be a simple function that works like this:<br><br>For each image if it&#39;s &quot;below&quot; current .blend file directory, rebuild the same dir structure in the target dir.<br>
For example //texture/foo/bar.png becomes texture/foo/bar.png in target dir.<br><br>If an image is not &quot;below&quot; current .blend file directory, disregard it&#39;s path and copy it in the same directory where 3D file goes.<br>
<br>This logic will help ensure that all image paths are relative and that a user gets his images in one place. It&#39;ll also provide consistent behaviour across exporters.<br><br>I prefer to write it in C, so that the new COLLADA exporter benefits, and expose to Python through &quot;bpy.utils&quot;.<br>
<br>Arystan<br>