Installation#
Default Installation#
To install pyblenderSDIC
, you can use the following command:
pip install git+https://github.com/Artezaru/pyblenderSDIC.git
Or clone the repository and install it manually:
git clone https://github.com/Artezaru/pyblenderSDIC.git
Then, go to the directory and run the following command:
pip install -e .
Use -e .[dev]
to install it with the development dependencies.
Installing Blender#
The package pyblenderSDIC
is designed to be run with the Blender Python interpreter, which is included with Blender
Before using pyblenderSDIC
, you need to install Blender. You can download it from the official website:
https://www.blender.org/download/
I recommand to put the Blender folder at your home directory, so you can easily find it.
For example, on Windows, you can put it in C:\Users\<your_username>\Blender
.
On Linux, you can put it in /home/<your_username>/Blender
.
Before first use, follows the instructions in the Usage section to install the package in the Blender Python interpreter.