MantisBT - ParaView
View Issue Details
0008304ParaView(No Category)public2008-12-16 16:302016-08-12 09:57
Ken Moreland 
Berk Geveci 
normalminorhave not tried
closedmoved 
 
 
0008304: Objects created in Python do not have eyeball until Show or Hide called
When you create a pipeline object in the Python interpreter of the ParaView GUI, you do not get an eyeball next to the object until Show or Hide is called on the object. When creating a chain of filters, intermediate results are often not shown. Thus, there may be pipeline objects without eyeballs, and it is awkward to get them to show up.
No tags attached.
Issue History
2008-12-16 16:30Ken MorelandNew Issue
2008-12-16 16:30Ken MorelandStatusbacklog => tabled
2008-12-16 16:30Ken MorelandAssigned To => Berk Geveci
2009-01-08 10:27Utkarsh AyachitNote Added: 0014489
2009-03-20 15:29Berk GeveciNote Added: 0015743
2009-03-23 09:15Utkarsh AyachitCategory3.6 => 3.8
2009-05-13 13:39Utkarsh AyachitTarget Version => 3.8
2011-06-16 13:10Zack GalbreathCategory => (No Category)
2016-08-12 09:57Kitware RobotNote Added: 0037618
2016-08-12 09:57Kitware RobotStatusexpired => closed
2016-08-12 09:57Kitware RobotResolutionopen => moved

Notes
(0014489)
Utkarsh Ayachit   
2009-01-08 10:27   
Berk, probably you just need to call CreateOutputPorts() and then the GUI will start showing the eye balls.
(0015743)
Berk Geveci   
2009-03-20 15:29   
Reminder sent to: Utkarsh Ayachit

You mean I need to create a representation right? The eye balls are tied to the representation.
I can do that but that causes the source/filter to execute as soon as it is created, which is bad. Maybe we need to go all the way and totally emulate creating a filter from the menu? I mean maybe the Apply button should become green and you should press it or call Apply() from Python which would cause:
* Eyeball to show up
* Filter to execute
* View to render

We need to refactor this sort of stuff into a server manager business logic thing-a-magick that is shared by Python and Qt. I suggest postponing these changes until after then.
(0037618)
Kitware Robot   
2016-08-12 09:57   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.