Set up IronPress for assets repository
This commit is contained in:
parent
e3d52584dc
commit
032e99590d
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -9,3 +9,4 @@
|
|||||||
*.hdr filter=lfs diff=lfs merge=lfs -text
|
*.hdr filter=lfs diff=lfs merge=lfs -text
|
||||||
*.fbx filter=lfs diff=lfs merge=lfs -text
|
*.fbx filter=lfs diff=lfs merge=lfs -text
|
||||||
*.blend filter=lfs diff=lfs merge=lfs -text
|
*.blend filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.exe filter=lfs diff=lfs merge=lfs -text
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,3 +9,6 @@ TEST_*
|
|||||||
|
|
||||||
# Don't save any renders
|
# Don't save any renders
|
||||||
render/
|
render/
|
||||||
|
# Don't save batch exports
|
||||||
|
export/
|
||||||
|
exports/
|
||||||
|
23
characters/insurrectionist/cfg_ironpress.json
Normal file
23
characters/insurrectionist/cfg_ironpress.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"out": "..\\..\\export\\insurrectionist\\textures",
|
||||||
|
"in": "textures",
|
||||||
|
"flip_normals": false,
|
||||||
|
"materials": {
|
||||||
|
"mat_axe": {
|
||||||
|
"res_out": 2048,
|
||||||
|
"channels": [
|
||||||
|
"basecolor",
|
||||||
|
"arm",
|
||||||
|
"normal"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"mat_body": {
|
||||||
|
"res_out": 4096,
|
||||||
|
"channels": [
|
||||||
|
"basecolor",
|
||||||
|
"arm",
|
||||||
|
"normal"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
ironpress/ironpress.exe
(Stored with Git LFS)
Normal file
BIN
ironpress/ironpress.exe
(Stored with Git LFS)
Normal file
Binary file not shown.
3
ironpress/pipeline_insurrectionist.cmd
Normal file
3
ironpress/pipeline_insurrectionist.cmd
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
REM Insurrectionist textures
|
||||||
|
ironpress.exe ..\characters\insurrectionist\cfg_ironpress.json
|
||||||
|
pause > nul
|
Loading…
Reference in New Issue
Block a user