From 34c01b81f5903bcd5f85d9f429d0a81f43413710 Mon Sep 17 00:00:00 2001 From: Torrin Leonard <82110564+torrinworx@users.noreply.github.com> Date: Fri, 29 Oct 2021 23:55:53 -0400 Subject: [PATCH] Changing format of images and steps to run scripts --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d5bf461..15ff917 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ ## Description -Blend_My_NFTs is a work in progress (as of Oct 29th, 2021)and my goal is to eventually turn it into a Blender add on complete with UI. It is bing developed to create the NFT project This Cozy Place. This Cozy Place will be an NFT collection with a total of 10000 unique NFTs all rendered in Blender via Blend_My_NFTs. If you need help with your project please visit our discord server: https://discord.gg/UpZt5Un57t. If you are looking to buy your own Cozy Place NFT, please visit ThisCozyPlace.com or our discord server: https://discord.gg/UpZt5Un57t. +Blend_My_NFTs is a work in progress (as of Oct 29th, 2021)and my goal is to eventually turn it into a Blender add on complete with UI. It is bing developed to create the NFT project This Cozy Place. This Cozy Place will be an NFT collection with a total of 10000 unique NFTs all rendered in Blender via Blend_My_NFTs. If you need help with your project please visit our discord server: https://discord.gg/UpZt5Un57t. + +If you are looking to buy your own Cozy Place NFT, please visit ThisCozyPlace.com or our discord server: https://discord.gg/UpZt5Un57t. ## Disclaimer @@ -72,21 +74,26 @@ https://docs.blender.org/api/current/info_quickstart.html#running-scripts Note - You will need to install the Icon Viewer add on for Blender: https://docs.blender.org/manual/en/latest/addons/development/icon_viewer.html -First open the Scripting tab in the menu of Blender: +1. Open the Scripting tab in the menu of Blender: + Screen Shot 2021-10-24 at 9 51 25 PM -Next click the "Open" button in the Blender Text Editor +2. Click the "Open" button in the Blender Text Editor + Screen Shot 2021-10-29 at 11 31 38 PM -With the Blender File View open, navigate to the Blend_My_NFTs folder, select DNA_Generator.py and click "Open" in the bottom right corner: +3. With the Blender File View open, navigate to the Blend_My_NFTs folder, select DNA_Generator.py and click "Open" in the bottom right corner: + Screen Shot 2021-10-29 at 11 35 03 PM -Repeat the previous step with Batch_Sorter.py and PNG_Generator.py. +4. Repeat the previous step with Batch_Sorter.py and PNG_Generator.py. + +5. To navigate to the a script click the drop down button shown circled below: -To navigate to the a script click the drop down button shown circled below: Screen Shot 2021-10-29 at 11 48 13 PM -Finally to run a script click the run button shown circled below: +6. To run a script click the run button shown circled below: + Screen Shot 2021-10-29 at 11 51 08 PM ## The order to run scripts