This repository contains Python scripts for Blender, specifically designed to organize the hierarchy of objects in a 3D scene, particularly for planetary models.
- BlenderCode/: Contains the main Python scripts.
- mainScene.py: The core script that organizes objects in the Blender scene into a structured hierarchy.
Before using these scripts, ensure you have the following:
- Blender: Download and install the latest version from the official Blender website.
- Python: If you plan to modify or extend the scripts, having Python installed on your system is required.
-
Clone the Repository:
git clone https://github.com/PlanesZwalker/3D_Planets_python_scripts.git
-
Modify your paths in the
mainScene.pyscript to match your project's environment. -
Open Blender and navigate to the Scripting workspace.
-
Load the
mainScene.pyscript inside Blender's Text Editor. -
Run the script to automatically structure the objects in your scene.
Contributions are welcome! If you have ideas or improvements, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
β If you find this useful, consider giving the repository a star!
