View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015298ParaView(No Category)public2015-02-02 12:212015-09-06 12:18
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version4.4 
Summary0015298: Exporters don't have properties setup properly.
DescriptionThe following code generated from Python trace fails when running through pvpython.


# export view
ExportView('/tmp/sample.eps', view=renderView1, Drawbackground=0,
    Rasterize3Dgeometry=0)
TagsNo tags attached.
ProjectTBD
Topic Name15298_fix_exporters_in_python
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0034134)
Utkarsh Ayachit (administrator)
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 (administrator)
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 (administrator)
2015-02-20 09:28

I tested with v4.3.1-164-g7158a0b. Works as expected for me.
(0034499)
Alan Scott (manager)
2015-06-04 18:43

Trusting Utkarsh's testing. Closing.

 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


Copyright © 2000 - 2018 MantisBT Team