Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
Non abslolute image path option with the collada exporter.
06-14-2020, 05:04 AM
Post: #1
Non abslolute image path option with the collada exporter.
In currently, Wings3D collada exporter save textures with full path.

For example, As described below by some tags in the dae file...
Quote:<image id="tpng-img" name="png-img"><init_from>/User/user/myhdd/3d_data/texture.png</init_from></image>

But this doesn't work well when move the dae file to another directory or give the file to someone else.
In fact, until now I was replacing the part in the saved dae file by text editor.(Just like below., It work fine.)
Quote:<image id="png-img" name="png-img"><init_from>texture.png</init_from></image>

Would you like to add feature that an option to exclude the absolute file path when dae file export?
(Note: This means doesn't deny saving with an absolute path.Absolute paths ,relative path and filename only have their advantages.)

Best regards
---------------------
tkbd
Reply


Messages In This Thread
Non abslolute image path option with the collada exporter. - tkbd - 06-14-2020 05:04 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)