tyFlow Forum
The output file after splitting is unknown - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html)
+--- Thread: The output file after splitting is unknown (/thread-3507.html)



The output file after splitting is unknown - cgdvs - 02-17-2023

HI,Tyson!
As shown in the figure, when I split the ground partition and output the file, I found that it was an unknown file.

This is subdivision mode, but it is actually terrain segmentation. Why?


RE: The output file after splitting is unknown - tyFlow - 02-17-2023

I'm not sure I understand the issue...

You set your export path as "untitled" in  your Export Terrain operator (maybe you didn't do this on purpose, but by default the path will include the scene name and an unsaved file's name is "untitled"...so if you changed the default path to your desired output directory, it will have baked in the current scene name - "untitled" - into the absolute path).

As for subdivide...I don't understand what you mean either. "Subdivide" essentially means "split"....you have it set to "3", so it's working as expected (your tile was split into 3x3 smaller tiles). Maybe you're thinking of the Terrain Resample operator?


RE: The output file after splitting is unknown - cgdvs - 02-17-2023

I added a new export operator. When the "Terrain Tile" operator is turned off, the output is normal. Once the "Terrain Tile" operator is activated, the output file is unknown. I have repeatedly confirmed that, you see my screenshot, the output name is OK, but there is still a problem!
On the issue of segmentation, I think I may have misunderstood the use of segmentation. After your explanation, I think I understand.


RE: The output file after splitting is unknown - tyFlow - 02-17-2023

Ohh, I see what you're saying. I thought you were referring to "Untitled" in the filename, but what you're actually referring to is the fact that the end of the filename and file extension are not added to the filename.

I think the reason for that is because the naming convention of the Terrain Tile operator, when subdividing, is to put ":" in the name (ex: "terrain[0:1]"), to delineate the grid coordinates...but Windows does not allow ":" in filenames. I will get that fixed quickly!


RE: The output file after splitting is unknown - cgdvs - 02-17-2023

This is a video link:
https://www.facebook.com/vfxdvs/videos/582275400188586/?notif_id=1676647383836442&notif_t=video_processed&ref=notif

I see. Thank you for your explanation


RE: The output file after splitting is unknown - tyFlow - 02-17-2023

Redownload the latest build (v1.013) and this should be fixed.


RE: The output file after splitting is unknown - cgdvs - 02-19-2023

Wow, thank you!