MantisBT - ParaView
View Issue Details
0015298ParaView(No Category)public2015-02-02 12:212015-09-06 12:18
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.4 
TBD
15298_fix_exporters_in_python
incorrect functionality
0015298: Exporters don't have properties setup properly.
The following code generated from Python trace fails when running through pvpython.


# export view
ExportView('/tmp/sample.eps', view=renderView1, Drawbackground=0,
    Rasterize3Dgeometry=0)
No tags attached.
Issue History
2015-02-02 12:21Utkarsh AyachitNew Issue
2015-02-02 14:00Utkarsh AyachitNote Added: 0034134
2015-02-02 14:01Utkarsh AyachitTopic Name => 15298_fix_exporters_in_python
2015-02-02 14:01Utkarsh AyachitStatusbacklog => gatekeeper review
2015-02-02 14:01Utkarsh AyachitFixed in Version => git-next
2015-02-02 14:01Utkarsh AyachitResolutionopen => fixed
2015-02-02 14:01Utkarsh AyachitAssigned To => Utkarsh Ayachit
2015-02-03 08:20Utkarsh AyachitFixed in Versiongit-next => git-master
2015-02-03 08:20Utkarsh AyachitStatusgatekeeper review => customer review
2015-02-03 08:20Utkarsh AyachitNote Added: 0034137
2015-02-20 09:28Utkarsh AyachitNote Added: 0034263
2015-06-04 18:43Alan ScottNote Added: 0034499
2015-06-04 18:43Alan ScottStatuscustomer review => closed
2015-09-06 12:18Utkarsh AyachitFixed in Versiongit-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.