Only search projects.blender.org
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
Resolution
Approved
2010-11-15 09:04
campbellbarton
close_date
2010-11-15 09:04
2010-11-15 09:04
campbellbarton
status_id
Open
2010-11-15 09:04
campbellbarton
Category
Interface
2010-11-14 14:13
ton
assigned_to
none
2010-11-14 14:13
ton
File Added
13575: gdb.log
2010-11-14 11:47
nazgul
File Added
13574: valgrind.log
2010-11-14 11:47
nazgul
Resolution
New
2010-11-14 11:47
nazgul
File Added
13571: report_UV_modified_noUpdate.blend
2010-11-14 00:56
lmg