Hi,
Thank you very much for making the kit. I have a bit of a dumb question...
I was experiencing some problems with both exporting a 'project archive' to foxrender and importing a large megascans library project into another (materials previously attached to megascans assets suddenly disappear from the project and aren't connected properly)
I seem to be winding up with some weird path issues that I don't quite understand... and some of the paths are occurring in the the midst of using the megascans import script:
viewtopic.php?f=5&t=5125&start=10My messages there go over the problem. For some reason
my file has paths like this (with double slash):TextureMapFile {
name "Tree_Stump_qdyf7_8K_3d_ms_preview"
#version 0.97
#created 1569028389
#modified 1569028389
projection 6
filename
"C:\\Users\\Ken\\Desktop\\ART\\RESOURCE\\QUIXEL MEGASCANS\\Tree_Stump_qdyf7_8K_3d_ms\\Tree_Stump_qdyf7_3d_Preview.png"
and paths like this:TextureMapFile {
name "ibl_tx"
#version 0.97
#created 1569034189
#modified 1569034189
projection 5
filename
"D:/z brush resources/HDRI/328-free-hdri-skies-com/328-free-hdri-skies-com.hdr"frame_rate 24
color_space_auto_detect no
file_color_space "linear"
pre_multiplied no
interpolation_mode 1
mipmap_filtering_mode 1
I don't know why the same file has them mixed together... but when exporting a 'project archive' to foxrender many of the paths with double slash are never successfully transposed into $PDIR paths.
My assumption this also caused the project import issues with missing textures when I import one project into another.
Is there some setting that I've mucked up that causes your script to generate double slashes instead of just "/" ?
It seems like if I go into the path manager and change all \\ and \ into / it allows me to export project archives to foxrender properly.
Apologies if this is something I've done outside of using your script that I've messed up and it has nothing to do with your script.
Thank you for your time,
Ken
EDIT:
Something that I've encountered using the megascans import is that the geo gets paths like this:
filename "C:/Users/Ken/Desktop/ART/RESOURCE/QUIXEL MEGASCANS/00 PURCHASED/Downloaded/3d/edible_baked goods_tkdldehiw/tkdldehiw_High.abc"
While the maps for that geo look like this:
C:\\Users\\Ken\\Desktop\\ART\\RESOURCE\\QUIXEL MEGASCANS\\00 PURCHASED\\Downloaded\\3d\\edible_baked goods_tkiibfwiw\\tkiibfwiw_Preview.png"
I'm on windows using Clarisse 4.0 SP5b (although I can't remember all the different versions I've used while building my megascans library as a clarisse file)