From 60f5a8ac9061e0c2c2cfb209ee1c41f9e8b2ceaa Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Fri, 16 Aug 2024 21:16:40 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e4d6bb6..1307429 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# Blender Scene Generator -Basically I'm trying to use cubes to create some sort of terrain or scene. +# :question: About +Initially, this was a project where I planned to learn how to script using the Blender Python API by "procedurally" generating a world (similar to Minecraft). Now, it's just a little project where I make a tiny scene with a tree and some decorations randomly place across the scene. -I am using the Blender Python API to complete this. +# :camera_flash: Screenshots +*Coming soon* -Resources used: -- CGPython on YouTube. +# :hammer_and_wrench: Running the Script +I guess just copy the script and paste it in the Blender Scripting Workspace. -## I plan to pause this project and work on it at a later time. +# :book: Resources Used +- [CGPython on YouTube](https://www.youtube.com/@CGPython). \ No newline at end of file