2023-09-28 11:26:14 +02:00
|
|
|
# BACKGROUND_PLANE_MANAGER
|
|
|
|
> Blender addon for importing image plane
|
2023-09-28 11:24:14 +02:00
|
|
|
|
2023-09-28 11:30:31 +02:00
|
|
|
Background plane manage is a blender addon to import PSD or background images in a scene, as several layers.
|
2023-09-28 11:24:14 +02:00
|
|
|
|
|
|
|
<!-- TABLE OF CONTENTS -->
|
|
|
|
***
|
|
|
|
<summary>Table of Contents</summary>
|
|
|
|
<ol>
|
|
|
|
<li>
|
|
|
|
<a href="#installation">Installation</a>
|
|
|
|
</li>
|
2023-09-28 11:30:31 +02:00
|
|
|
</ol>
|
2023-09-28 11:24:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
<!-- INSTALLATION -->
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
1. Create your own local directory in
|
|
|
|
```sh
|
|
|
|
/home/<USER>/dev
|
|
|
|
```
|
|
|
|
2. Create your own local directory in
|
|
|
|
```sh
|
2023-09-28 11:26:14 +02:00
|
|
|
git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/background_plane_manager.git
|
|
|
|
```
|