diff --git a/README.md b/README.md index 8c93709..6f5e113 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ +[Documentation Page Link](https://agastyapatel.github.io/USD_Megascan_Importer/) + +> Consider giving ⭐ to the repository to support the project and creator. This would also help to create a notification for you whenever I create releases.\ +> Reach out to me on linkedin: [AgastyaPatel](https://www.linkedin.com/in/4gastyaPatel/), email: contact2agastya@gmail.com + +> `Sorry for late update...I had a surgery due to accident last year and most of the time was occupied in my PT` + # USD_Megascan_Importer Plugin Tool for Houdini which converts the Megascan Assets into USD in Solaris and stores them in Layout Asset Gallery -Tool Outline +## Tool Outline - It unpacks different variants and converts the shading network to materialX network - Can support different megasacan houdini packages - like it can supports single mesh, multiple variant in single subnet and splitted variants. - Gives access to different file path prefixes and saves different file path presets so that it can be retrieved later @@ -10,6 +17,25 @@ Tool Outline Technologies Used : HOM API, Python, QT and few libraries. +## Installation Process +1. Download the release zip\ +Unzip the folder `USD_Megascan_Importer` and save it at your houdini's preference folder `C:\Users\\Documents\houdini20.0\scripts\` \ + +Outcome: `C:\Users\\Documents\houdini20.0\scripts\USD_Megascan_Importer` + +2. Copy the USD_Megascan_Importer.shelf from `\USD_Megascan_Importer\bin\pref\USD_Megascan_Importer.shelf` to the toolbar folder in Houdini's preference folder ie, +`C:\Users\\Documents\houdini20.0\toolbar\USD_Megascan_Importer.shelf` + +3. Open Houdini. Go to add Shelf tab and you'll find the USD Megascan Convertor.\ +\ +Shelf Appears with tools. + + +4. Click `Load Tool` and now you can use the convertor. + +Enjoy! + +## Screenshot UI ![UI](/bin/DEV/UI.jpeg) diff --git a/bin/DEV/ShelfSS.png b/bin/DEV/ShelfSS.png new file mode 100644 index 0000000..9aaff0b Binary files /dev/null and b/bin/DEV/ShelfSS.png differ diff --git a/bin/DEV/shelf.png b/bin/DEV/shelf.png new file mode 100644 index 0000000..c776b9e Binary files /dev/null and b/bin/DEV/shelf.png differ