https://github.com/gecko0307/image2curve
GIMP layer to Blender curve
https://github.com/gecko0307/image2curve
Last synced: about 1 month ago
JSON representation
GIMP layer to Blender curve
- Host: GitHub
- URL: https://github.com/gecko0307/image2curve
- Owner: gecko0307
- License: unlicense
- Created: 2021-10-22T12:13:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T12:51:24.000Z (over 3 years ago)
- Last Synced: 2025-02-01T19:12:51.371Z (3 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Image to Curve
GIMP+Blender plugin bundle to export transparent images from GIMP layers to Blender curves as outlines. This is useful to create complex 2D shapes in Blender that are tedious to create manually. For example, you can create a mesh for a drawn character and animate it with armature or shape keys.
## Installation
Blender 2.9x and GIMP 2.10+ required.Install `gimp_layer_to_curve.py` in Blender preferences.
Copy `layer_to_blender_curve.py` to GIMP plugins directory (`C:\Users\\AppData\Roaming\GIMP\2.10\plug-ins` under Windows).
Plugin will be available in `Layer -> To Blender curve` menu in GIMP. There's nothing to be done on Blender side, it works automatically via XML-RPC protocol.