File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99Clone this repository to your local machine:
1010
1111``` bash
12- git clone https://github.com/compling-wat/scripted-renderer-dev .git
13- cd scripted-renderer-dev
12+ git clone https://github.com/compling-wat/FORG3D-object-data .git
13+ cd FORG3D
1414```
1515
1616### Step 2: Install Blender 4.3
@@ -27,9 +27,9 @@ Download and install **[Blender 4.3](https://www.blender.org/download/)**.
2727 ``` bash
2828 cd /path/to/blender/site-packages/
2929 ```
30- 3 . Create a ` .pth ` file named ` scripted-renderer-dev .pth` and add the absolute path to the ` src ` directory of the cloned repository:
30+ 3 . Create a ` .pth ` file named ` FORG3D .pth` and add the absolute path to the ` src ` directory of the cloned repository:
3131 ``` bash
32- echo " /path/to/scripted-renderer-dev /src" > /path/to/blender/site-packages/scripted-renderer-dev .pth
32+ echo " /path/to/FORG3D /src" > /path/to/blender/site-packages/FORG3D .pth
3333 ```
3434 - _ Note: if you encounter errors on Windows, ensure the file encoding is ** UTF-8 with BOM** ._
3535
You can’t perform that action at this time.
0 commit comments