View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003416ParaView(No Category)public2006-06-16 11:402009-12-09 14:51
ReporterKen Moreland 
Assigned ToAmy Squillacote 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003416: SNL: Subsampling rate not turned off for still render
DescriptionWhen compositing is on in client/server mode and subsampling is on, it should only subsample images during interactive rendering, not during still rendering. Now, still renders are subsampled along with the interactive rendering.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0005306)
Amy Squillacote (reporter)
2006-10-09 08:30

The bug has been fixed. The problem was that in vtkSMCompositeRenderModuleProxy, we were calling SetImageReductionFactor two different ways: through SM properties in StillRender and directly through CS streams in InteractiveRender. When it was called through properties to try to set the reduction factor to 1, the properties didn't think anything had changed since setting it to a larger value had not happened through properties, so the call in StillRender was having no effect. Now this method is being called through properties in both cases.

/cvsroot/ParaView/ParaView/Servers/ServerManager/vtkSMCompositeRenderModuleProxy
.cxx,v <-- vtkSMCompositeRenderModuleProxy.cxx
new revision: 1.16; previous revision: 1.15

 Issue History
Date Modified Username Field Change
2009-12-09 14:51 Berk Geveci Project @3@ => ParaView
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team