Skip to content

FjamZoo/clothing_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Everything including this readme is ai generated, just a quick internal tool I created to make screenshotting clothing a lot nicer and might aswell share it, probably a lot of bloat/etc but who cares aslong as the tool works dosnt need to work the best way possible.

Clothing Tool

Extracts diffuse textures from GTA V .ytd files and renders 3D previews for a FiveM clothing shop.

Requirements

  • Python 3.10+
  • Pillow >= 10.2.0 (pip install -r requirements.txt)
  • Blender 4.x with Sollumz addon (for 3D rendering)
  • Node.js 18+ (for GUI only)

CLI

pip install -r requirements.txt

# Full run with 3D rendering
python cli.py --input ./stream --output ./output --base-game ./base_game

# Flat textures only (no Blender needed)
python cli.py --input ./stream --output ./output --no-render-3d

# Dry run
python cli.py --dry-run

# See all options
python cli.py --help

GUI

cd gui
npm install
npm start

Or double-click rungui.bat from the project root.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors