View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008304ParaView(No Category)public2008-12-16 16:302016-08-12 09:57
ReporterKen Moreland 
Assigned ToBerk Geveci 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0008304: Objects created in Python do not have eyeball until Show or Hide called
DescriptionWhen 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0014489)
Utkarsh Ayachit (administrator)
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 (administrator)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-12-16 16:30 Ken Moreland New Issue
2008-12-16 16:30 Ken Moreland Status backlog => tabled
2008-12-16 16:30 Ken Moreland Assigned To => Berk Geveci
2009-01-08 10:27 Utkarsh Ayachit Note Added: 0014489
2009-03-20 15:29 Berk Geveci Note Added: 0015743
2009-03-23 09:15 Utkarsh Ayachit Category 3.6 => 3.8
2009-05-13 13:39 Utkarsh Ayachit Target Version => 3.8
2011-06-16 13:10 Zack Galbreath Category => (No Category)
2016-08-12 09:57 Kitware Robot Note Added: 0037618
2016-08-12 09:57 Kitware Robot Status expired => closed
2016-08-12 09:57 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team