Difference between revisions of "Talk:Draw Tool"
From Synfig Studio :: Documentation
m |
m |
||
Line 2: | Line 2: | ||
and the tool options have changed a bit - there's 'create region' and 'create outline' now, so both can be created together. | and the tool options have changed a bit - there's 'create region' and 'create outline' now, so both can be created together. | ||
− | also, if you hold control as you | + | also, if you hold control as you let go of the mouse button upon finishing your stroke, studio checks which ducks you dragged over, and tries to 'fill' the region they define. If you select ducks from different blines, this causes a crash due to assertion failure if you've configured with --enable-debug. This isn't a new feature, but I only just noticed it in the code. [[User:Dooglus|dooglus]] 23:46, 31 October 2007 (EDT) |
:I don't have a crash... Just hold CTRL and pass over the points carefully and it creates a bridge region. I still using svn 1092.--[[User:Genete|Genete]] 05:10, 1 November 2007 (EDT) | :I don't have a crash... Just hold CTRL and pass over the points carefully and it creates a bridge region. I still using svn 1092.--[[User:Genete|Genete]] 05:10, 1 November 2007 (EDT) |
Revision as of 17:42, 1 November 2007
the 'fill last stroke' works now, in svn and the tool options have changed a bit - there's 'create region' and 'create outline' now, so both can be created together.
also, if you hold control as you let go of the mouse button upon finishing your stroke, studio checks which ducks you dragged over, and tries to 'fill' the region they define. If you select ducks from different blines, this causes a crash due to assertion failure if you've configured with --enable-debug. This isn't a new feature, but I only just noticed it in the code. dooglus 23:46, 31 October 2007 (EDT)
- I don't have a crash... Just hold CTRL and pass over the points carefully and it creates a bridge region. I still using svn 1092.--Genete 05:10, 1 November 2007 (EDT)
- If you do it in this way...
- The tangents doesn't match but the "bridge region" links properly.
- On the other hand if you do it reverse. It still the same wrong tangents...