On 2013-10-02 20:17 +0200, Krzysztof KosiĆski wrote:
2013/10/2 su_v <suv-sf@...58...>:
> Assuming that later revisions 12645, 12647 and 12648 are all somewhat
> related to the same rendering/update problems:
>
> With latest builds, why are lots of these warnings:
>
> WARNING **: bbox unset when picking
>
> generated when hovering an object if an empty layer (group) is present
> and visible (empty layer group has to be lower in z-order than the
> hovered object)?
>
>
> Steps to reproduce:
> 1) launch current trunk (default prefs, default new doc)
> 2) add a new layer
> 3) draw a shape on the new layer
> 4) move the cursor over the canvas, watch console
> --> warning is generated whenever cursor is over a selectable object
> 5) hide 'Layer 1' (empty)
> --> warnings stop
I assumed that the _bbox always has to be set and forgot about the
empty layer/group scenario.
I'll remove the warning shortly.
Thanks, much appreciated (r12654).
Lately, console is often filled with these types of warnings too:
WARNING **: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 4
I haven't attempted to figure out what triggers them exactly
(node-editing path parameters of LPEs seems to be among the actions
which tend to produce lots of them).
Is this something you'd like to have more feedback about?
Regards, V