Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2008-08-28 14:19:34 +0400
committerJoshua Leung <aligorith@gmail.com>2008-08-28 14:19:34 +0400
commit1032da67ccdad6a70547740dd7d62669c1d3934b (patch)
tree3f6a826f669e91efc15aa3d3c6c6f6d1ddcb3caf /source/blender/src/editobject.c
parent794ffdcd2c0a659c076cf0b644a67ecaa4a6e853 (diff)
Grease Pencil - Curve Conversion Improvements:
* Changed hotkey from Alt-C to Alt-Shift-C so that it works when the active object cannot be deselected/deactivated. * Added option to convert to bezier curves. Note that currently, the handles are simply placed to the same location as the point so that there is an exact match with the gpencil strokes. In future, it would be interesting to investigate using proper curve-fitting algos instead.
Diffstat (limited to 'source/blender/src/editobject.c')
-rw-r--r--source/blender/src/editobject.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/src/editobject.c b/source/blender/src/editobject.c
index b1205668faa..1ba7bce6dab 100644
--- a/source/blender/src/editobject.c
+++ b/source/blender/src/editobject.c
@@ -2828,10 +2828,6 @@ void convertmenu(void)
if(G.scene->id.lib) return;
obact= OBACT;
- if(obact==0) {
- gpencil_convert_menu();
- return;
- }
if(!obact->flag & SELECT) return;
if(G.obedit) return;