MantisBT - ParaView |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015298 | ParaView | (No Category) | public | 2015-02-02 12:21 | 2015-09-06 12:18 |
|
Reporter | Utkarsh Ayachit | |
Assigned To | Utkarsh Ayachit | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 4.4 | |
Project | TBD |
Topic Name | 15298_fix_exporters_in_python |
Type | incorrect functionality |
|
Summary | 0015298: Exporters don't have properties setup properly. |
Description | The following code generated from Python trace fails when running through pvpython.
# export view
ExportView('/tmp/sample.eps', view=renderView1, Drawbackground=0,
Rasterize3Dgeometry=0) |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-02-02 12:21 | Utkarsh Ayachit | New Issue | |
2015-02-02 14:00 | Utkarsh Ayachit | Note Added: 0034134 | |
2015-02-02 14:01 | Utkarsh Ayachit | Topic Name | => 15298_fix_exporters_in_python |
2015-02-02 14:01 | Utkarsh Ayachit | Status | backlog => gatekeeper review |
2015-02-02 14:01 | Utkarsh Ayachit | Fixed in Version | => git-next |
2015-02-02 14:01 | Utkarsh Ayachit | Resolution | open => fixed |
2015-02-02 14:01 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit |
2015-02-03 08:20 | Utkarsh Ayachit | Fixed in Version | git-next => git-master |
2015-02-03 08:20 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
2015-02-03 08:20 | Utkarsh Ayachit | Note Added: 0034137 | |
2015-02-20 09:28 | Utkarsh Ayachit | Note Added: 0034263 | |
2015-06-04 18:43 | Alan Scott | Note Added: 0034499 | |
2015-06-04 18:43 | Alan Scott | Status | customer review => closed |
2015-09-06 12:18 | Utkarsh Ayachit | Fixed in Version | git-master => 4.4 |
Notes |
|
(0034134)
|
Utkarsh Ayachit
|
2015-02-02 14:00
|
|
commit d5f00b28cee69068fdd88a83796b5694f67889d1
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Feb 2 13:57:26 2015 -0500
BUG 0015298. Fixes exporters in Python.
Proxies that were not made class-types for in updateModule/_createModule calls
ended up not have the Python property API essential for SetProperties(...) call
to work. One way is to ensure _createModule/updateModule initializes all
proxy groups -- that's bound to fail if new groups get added. To make it
more robust, instead we not create a class-type on demand (if one
doesn't already exist) in _getPyProxy().
This fixes the issue reported in BUG 0015298.
Change-Id: Ib7099f0395c74c699878855378c7555cd5ca118a |
|
|
(0034137)
|
Utkarsh Ayachit
|
2015-02-03 08:20
|
|
SUMMARY
---------------------------------------------
Topics merged into master (v4.3.1-119-g6d9aca5):
(VTK) 15284_refactor_paraview_interactors
15298_fix_exporters_in_python
(VTK) icet-opengl2-fix
minor-fixes
new-baselines-20150202
push_specA_cinema
(VTK) pvweb-support-http-rpc-servers
safer-unified-bindings-arg
vtkmpi-inclusion-fun
fix_pgi_issues |
|
|
(0034263)
|
Utkarsh Ayachit
|
2015-02-20 09:28
|
|
I tested with v4.3.1-164-g7158a0b. Works as expected for me. |
|
|
(0034499)
|
Alan Scott
|
2015-06-04 18:43
|
|
Trusting Utkarsh's testing. Closing. |
|