- 14 Aug, 2007 3 commits
-
-
Sean McBride authored
-
Jeff Baumes authored
ENH: Adding new Views kit, to contain vtkView and subclasses. They are larger granularity application objects which combine a pipeline and renderer.
-
Eric Stanton authored
-
- 13 Aug, 2007 5 commits
-
-
Andy Cedilnik authored
-
Utkarsh Ayachit authored
vtkPVAnimationScene which is directly a subclass of vtkAnimationCue which uses animation players (vtkAnimationPlayer) subclasses to play the animation separating the scene playing logic from the scene. Now the time for each tick given by the vtkPVAnimationScene is indeed the animation time irrespective of play mode (unlike before when the StartTime/EndTime changed based on play mode). ParaView now uses cue proxies that define the manipulator as a subproxy making it easier to create cues. Added a new cue for pipeline time which is added by default to animate the time keeper's time property. This cue has a mode in which all keframes are disabled, instead it directly uses the animation clock time to update the animated property. ENH: vtkAnimationCue provides information about the animation clock time in each tick.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Alexander Neundorf authored
ENH: create an empty interactor also with osmesa only Alex
-
- 12 Aug, 2007 1 commit
-
-
Andy Cedilnik authored
-
- 11 Aug, 2007 3 commits
-
-
Andy Cedilnik authored
-
Eric Stanton authored
-
Eric Stanton authored
BUG: Fix for failing UndoRedo3 test. When the user undoes the creation of an exodus reader, the array status methods are getting passed empty strings for the array names which in turn is causing warning messages and the tests to fail.
-
- 10 Aug, 2007 11 commits
-
-
Andy Cedilnik authored
-
Clinton Stimpson authored
-
Alexander Neundorf authored
COMP: also return OpenGL (for now) when using OSMesa Alex
-
Eric Stanton authored
BUG: Fix failing UndoRedo3 test on Morva. Was request the name of an unsupported object type (nodal). So I added nodes to the object type enumerations.
-
Alexander Neundorf authored
COMP: also enable opengl stuff if compiled with VTK_USE_OSMESA Alex
-
Eric Stanton authored
BUG: Make fast-path work for multiple files by manually accumulating the vtkFieldData of each sub-reader and adding it to the output grid.
-
Alexander Neundorf authored
STYLE: replace INCLUDE(Findfoo.cmake) with FIND_PACKAGE(foo) Alex
-
Jeff Baumes authored
-
Brian Wylie authored
BUG: The padded z bounds were not getting intialized and on some compilers this was causing problems. ENH: The layout now defaults to 200 iterations instead of 100 ENH: The gaussian fallout is now e-10 instead of e-20
-
Sean McBride authored
BUG: 5445: restored necessary warning suppression for MS compiler, made the CMakeLists.txt better match the ITK version
-
Jeff Baumes authored
ENH: Adding vtkAppendSeleciton and vtkSelectionLink, along with a test for vtkAppendSelection.
-
- 09 Aug, 2007 8 commits
-
-
Andy Cedilnik authored
-
Dave Demarle authored
ENH: Make extractselection produce a second output, which holds an ids selection that helps to correlate entries in the output data set to the input data set.
-
Dave Demarle authored
-
Dave Demarle authored
-
Dave Demarle authored
ENH: Allow fetch to use different reduction algorithms for each composite data type. This way multiblock data appears as multiblock data on the client.
-
Sean McBride authored
-
Amy Squillacote authored
-
Alexander Neundorf authored
STYLE: fix typo Alex
-
- 08 Aug, 2007 9 commits
-
-
Andy Cedilnik authored
-
Kenneth Moreland authored
BUG: An update progress was send every time a cell center was computed, which could really slow down the process if that actually updates a GUI. Now only send an update every 1000th cell center computation.
-
Sean McBride authored
BUG: 5445: tweaks on 1.2.3 upgrade: the minimal set of warnings for bcc was determined and is now in place, MS Visual Studio warning suppression removed to see which are actually still needed in 1.2.3
-
Karthik Krishnan authored
ENH: Methods to initialize a contour widget from user defined geometry. Also set the interaction state appropriately.
-
Sean McBride authored
BUG: 5445: tweaks on 1.2.3 upgrade: cosmetic changes to keep itk and vtk zlibs as close as possible, suppress more compiler warnings, updated readme, added HAVE_UNISTD_H test, removed some warning suppression to see if the new zlib fixed them
-
Amy Squillacote authored
-
Amy Squillacote authored
BUG: fixing uninitialized memory access; set numTypes to the number of entries in the type array; add VTK_STRING to the type array
-
Dave Demarle authored
-
Sean McBride authored
-