https://github.com/agapas/separate-curves
Separate curve object addon for Blender 2.8
https://github.com/agapas/separate-curves
addon blender-addon blender-scripts blender28 blender280 blender3d curves python
Last synced: 12 months ago
JSON representation
Separate curve object addon for Blender 2.8
- Host: GitHub
- URL: https://github.com/agapas/separate-curves
- Owner: agapas
- License: gpl-3.0
- Created: 2018-04-14T20:41:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T17:58:52.000Z (about 6 years ago)
- Last Synced: 2025-04-05T10:33:24.457Z (about 1 year ago)
- Topics: addon, blender-addon, blender-scripts, blender28, blender280, blender3d, curves, python
- Language: Python
- Homepage:
- Size: 2.26 MB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# separate-curves
Blender addon for splitting curve into separated objects by loose parts. The interface can be found in Sidebar on the right, in SCO Panel and it's displayed only if any curve object is selected.
Images below display the addon in action:
* before (1 single curve object):

* after (separated curves):

### Blender version:
Updated to Blender 2.80 and tested on versions: 2.80, 2.81 and 2.82 (windows64).
### Installing
* go to: File/User Preferences/Add-ons and click 'Install Add-on from File...'
* select the ZIP you downloaded and click 'Install Add-on from File...'
* enable the addon (it can be found in 'Curve' category) in the Edit/Prefferences
* save user settings to keep addon enabled over multiple blender sessions
NOTE:
In the case if the installation guide above doesn't work, just unzip downloaded ZIP manually and copy the separate_curves.py script to blender's addons folder, and then enable the addon in the Edit/Prefferences.
## License
This project is licensed under the [GNU v3.0] License - see the [LICENSE.md](LICENSE) file for details.