MantisBT - ParaView
View Issue Details
0015624ParaView(No Category)public2015-08-07 09:512015-12-01 19:41
Mathieu Westphal 
Mathieu Westphal 
normalminorhave not tried
closedfixed 
git-master 
4.4 
TBD
incorrect functionality
0015624: loaded Uncertainty Rendering plugin generate invalid python trace
With UncertaintyRendering plugin loaded, the generated python trace is invalid, even when the plugin code is not used.

How to reproduce:
./bin/paraview
tools->PluginManager
Load UncertaintyRendering plugin
tools->StartTrace
source->Box
apply
colorBy->Normals
tools->StopTrace

the generated python script will now contain the line:
ColorBy(box1Display, ('POINTS', 'Normals'))

and missing:
# show data in view
box1Display = Show(box1, renderView1)
# trace defaults for the display properties.
box1Display.ColorArrayName = [None, '']

It is actually because of a silent fail in smtrace.py; which is caused by
UncertaintyTransferFunction, for which the python wrapper cannot find registered accessor nor create one
smtrace.py:165
vtkUncertaintyRendering.xml:52
No tags attached.
? dummyR2.py (905) 2015-08-07 09:51
https://www.vtk.org/Bug/file/9868/dummyR2.py
? dummyR.py (1,049) 2015-08-07 09:51
https://www.vtk.org/Bug/file/9869/dummyR.py
Issue History
2015-08-07 09:51Mathieu WestphalNew Issue
2015-08-07 09:51Mathieu WestphalAssigned To => Mathieu Westphal
2015-08-07 09:51Mathieu WestphalFile Added: dummyR2.py
2015-08-07 09:51Mathieu WestphalFile Added: dummyR.py
2015-08-07 09:56Mathieu WestphalDescription Updatedbug_revision_view_page.php?rev_id=1201#r1201
2015-08-07 09:56Mathieu WestphalSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=1203#r1203
2015-08-07 09:56Mathieu WestphalAdditional Information Updatedbug_revision_view_page.php?rev_id=1205#r1205
2015-08-13 04:18Mathieu WestphalNote Added: 0034982
2015-08-13 04:18Mathieu WestphalStatusbacklog => gatekeeper review
2015-08-13 04:18Mathieu WestphalResolutionopen => fixed
2015-09-03 09:50Utkarsh AyachitStatusgatekeeper review => customer review
2015-09-03 09:50Utkarsh AyachitFixed in Version => git-master
2015-09-06 12:17Utkarsh AyachitFixed in Versiongit-master => 4.4
2015-12-01 19:41Alan ScottNote Added: 0035505
2015-12-01 19:41Alan ScottStatuscustomer review => closed

Notes
(0034982)
Mathieu Westphal   
2015-08-13 04:18   
Fixed by:
https://gitlab.kitware.com/paraview/paraview/merge_requests/296 [^]
(0035505)
Alan Scott   
2015-12-01 19:41   
Tested 4.4.0, Linux, local server.