Page MenuHomePhabricator

Mouse movement produces warnings when crosshair rotation is enabled
Closed, ResolvedPublic

Description

Steps to reproduce:

  1. Load image
  2. Activate crosshair roation
  3. move mouse in renderwindow
  4. look at log

Warnings:
76.07 core.con.slcRotator WARNING: SliceRotator recieved a DisplayGeometry, expecting a simple PlainGeometry, behaviour should be verified.
76.08 core.con.slcRotator WARNING: SliceRotator recieved an AbstractTransformGeometry, expecting a simple PlainGeometry, behaviour should be verified.

Event Timeline

This doesn't sound like a rendering bug to me. The warnings are clearly related to geometries ;).

User wildes has pushed new remote branch:

bug-18106-MouseMovementProcudesWarningsWhenCrosshairRotationIsEnabled

[f43088]: Merge branch 'bug-18106-MouseMovementProcudesWarningsWhenCrosshairRota

Merged commits:

2014-10-08 13:54:57 Esther Wild [b726c7]
Warning should be thrown if it is an Abstract / Display geometry.
Wrong comparison, changed == to !=