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

Blender 2.6 Bug Tracker: Browse

[#24704] UV editor: [x] modified does not update on change of modifiers

Date:
2010-11-14 00:56
Priority:
3
State:
Closed
Submitted by:
M.G. Kishalmi (lmg)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Modifiers
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
 
Summary:
UV editor: [x] modified does not update on change of modifiers
Detailed description
r33047 @ linux64, nvidia

you'd expect that having the 'modified' checkbox on,
would update the editor whenever you change a modifier. doesn't happen here.


attached .blend

toggle 'realtime display' of subsurf modifier (eye-icon)
-> no change in UV-editor
un- and recheck [x] modified in UV-editor
-> redraw


further I had some crashes with this havin' VBOs on,
but that is a different story.
*needs IRC poke from ideasman if he's interested in a backtrace*

Followup

Message
  • Date: 2010-11-14 11:47
  • Sender: Sergey Sharybin
  • Both of updating problems and crash are reproduced. Attaching gdb and valgrind logs.
    Gdb shows that crash is somewhere inside bvidia driver, but there is inwalid writes in GPU_buffer* function, so maybe crash caused by damaged memory.
    Should test this crash with other hardware.
  • Date: 2010-11-14 14:13
  • Sender: Ton Roosendaal
  • Campbell: this feature is unknown for me, it's been added by you in 2007 with flag SI_DRAWSHADOW
    I guess the UV editor needs the proper notifier for modifier changes then?

    VBOs are not working here in my old mac, so that's something to assign tot he VBO coder then.
  • Date: 2010-11-15 09:04
  • Sender: Campbell Barton
  • fixed r33075. notifier problem and VBO crash.
 

Attached Files:

Name Date Download
report_UV_modified_noUpdate.blend 2010-11-14 00:56 Download
valgrind.log 2010-11-14 11:47 Download
gdb.log 2010-11-14 11:47 Download

Changes:

Field Old Value Date By
ResolutionApproved2010-11-15 09:04campbellbarton
close_date2010-11-15 09:042010-11-15 09:04campbellbarton
status_idOpen2010-11-15 09:04campbellbarton
CategoryInterface2010-11-14 14:13ton
assigned_tonone2010-11-14 14:13ton
File Added13575: gdb.log2010-11-14 11:47nazgul
File Added13574: valgrind.log2010-11-14 11:47nazgul
ResolutionNew2010-11-14 11:47nazgul
File Added13571: report_UV_modified_noUpdate.blend2010-11-14 00:56lmg