You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This app should not do anything with the files that aren't PNG, JPG, JPEG, TGA etc.. all other supported formats.
106
125
// Re-Run the app whenever user types anything wrong, could be a few cases
107
126
// Reading subdirectories and placing the jsons in the directories with the same folder name inside of JSONS folder.
108
127
// e.g get files in /blocks/candles, and places candles jsons in JSONS/candles folders.
109
-
// Get files and create copies of the them with the same name + _mer/normal/heightmap in the same directory (Optional Feature, answer 0 0 == normal map, without file copy, 0 1 == normal map with file copy)|
128
+
// Get files and create copies of the them with the same name + _mer/normal/heightmap in the same directory (Optional Feature)
110
129
// Move it all to an actual Ui
111
130
112
131
113
132
// v2 so far:
133
+
// This app should not do anything with the files that aren't PNG, JPG, JPEG, TGA etc.. all other supported formats.
114
134
// General improvements e.g., cleaner text, better exception handling, etc...
115
135
// Exclude textures if the file name ends with _mer, _normal, _heightmap, this could be a bit tricky because of some special cases/exceptions
116
136
// Update readme.md with a more accurate description of the app, maybe a little "How To" too in case anyone has any problems
0 commit comments