MantisBT - ParaView
View Issue Details
0006683ParaView(No Category)public2008-03-31 11:402009-05-13 13:59
Ken Moreland 
Utkarsh Ayachit 
normalmajorhave not tried
closedfixed 
 
3.43.4 
0006683: Applying lookmark messes up light-kit type lights
If you save a lookmark while using light-kit lights and then apply that lookmark to a 3D view that also has light-kit lights on, the lights get messed up. They are overly bright and I'm quite sure that all the lights are being added to the renderer twice.
1. Open up the render view options. Turn off the default light and turn on the light kit lights.
2. Create some data. The superquadratic or sphere is fine.
3. Create a lookmark.
4. With the light kit lights still on, apply the lookmark. The object will now get really bright.
No tags attached.
related to 0005874closed Utkarsh Ayachit LightKit sometimes applied twice when loading state. 
Issue History
2008-03-31 11:40Ken MorelandNew Issue
2008-04-10 17:50Ken MorelandRelationship addedrelated to 0005874
2008-04-10 17:51Ken MorelandSeverityminor => major
2008-04-10 17:51Ken MorelandCategoryDevelopment => 3.4
2008-04-10 17:51Ken MorelandStatusbacklog => tabled
2008-04-10 17:51Ken MorelandAssigned To => Berk Geveci
2008-05-15 13:47Utkarsh AyachitAssigned ToBerk Geveci => Utkarsh Ayachit
2008-05-16 16:53Utkarsh AyachitStatustabled => @80@
2008-05-16 16:53Utkarsh AyachitResolutionopen => fixed
2008-05-16 16:53Utkarsh AyachitNote Added: 0011979
2008-05-22 20:59Alan ScottStatus@80@ => closed
2008-05-22 20:59Alan ScottNote Added: 0012076
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011979)
Utkarsh Ayachit   
2008-05-16 16:53   
vtkSMRenderViewProxy never checked if light kit was already added, hence it ended up adding the lights again and again! Fixed that.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMRenderViewProxy.cxx,v <-- Servers/ServerManager/vtkSMRenderViewProxy.cxx
new revision: 1.67; previous revision: 1.66
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMRenderViewProxy.h,v <-- Servers/ServerManager/vtkSMRenderViewProxy.h
new revision: 1.29; previous revision: 1.28
(0012076)
Alan Scott   
2008-05-22 20:59   
Tested client/server.