<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2012-02-11 13:05:49]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>http://www.vtk.org/Bug/</docs><link>http://www.vtk.org/Bug/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>http://www.vtk.org/Bug/images/mantis_logo_button.gif</url><link>http://www.vtk.org/Bug/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0012925: Update panel for YoungsMaterialInterface filter</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12925</link><description><![CDATA[Update panel for YoungsMaterialInterface filter.]]></description><category>(No Category)</category><pubDate>Fri, 10 Feb 2012 15:02:17 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12925</guid><comments>http://www.vtk.org/Bug/view.php?id=12925#bugnotes</comments></item><item><title>0012917: vtkPyramid does not create gradient at apex</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12917</link><description><![CDATA[The following script computes gradients for a pyramid. If you run it, there is warning and the resulting gradient at apex is garbage.]]></description><category>(No Category)</category><pubDate>Fri, 10 Feb 2012 14:36:19 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12917</guid><comments>http://www.vtk.org/Bug/view.php?id=12917#bugnotes</comments></item><item><title>0012913: Re-ordering of the columns in Scatter plot matrix view</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12913</link><description><![CDATA[In Scatter plot matrix view, we want to re-order the columns of the scatter plot by drag-n-drop of the  table columns shown in the Display panel and the scatter plot view should be redrawn according to the new order of columns.]]></description><category>(No Category)</category><pubDate>Fri, 10 Feb 2012 14:18:22 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12913</guid><comments>http://www.vtk.org/Bug/view.php?id=12913#bugnotes</comments></item><item><title>0012923: ParaView segfaults on exit on WinXP 32 bit</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12923</link><description><![CDATA[ParaView segfaults on exit on WinXP 32 bit]]></description><category>(No Category)</category><pubDate>Fri, 10 Feb 2012 13:50:27 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12923</guid><comments>http://www.vtk.org/Bug/view.php?id=12923#bugnotes</comments></item><item><title>0012922: Parallel Coordinates View segfaults on selection</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12922</link><description><![CDATA[Parallel Coordinates View segfaults when a selection is made in the view.]]></description><category>(No Category)</category><pubDate>Fri, 10 Feb 2012 13:50:27 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12922</guid><comments>http://www.vtk.org/Bug/view.php?id=12922#bugnotes</comments></item><item><title>0012866: Extract selection without selection crashes ParaView</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12866</link><description><![CDATA[Git-master as of today, OS X 10.6.8, Qt 4.7.2.&lt;br /&gt;
1. Start ParaView.&lt;br /&gt;
2. Source-&gt;Sphere. Apply.&lt;br /&gt;
3. Filters-&gt;Extract Selection. Apply.&lt;br /&gt;
Then ParaView crashes.]]></description><category>(No Category)</category><pubDate>Fri, 10 Feb 2012 08:13:39 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12866</guid><comments>http://www.vtk.org/Bug/view.php?id=12866#bugnotes</comments></item><item><title>0012924: [patch included] Paraview 3.12.0 fails to build with zlib 1.2.6, invalid conversion from 'void*' to 'gzFile'</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12924</link><description><![CDATA[I'm using archlinux with gcc 4.6.2 with zlib 1.2.6.&lt;br /&gt;
When compiling against the system zlib, I get the following errors:&lt;br /&gt;
&lt;br /&gt;
[ 67%] Building CXX object Utilities/VisItBridge/databases/CMakeFiles/vtkVisItDatabases.dir/BOV/avtBOVFileFormat.C.o&lt;br /&gt;
/build/src/ParaView-3.12.0/Utilities/VisItBridge/databases/BOV/avtBOVFileFormat.C: In member function 'void avtBOVFileFormat::ReadWholeAndExtractBrick(void*, bool, void*, void*, long long unsigned int, long long unsigned int, long long unsigned int, long long unsigned int, long long unsigned int, long long unsigned int, long long unsigned int, long long unsigned int, long long unsigned int, long long unsigned int)':&lt;br /&gt;
/build/src/ParaView-3.12.0/Utilities/VisItBridge/databases/BOV/avtBOVFileFormat.C:706:51: error: invalid conversion from 'void*' to 'gzFile' [-fpermissive]&lt;br /&gt;
/usr/include/zlib.h:1698:28: error:   initializing argument 1 of 'off_t gzseek(gzFile, off_t, int)' [-fpermissive]&lt;br /&gt;
/build/src/ParaView-3.12.0/Utilities/VisItBridge/databases/BOV/avtBOVFileFormat.C:709:62: error: invalid conversion from 'void*' to 'gzFile' [-fpermissive]&lt;br /&gt;
/usr/include/zlib.h:1290:21: error:   initializing argument 1 of 'int gzread(gzFile, voidp, unsigned int)' [-fpermissive]&lt;br /&gt;
/build/src/ParaView-3.12.0/Utilities/VisItBridge/databases/BOV/avtBOVFileFormat.C: In member function 'virtual vtkDataArray* avtBOVFileFormat::GetVar(int, const char*)':&lt;br /&gt;
/build/src/ParaView-3.12.0/Utilities/VisItBridge/databases/BOV/avtBOVFileFormat.C:1049:55: error: invalid conversion from 'void*' to 'gzFile' [-fpermissive]&lt;br /&gt;
/usr/include/zlib.h:1698:28: error:   initializing argument 1 of 'off_t gzseek(gzFile, off_t, int)' [-fpermissive]&lt;br /&gt;
/build/src/ParaView-3.12.0/Utilities/VisItBridge/databases/BOV/avtBOVFileFormat.C:1052:57: error: invalid conversion from 'void*' to 'gzFile' [-fpermissive]&lt;br /&gt;
/usr/include/zlib.h:1290:21: error:   initializing argument 1 of 'int gzread(gzFile, voidp, unsigned int)' [-fpermissive]&lt;br /&gt;
/build/src/ParaView-3.12.0/Utilities/VisItBridge/databases/BOV/avtBOVFileFormat.C:1195:26: error: invalid conversion from 'void*' to 'gzFile' [-fpermissive]&lt;br /&gt;
/usr/include/zlib.h:1488:24: error:   initializing argument 1 of 'int gzclose(gzFile)' [-fpermissive]&lt;br /&gt;
make[2]: *** [Utilities/VisItBridge/databases/CMakeFiles/vtkVisItDatabases.dir/BOV/avtBOVFileFormat.C.o] Error 1&lt;br /&gt;
make[1]: *** [Utilities/VisItBridge/databases/CMakeFiles/vtkVisItDatabases.dir/all] Error 2&lt;br /&gt;
make: *** [all] Error 2&lt;br /&gt;
&lt;br /&gt;
I found that someone on &lt;a href=&quot;http://forum.fobby.net/index.php?t=msg&amp;th=701&amp;start=0&quot;&gt;http://forum.fobby.net/index.php?t=msg&amp;th=701&amp;start=0&lt;/a&gt; [&lt;a href=&quot;http://forum.fobby.net/index.php?t=msg&amp;th=701&amp;start=0&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] also encountered this problem and said that it was due to &quot;gzFile not being a typedef of voidp anymore in zlib-1.2.6&quot;.&lt;br /&gt;
&lt;br /&gt;
I wrote a patch which fixes paraview building against zlib 1.2.6.&lt;br /&gt;
Attached as fix-build-with-zlib-1.2.6.diff&lt;br /&gt;
&lt;br /&gt;
Although visit is an external library, it doesn't have a public bug tracker or version control system, or that one I could find. So I'm submitting this bug to paraview since you maintain an internal copy.]]></description><category>(No Category)</category><pubDate>Thu, 09 Feb 2012 13:06:30 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12924</guid><comments>http://www.vtk.org/Bug/view.php?id=12924#bugnotes</comments></item><item><title>0012912: extract cells by region (using sphere) controls</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12912</link><description><![CDATA[Get some source.&lt;br /&gt;
&lt;br /&gt;
Get the 'Extract Cells by Region' filter and change the selection from Plane to Sphere. Use left-mouse. This should move the sphere but instead resizes it in a dramatic way. Happens both with parallel and perspective projection. The workaround is to enter the radius and position 'by hand']]></description><category>(No Category)</category><pubDate>Thu, 09 Feb 2012 10:10:17 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12912</guid><comments>http://www.vtk.org/Bug/view.php?id=12912#bugnotes</comments></item><item><title>0012662: Make transform and warp filters work on image and rectilinear data</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12662</link><description><![CDATA[Image data and rectilinear grids cannot have a general transform or warp applied because they have to be axis aligned.  However, it is a simple manner to convert them to a structured grid and then transform them or warp them.  These filters should do so under the covers.&lt;br /&gt;
&lt;br /&gt;
This is covered under this uservoice request:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://paraview.uservoice.com/forums/11350-general/suggestions/1206709-transform-filter-should-work-on-all-types-of-data?ref=title&quot;&gt;http://paraview.uservoice.com/forums/11350-general/suggestions/1206709-transform-filter-should-work-on-all-types-of-data?ref=title&lt;/a&gt; [&lt;a href=&quot;http://paraview.uservoice.com/forums/11350-general/suggestions/1206709-transform-filter-should-work-on-all-types-of-data?ref=title&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:30 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12662</guid><comments>http://www.vtk.org/Bug/view.php?id=12662#bugnotes</comments></item><item><title>0012555: Enhanced ruler</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12555</link><description><![CDATA[We should add an enhanced ruler to ParaView.  This would be a ruler that had the tick marks and markings of the cube axis, but would allow a user to place the end points on a 3d object.  This &quot;ruler&quot; should then float over the 3d object, always displaying the ruler, ticks and markings - even if the ruler is imbedded in the 3d object.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:30 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12555</guid><comments>http://www.vtk.org/Bug/view.php?id=12555#bugnotes</comments></item><item><title>0012737: Summary panel needs scroll bars</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12737</link><description><![CDATA[Summary panel needs scroll bars]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:21 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12737</guid><comments>http://www.vtk.org/Bug/view.php?id=12737#bugnotes</comments></item><item><title>0012602: CTH Derived density incorrect with cylindrical coordinate data.</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12602</link><description><![CDATA[This simulation is in two-d, cylindrical coordinates, so that x is a radial variable and y is the axial distance.&lt;br /&gt;
&lt;br /&gt;
The densities should all be the same for the first time step. See robert maynard for the dataset to replicate this issue.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:21 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12602</guid><comments>http://www.vtk.org/Bug/view.php?id=12602#bugnotes</comments></item><item><title>0011960: CTH reader: Optionally calculate "derived variables"  density and material densities.</title><author></author><link>http://www.vtk.org/Bug/view.php?id=11960</link><description><![CDATA[In spcth files, derived variables are not saved in the file because they can (usually) be calculated from the other variables that are written to the file. However, the spcth reader does not do this. The feature request is to optionally compute several derived variables if the variables they depend on are in the file and if the user requests them (through the variable checkboxes on the preperties panel.) Formulas given in Additional Information.&lt;br /&gt;
&lt;br /&gt;
The motivation for this request is that the Prism plugin is much more effective when the material densities are available, so this request is focused on just these quantities. A more complete solution would be to optionally compute all the derived variables, which would be straightforward and not too much more work after computing the material densities.]]></description><category>Feature</category><pubDate>Wed, 08 Feb 2012 17:21:21 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=11960</guid><comments>http://www.vtk.org/Bug/view.php?id=11960#bugnotes</comments></item><item><title>0012381: Prism Support Custom View Scaling</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12381</link><description><![CDATA[Displaying multiple surfaces in the same view is problematic. Each surface is displayed correctly, but the relationship between the surfaces is not correct; for example, if one surface should be twice as high as the first, it will not be shown shifted the correct amount and will be distorted.&lt;br /&gt;
&lt;br /&gt;
Also allow the user to exactly control the world scaling factor from the gui.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:20 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12381</guid><comments>http://www.vtk.org/Bug/view.php?id=12381#bugnotes</comments></item><item><title>0012873: VisItBridge Nek5000 reader doesn't work</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12873</link><description><![CDATA[The reader only loads in empty geometry.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:04 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12873</guid><comments>http://www.vtk.org/Bug/view.php?id=12873#bugnotes</comments></item><item><title>0012918: Spreadsheet View not scrolling correctly</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12918</link><description><![CDATA[* Create Sphere with Phi and Theta resolution set to 800.&lt;br /&gt;
* View that in spreadsheet view.&lt;br /&gt;
* Scroll down--new values are never fetched.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:03 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12918</guid><comments>http://www.vtk.org/Bug/view.php?id=12918#bugnotes</comments></item><item><title>0012915: Array selections not working correctly.</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12915</link><description><![CDATA[* Open AMR dataset&lt;br /&gt;
* Apply AMR Dual Clip&lt;br /&gt;
* Now play with the material array statuses, toggling and applying. It seems that arrays are never cleared.&lt;br /&gt;
&lt;br /&gt;
This is causing issues for Statistics filters as well.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:03 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12915</guid><comments>http://www.vtk.org/Bug/view.php?id=12915#bugnotes</comments></item><item><title>0012909: Prism View: View controls are unresponsive after enabling and disabling log scaling</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12909</link><description><![CDATA[In the prism view, by default the axes are rescaled so that the aspect ratio of the surface plot is 1:1:1. There is a special set of view controls that allow the user to control this rescaling. The user can specify the bounds for each axis that should be rescaled to length 1 in the view. (These values are independent of the bounds that specify what is displayed.)&lt;br /&gt;
&lt;br /&gt;
The bug is that when log scaling is enabled, then disabled, the bounds in the prism view control seem to be ignored.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:03 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12909</guid><comments>http://www.vtk.org/Bug/view.php?id=12909#bugnotes</comments></item><item><title>0012904: Auto Convert properties fail on Magnitude</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12904</link><description><![CDATA[Issue seems to be that we are going from 0 - numComponents when checking the component name, and not checking if magnitude was selected.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:03 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12904</guid><comments>http://www.vtk.org/Bug/view.php?id=12904#bugnotes</comments></item><item><title>0012891: FindData dialog doesn't resize correctly</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12891</link><description><![CDATA[Try resizing the FindData dialog. The spreadsheet view should expand, however other part expand as well. (Image attached).]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:03 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12891</guid><comments>http://www.vtk.org/Bug/view.php?id=12891#bugnotes</comments></item><item><title>0012827: Save animation - disconnect client seg faults</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12827</link><description><![CDATA[* master, remote server (8 processes), Linux&lt;br /&gt;
* Open can.exo.  All vars on.  Apply.&lt;br /&gt;
* Not necessary, but color by PedegrieId.&lt;br /&gt;
* File/ Save Animation.  Select &quot;Disconnect before saving animation&quot;.&lt;br /&gt;
* Save Animation, the fill in a file name, OK.  I was trying to save .png's.&lt;br /&gt;
&lt;br /&gt;
Crash.  Seems to be on the client, disconnecting side.  However, this brings down both client and server.&lt;br /&gt;
&lt;br /&gt;
This is really important, since we seem to be having issues saving animations remote server, with a screen saver (This bug will be reported elsewhere).]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:03 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12827</guid><comments>http://www.vtk.org/Bug/view.php?id=12827#bugnotes</comments></item><item><title>0012803: CTH reader: derived density is not computed</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12803</link><description><![CDATA[The CTH reader computes the material densities for each material, but not the average density. Note that the average density is not computed by averaging the material densities, but by summing the mass of each material in a cell and dividing by the cell volume. If void is present, the volume of the void has to be subtracted from the cell volume before computing the density. See the code in bug 0011960 for details on the computation.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:03 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12803</guid><comments>http://www.vtk.org/Bug/view.php?id=12803#bugnotes</comments></item><item><title>0012802: Prism: view properties are not accessible</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12802</link><description><![CDATA[There is a special view for prism, so that autoscaling can be applied consistently across several different surfaces in the same view. To achieve this, the view properties were disabled (temporarily?) - the tab on the edge of the view is greyed out, so the background color and light kit parameters cannot be changed from the default values.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:03 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12802</guid><comments>http://www.vtk.org/Bug/view.php?id=12802#bugnotes</comments></item><item><title>0012780: Prism: incorrect treatment of log scaling in 500/600 series tables</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12780</link><description><![CDATA[Prism SESAME reader to open copper_spitzer.mat.1.600&lt;br /&gt;
&lt;br /&gt;
1.) When the 601 table is opened the &quot;Use Log Scaling&quot; boxes are not&lt;br /&gt;
checked, but when the 602 or 603 are opened they are. Behavior for the&lt;br /&gt;
602 and 603 tables is correct.&lt;br /&gt;
2.) Values displayed in the threshold text boxes and the information&lt;br /&gt;
tab appears to be the log of the quantity, rather than tha value of&lt;br /&gt;
the quantitiy itself.&lt;br /&gt;
3.) When unit conversions are applied, they are applied to the log of&lt;br /&gt;
the value, and not the value itself.&lt;br /&gt;
&lt;br /&gt;
Recall that for 500 and 600 series tables, the sesame file holds the&lt;br /&gt;
log10 of the quantity of interest.  I think the steps in reading and&lt;br /&gt;
transforming the data should be:&lt;br /&gt;
a.) read the data&lt;br /&gt;
b.) convert all data from log10 to unlogged values&lt;br /&gt;
c.) apply unit conversions&lt;br /&gt;
d.) if user selects to use log scaling, apply it&lt;br /&gt;
e.) apply auto scaling&lt;br /&gt;
&lt;br /&gt;
The difference compared to the 300 and 400 series tables is that for&lt;br /&gt;
500/600 tables, step b is required. If step b is done for 500/600&lt;br /&gt;
tables, from that point forward everthing should be the same as for&lt;br /&gt;
the 300 tables, and I think that corrects issues 2 and 3. Issue 1 has&lt;br /&gt;
to do with whether the &quot;Use Log Scaling&quot; boxes are checked by default&lt;br /&gt;
or not, and this corresponds to step d, not step b.]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:03 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12780</guid><comments>http://www.vtk.org/Bug/view.php?id=12780#bugnotes</comments></item><item><title>0012608: Prisms Sesame Conversion xml needs to be installed.</title><author></author><link>http://www.vtk.org/Bug/view.php?id=12608</link><description><![CDATA[N/T]]></description><category>(No Category)</category><pubDate>Wed, 08 Feb 2012 17:21:03 -0500</pubDate><guid>http://www.vtk.org/Bug/view.php?id=12608</guid><comments>http://www.vtk.org/Bug/view.php?id=12608#bugnotes</comments></item></channel></rss>

