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. |
|