fix: normalize exported texture filenames
This commit is contained in:
@@ -62,11 +62,14 @@ export function buildCommitMessage(
|
||||
roughness: '🪶 Textures (roughness)',
|
||||
normal: '🧭 Textures (normal)',
|
||||
metalness: '🔩 Textures (metalness)',
|
||||
height: '⛰ Textures (height)',
|
||||
opacity: '🪟 Textures (opacity)',
|
||||
orm: '🧱 Textures (orm)',
|
||||
ao: '🌑 Textures (ao)',
|
||||
assets: '🧩 Assets',
|
||||
}
|
||||
|
||||
for (const category of ['color', 'diffuse', 'roughness', 'normal', 'metalness', 'opacity', 'assets'] as const) {
|
||||
for (const category of ['color', 'diffuse', 'roughness', 'normal', 'metalness', 'height', 'opacity', 'orm', 'ao', 'assets'] as const) {
|
||||
const entries = grouped.get(category)
|
||||
if (!entries || entries.length === 0) continue
|
||||
lines.push('')
|
||||
|
||||
Reference in New Issue
Block a user