[Paraview] Multiple input port filters: cannot set the second input

2009-12-09 Thread Jérôme
Hi,

I checkout the CVS today and since then, my custom filters taking 2 input
ports refuse to be set on the second input.
I can reproduce it with the Stream tracer (custom source). Does anyone not
this?

Best regards,
Jerome
___
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


Re: [Paraview] Multiple input port filters: cannot set the second input

2009-12-09 Thread Jérôme
Sven,
sorry for the typo : I meant note this?. I also noted the builtin server
named b at startup.

Jerome

2009/12/9 Sven Buijssen sven.buijs...@tu-dortmund.de

 Hi Jérôme,

 (off the list for the moment to clarify what you meant)

  I checkout the CVS today and since then, my custom filters taking 2
  input ports refuse to be set on the second input.
  I can reproduce it with the Stream tracer (custom source). Does anyone
  not this?

 You meant not have this or note this?

 I can reproduce the behaviour with my nightly builds. Moreover, when I
 start up
 paraview in builtin mode, the server in the pipeline view is merely called
 b,
 only when opening a file it becomes builtin. Do you see the same?

 Sven

___
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


Re: [Paraview] Multiple input port filters: cannot set the second input

2009-12-09 Thread Utkarsh Ayachit
I am not sure what you mean by refuse to be set on the second input.
I just tried creating Stream tracer (custom source) and it seems to
work fine for me.

Utkarsh

On Wed, Dec 9, 2009 at 8:34 AM, Jérôme jerome.ve...@gmail.com wrote:
 Hi,

 I checkout the CVS today and since then, my custom filters taking 2 input
 ports refuse to be set on the second input.
 I can reproduce it with the Stream tracer (custom source). Does anyone not
 this?

 Best regards,
 Jerome

 ___
 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


___
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


Re: [Paraview] Multiple input port filters: cannot set the second input

2009-12-09 Thread Sven Buijssen
Hi,

I can reproduce the behaviour Jérôme described with some of my nightly builds.
Load the state attached, select RandomVectors and apply
StreamTracerWithCustomSource filter. As Source try to select the PointSource.
The GUI won't let you select it. Happens with a 32bit Linux build, a 64bit Linux
build. Not with a Solaris SPARC build, though.

Moreover, when I start up paraview in builtin mode, the server in the pipeline
view is merely called b, only when opening a file it becomes builtin.

Sven


- Original Message -
From: Utkarsh Ayachit utkarsh.ayac...@kitware.com
To: Jérôme jerome.ve...@gmail.com
CC: paraview-users paraview@paraview.org
Sent: 12/09/09 19:55:38
Subject: [Paraview] Multiple input port filters: cannot set the second  input
 I am not sure what you mean by refuse to be set on the second input.
 I just tried creating Stream tracer (custom source) and it seems to
 work fine for me.
 
 Utkarsh
 
 On Wed, Dec 9, 2009 at 8:34 AM, Jérôme jerome.ve...@gmail.com wrote:
 Hi,

 I checkout the CVS today and since then, my custom filters taking 2 input
 ports refuse to be set on the second input.
 I can reproduce it with the Stream tracer (custom source). Does anyone not
 this?

 Best regards,
 Jerome

 ___
 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


 ___
 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



repro.pvsm.bz2
Description: BZip2 compressed data
___
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


Re: [Paraview] Multiple input port filters: cannot set the second input

2009-12-09 Thread Utkarsh Ayachit
 Moreover, when I start up paraview in builtin mode, the server in the pipeline
 view is merely called b, only when opening a file it becomes builtin.

I've committed a fix for this.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqPipelineBrowserWidget.cxx,v
 --  Qt/Components/pqPipelineBrowserWidget.cxx
new revision: 1.4; previous revision: 1.3
___
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


Re: [Paraview] Multiple input port filters: cannot set the second input

2009-12-09 Thread Utkarsh Ayachit
 I can reproduce the behaviour Jérôme described with some of my nightly builds.
 Load the state attached, select RandomVectors and apply
 StreamTracerWithCustomSource filter. As Source try to select the PointSource.
 The GUI won't let you select it. Happens with a 32bit Linux build, a 64bit 
 Linux
 build. Not with a Solaris SPARC build, though.

Thanks for the state file. I've committed a fix for this issue.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqPipelineModel.cxx,v  --
Qt/Components/pqPipelineModel.cxx
new revision: 1.30; previous revision: 1.29

Utkarsh
___
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