I have tried clean builds on ParaView CVS and ParaView 3.6.2 OS X with Qt versions 4.5.3 and Qt 4.6.2 both carbon and Cocoa and none of that alleviates the problem. Not even the precompiled binary from Kitware's web site works correctly. It does work perfectly fine on windows though.

I wonder where the loading of the file takes place. I have a feeling something is not loading the cell data correctly. Maybe.

--
Mike Jackson

On 3/3/2010 3:01 AM, Jérôme wrote:
Hi,

After full updates on 2 computers (personal and office) both running fedora 12, the problem persists... on one of them only! The sadness is that the personal
one is concerned, so I cannot debug efficiently.

The point is that I didn't perform a comprehensive clean on my built tree. This
is the next step.

Jerome

2010/3/1 Michael Jackson <mike.jack...@bluequartz.net <mailto:mike.jack...@bluequartz.net>>

    So I figured out where the problem lies, but not what the actual
    problem is:

    QList<QString> pqPipelineRepresentation::getColorFields()
    ....
    for(int i=0; i<cellinfo->GetNumberOfArrays(); i++)

    that loop is 0 to 0 on OS X and 0 to 2 on Windows. But using the
    exact same data file. So for some reason the OS X version is NOT
    storing/updating something properly. Odd.



_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to