Skip to content

Commit

Permalink
Update README.md: Added Demo section
Browse files Browse the repository at this point in the history
  • Loading branch information
SapwoodStudio authored Oct 20, 2023
1 parent bd74087 commit c8fecfe
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A Blender addon for batch converting 3D files and associated textures into other

<img src="https://github.com/SapwoodStudio/Transmogrifier/assets/87623407/3166c6a1-5a56-44f0-8cbe-3471d1f3faa6" width="600">

[Installation](#installation-) 📥 **·** [Usage](#usage-) 🏭 **·** [How it Works](#how-it-works-)**·** [Benefits](#benefits-) 🎁 **·** [Features](#features-)**·** [Credits](#credits-) 🙏
[Installation](#installation-) 📥 **·** [Usage](#usage-) 🏭 **·** [Demo](#demo-) 🧪 **·** [How it Works](#how-it-works-)**·** [Benefits](#benefits-) 🎁 **·** [Features](#features-)**·** [Credits](#credits-) 🙏


<img src="https://github.com/SapwoodStudio/Transmogrifier/assets/87623407/a8474e89-84bf-44ea-befd-1db00a76354a" height="1000"> <img src="https://github.com/SapwoodStudio/Transmogrifier/assets/87623407/84eb82b8-c46f-47d9-afea-c4a6afb0ccfd" height="1000">
Expand All @@ -26,7 +26,7 @@ A Blender addon for batch converting 3D files and associated textures into other


## USAGE 🏭
1. **Select a directory** containing 3D files of the chosen **import format**, or a parent directory of arbitrary organization and/or depth as long as there exists at least one 3D file of the specified import format somewhere inside.
1. **Select a directory** containing 3D files of the chosen **import format**, or a parent directory of arbitrary organization and/or depth as long as there exists at least one 3D file of the specified import format somewhere inside. Try out the [Demo](#demo-) 🧪 below to get started.
- <img src="https://github.com/SapwoodStudio/Transmogrifier/assets/87623407/9e977a7f-57d7-4659-a5eb-df903e837e79" width="250">
- <img src="https://github.com/SapwoodStudio/Transmogrifier/assets/87623407/e3dc4110-ff04-4297-8698-18a1ce5a358f" width="600">

Expand All @@ -50,6 +50,15 @@ A Blender addon for batch converting 3D files and associated textures into other
- <img src="https://github.com/SapwoodStudio/Transmogrifier/assets/87623407/90cc4699-137c-4c69-bf8d-dd887d2cae61" width="350">


## DEMO 🧪
1. Download "PolyHaven_Demo_Files.zip" from the [latest release page](https://github.com/SapwoodStudio/Transmogrifier/releases/latest).
2. Unzip the directory.
3. Select the unzipped "PolyHaven_Demo_Files" as the "Import Directory".
- <img src="https://github.com/SapwoodStudio/Transmogrifier/assets/87623407/d9cb4665-ad16-4757-ae3b-881cf2c2a542" width="350">

4. Click "Batch Convert".


## HOW IT WORKS ⚙
Transmogrifier works by searching through a given directory for files ending with the extension of the format selected. When it finds a file, it clears out all the current data blocks in the scene, imports the file, imports the associated textures, creates material(s), assigns that/those material(s) to the object(s) in the scene, and exports the model in the new format specified. If Auto File Resizing is turned on, Transmogrifier will then check the exported file's size and attempt to resize the file. The process then repeats until it has converted all files of the specified import format in the given directory.

Expand Down

0 comments on commit c8fecfe

Please sign in to comment.