View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004153ParaView(No Category)public2006-12-06 17:482007-02-05 16:04
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PriorityhighSeverityfeatureReproducibilityalways
StatusclosedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004153: Geometry caching
DescriptionWhen running an animation, the geometry should be (usually) cached.

As in ParaView 2, there needs to be an option to turn off geometry caching.

We have also had a lot of problems in the past with geometry caching. When writing a large animation, the cache often exceeds memory and causes the program to crash. Perhaps there could be another option of geometry cache threshold where the cache will automatically be turned off when the size of the geometry x the number of timesteps exceeds this threshold.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0006215)
Utkarsh Ayachit (administrator)
2007-01-17 11:24

Adding Cache check box.
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMAnimationCueProxy.cxx,v <-- vtkSMAnimationCueProxy.cxx
new revision: 1.16; previous revision: 1.15
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMAnimationSceneProxy.cxx,v <-- vtkSMAnimationSceneProxy.cxx
new revision: 1.35; previous revision: 1.34
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyProperty.cxx,v <-- vtkSMProxyProperty.cxx
new revision: 1.40; previous revision: 1.39
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationPanel.cxx,v <-- pqAnimationPanel.cxx
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqAnimationPanel.ui,v <-- pqAnimationPanel.ui
new revision: 1.4; previous revision: 1.3

(0006254)
Utkarsh Ayachit (administrator)
2007-01-24 15:24

Added mechanism to keep track of memory used by update suppressor caches. Every render module has a cache limit, when the cache size goes beyond that limit, the cache is not longer maintained for any new frames generated. However all previous generated cache is kept and used for playing.

Limit can be chaged from View|Settings dialog.

/cvsroot/ParaView3/ParaView3/Servers/Common/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.52; previous revision: 1.51
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkCacheSizeKeeper.cxx,v <-- vtkCacheSizeKeeper.cxxinitial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkCacheSizeKeeper.h,v <-- vtkCacheSizeKeeper.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVCacheSizeInformation.cxx,v <-- vtkPVCacheSizeInformation.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVCacheSizeInformation.h,v <-- vtkPVCacheSizeInformation.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkProcessModule.cxx,v <-- vtkProcessModule.cxx
new revision: 1.66; previous revision: 1.65
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkProcessModule.h,v <-- vtkProcessModule.h
new revision: 1.53; previous revision: 1.52
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVUpdateSuppressor.cxx,v <-- vtkPVUpdateSuppressor.cxx
new revision: 1.42; previous revision: 1.41
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVUpdateSuppressor.h,v <-- vtkPVUpdateSuppressor.h
new revision: 1.19; previous revision: 1.18
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMRenderModuleProxy.cxx,v <-- vtkSMRenderModuleProxy.cxx
new revision: 1.61; previous revision: 1.60
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMRenderModuleProxy.h,v <-- vtkSMRenderModuleProxy.h
new revision: 1.28; previous revision: 1.27
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- filters.xml
new revision: 1.167; previous revision: 1.166
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v <-- rendering.xml
new revision: 1.123; previous revision: 1.122
/cvsroot/ParaView3/ParaView3/Qt/Components/pq3DViewPropertiesWidget.cxx,v <-- pq3DViewPropertiesWidget.cxx
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pq3DViewPropertiesWidget.ui,v <-- pq3DViewPropertiesWidget.ui
new revision: 1.11; previous revision: 1.10
/cvsroot/ParaView3/ParaView3/Qt/Core/pqRenderViewModule.cxx,v <-- pqRenderViewModule.cxx
new revision: 1.19; previous revision: 1.18

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team