Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.6 Bug Tracker: Browse

[#25520] crash when closing the properties panel in uv/image editor

Date:
2011-01-06 21:51
Priority:
3
State:
Closed
Submitted by:
charles proust (buisson)
Assigned to:
Campbell Barton (campbellbarton)
Category:
None
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
 
Summary:
crash when closing the properties panel in uv/image editor
Detailed description
In uv/image editor, with image painting enabled and in texture paint mode, closing the properties panel with the mouse (not N) and blender crashes.

ubuntu
blender 2.56 r33956

Followup

Message
  • Date: 2011-01-06 22:21
  • Sender: Damien Laflaquiere
  • Confirmed on Vista win32
    b2.56a r34135

    In the attached blend, Blender crashes when trying to close the N-panel with the mouse, precisely when the texture preview gets scaled down to zero (?).
  • Date: 2011-01-06 22:27
  • Sender: Damien Laflaquiere
  • Official b2.56 (not 2.56a) does not crash but we get the following messages in the console

    found bundled python: C:\BLENDE~1\BLENDE~1.56-\BLENDE~1.56-\2.56\python
    read blend: C:\Users\Damien\Desktop\Bug.blend
    icon_draw_rect: icons are 0 x 0 pixels?
    icon_draw_rect: icons are 0 x 0 pixels?
    icon_draw_rect: icons are -1 x -1 pixels?
    icon_draw_rect: icons are -2 x -2 pixels?
    icon_draw_rect: icons are -3 x -3 pixels?
    icon_draw_rect: icons are -4 x -4 pixels?
    icon_draw_rect: icons are -6 x -6 pixels?
  • Date: 2011-01-07 05:11
  • Sender: Campbell Barton
  • fixed r34137, dont draw 0 size previews.

    this was an assert(), so only applied to debug build. replaced with BKE_assert() so it will just print and error by default rather then crash.
 

Attached Files:

Name Date Download
Bug.blend 2011-01-06 22:21 Download

Changes:

Field Old Value Date By
status_idOpen2011-01-07 05:11campbellbarton
close_dateNone2011-01-07 05:11campbellbarton
assigned_tonone2011-01-07 05:11campbellbarton
StatusNew2011-01-07 05:11campbellbarton
File Added14416: Bug.blend2011-01-06 22:21yesmydear