- 25 Aug, 2005 13 commits
-
-
Brad King authored
ENH: Removing . from LINK_DIRECTORIES. Now that rpath/non-rpath builds are done properly we do not need it.
-
Brad King authored
-
Sebastien Barre authored
BUG: (?): GetActiveCamera would instantiate a camera, and call a ResetCamera. This would have a lot of side effects side effects (like computing the bounds of all props, which will eventually call UpdateInformation() on data objects, etc). It's old, but let's try without. Obviously can be solved by calling ResetCamera manually. // this->ResetCamera();
-
Brad King authored
This commit was manufactured during conversion from CVS to merge the end of the ParaView 2.2 release branch.
-
Amy Squillacote authored
-
Brad King authored
BUG: VTKExamplesTarget should depend on QVTK and vtkMFC libraries since some examples use these libraries.
-
Brad King authored
-
Will Schroeder authored
-
Will Schroeder authored
-
Sebastien Barre authored
BUG: the subclasses have to call the superclass Render() instead of calling the renderwindow method directly, so that the super can make sure all conditions are met to render, *and* events are called properly
-
Sebastien Barre authored
-
Brad King authored
-
Andy Cedilnik authored
-
- 24 Aug, 2005 15 commits
-
-
Brad King authored
BUG: Python wrapper modules should not be installed by CMake at all. They are installed by setup.py.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
ENH: Further improved support for automatic sys.path setting. Also set PATH on windows to include the location of the executable so that the wrapper modules can find the corresponding wrapper libraries since vtkpython does not link to them.
-
Brad King authored
-
Brad King authored
ENH: The setup.py script to install python modules is now automatically executed as part of the CMake-generated install target. Extra arguments for things like the install prefix can be set by changing VTK_PYTHON_SETUP_ARGS.
-
Sebastien Barre authored
ENH: let the renderwin interactor invoke a RenderEvent so that third-party code can handle the render request and redirect it to the appropriate class instead of the renderwindow
-
Berk Geveci authored
BUG: Should not try to access memory when it is not allocated. When NumberOfTimeSteps == 1, NumberOfTimeValues is null
-
Brad King authored
ENH: Updated setup.py script to fully support installation both with and without configuration types in the build tree. The exact set of libraries to install is now computed so that if one does not exist an error is reported.
-
Sebastien Barre authored
ENH: let the renderwin interactor invoke a RenderEvent so that third-party code can handle the render request and redirect it to the appropriate class instead of the renderwindow
-
Sebastien Barre authored
-
Brad King authored
ENH: Added BUILD_TYPE=... support on the command line (from Prabhu). Also fixed construction of module build directory name on Windows.
-
Andy Cedilnik authored
-
- 23 Aug, 2005 9 commits
-
-
Brad King authored
BUG: RequestUpdateExtent should request the same extent of the stencil input as it does the main input. This partially addresses bug#1452.
-
Amy Squillacote authored
-
Sebastien Barre authored
-
Brad King authored
ENH: VTKConfig.cmake and supporting files in the install tree now compute a VTK_INSTALL_PREFIX from VTK_DIR and report all paths using it. This removes all hard-coded paths from VTK installations and allows them to be moved freely.
-
Brad King authored
ENH: Removing all references to CMAKE_INSTALL_PREFIX in preparation for avoiding hard-coded paths in the install tree.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Andy Cedilnik authored
-
- 22 Aug, 2005 1 commit
-
-
Andy Cedilnik authored
-
- 21 Aug, 2005 2 commits
-
-
Brad King authored
-
Brad King authored
BUG: Fixed installation of loaded commands. This was not done because the vtkLoadCMakeExtensions module was loaded too early and could not see the VTK_WRAP_* settings. Also implemented installation on Windows with CMake 2.0 (previously only implemented for CMake 2.2).
-