Kathleen Biagas
Kathleen Biagas
### Description Fixes problem with VTK 9 volume plot, where a multi-domain data with 'No Resampling' option chosen only renders 1 domain. See [my comment](https://github.com/visit-dav/visit/issues/19103#issuecomment-1930853926) for #19103. This a draft...
### Describe the bug The python modules are being installed to src instead of build dir. Probably due to `setup.py install` being deprecated and `pip install` being used under the...
### Describe the bug Run `visit -cli -nowin` ``` >>> dir(PseudcolorAttributes()) Traceback (most recent call last): File "", line 1, in NameError: name 'PseudcolorAttributes' is not defined >>> dir(PseudocolorAttributes()) Traceback...
### Describe the bug New volume rendering tests added by PR #19055 has problems with three tests: volume_10, volume_20, volume_30 in serial and parallel mode yield blank images. They were...
### Is your feature request related to a problem? GetPlotInformation()["Curve"] will return the curve results of a time-query. However, there is no variable associated with it. Also, 'SaveWindow' as curve...
### Describe the bug The flatten query test crashes on Windows during this call to np.asarray: https://github.com/visit-dav/visit/blob/3d45cc3ce2d8d863c06c7517b6f4d29d57456f34/src/test/tests/queries/flatten.py#L68-L69 Not quite sure how to diagnose. WIndows 10, MSVC 2022, Python 3.7.16, numpy...
### Is your feature request related to a problem? The only way to get VisIt's password window (on Windows) is via our qtssh mods to Putty. When we need to...
### Describe the bug In a mixed-cell file with vertex cells and poly-vertex cells, changing point type to 'Sphere' loses points and colors incorrectly. ### To Reproduce Open vtk_test_data/ugrid_mixed_cells.vtk Create...
### Describe the bug While digging into #18518, I noticed that the QLineEdit widgets for fields like hostName, hostNickName etc, emit their signals with every keypress. This is due to...
### Describe what needs to be documented. CMake conventions being adopted through the CMake reorganization effort should be documented. The list below can and should be updated with new ideas...