uri bugfix for Max Collada script

Small bugfix:

Put this into the ColladaOut_1.3.ms Max script at line 889 just before gc()
in function ‘Make_Valid_URI_Filename’:

local_string_in = str_replace_char local_string_in “&” “&”
then you can use ‘&’ in directory and filenames and the file is valid XML :slight_smile:

Hi Kevt,

Thanks for spotting it.
Done, it will be in the next post.

Jean-Luc.