Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've added some code to make adding a custom taper easier to manage, letting you make a brand new taper curve, or edit one thats already assigned to the original curve.
It might need some extra testing to make it more robust, but its currently in a working state. I tested in blender 2.79
I tried adding something to select the leftover bevels and tapers, but I am not used to blender enough to find out what I need to do.
I think a possible idea is to select all the curves with _taper and _bevel in their names, and then deselect the ones that are already attached to another curve as a bevel. What I have already, has been commented out
I mostly copy/pasted code from the pre-existing lines, and editing them to different names.
I've also added a few lines to check between 2D or 3D curves, but I haven't added it to the bevel classes.
This is my first pull request, so I might've not fully set it up right.