[Paraview] Create SliderWidget in Python Shell

2017-11-10 Thread Moritz Sigg
Hello, I would like to add a slider widget to a RenderView in Paraview using python scripting. I already managed to create a new window containing a slider widget (vtkSliderWidget). I'm wondering how to add the Slider Widget to an existing RenderView inside Paraview. If I understood it correctly,

Re: [Paraview] [EXT] RE: Python Annotations

2017-11-10 Thread Dennis Conklin
Quentin, Glad that helped. I think any Cell, Point or Field variable is available if you select the corresponding Array Association. I don’t know what special characters are allowed, maybe someone else can chime in here. Dennis From: Quentin d'Avout [mailto:quen...@arrivo-loop.com] Sent:

Re: [Paraview] loading multiple state-files without hiding and resetting already loaded objects

2017-11-10 Thread Grothausmann, Roman Dr.
Dear Cory, On 15/09/17 15:27, Grothausmann, Roman Dr. wrote: On 15/09/17 15:14, Cory Quammen wrote: Put a ** in front of reppro[i], e.g., pvs.SetProperties(repr, **reppro[i]) Hm, I now get: TypeError: SetProperties() argument after ** must be a mapping, not list Do I have to store the dict