View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015624ParaView(No Category)public2015-08-07 09:512015-12-01 19:41
ReporterMathieu Westphal 
Assigned ToMathieu Westphal 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version4.4 
Summary0015624: loaded Uncertainty Rendering plugin generate invalid python trace
DescriptionWith UncertaintyRendering plugin loaded, the generated python trace is invalid, even when the plugin code is not used.

Steps To ReproduceHow 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, '']
Additional Information
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
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files? file icon dummyR2.py [^] (905 bytes) 2015-08-07 09:51
? file icon dummyR.py [^] (1,049 bytes) 2015-08-07 09:51

 Relationships

  Notes
(0034982)
Mathieu Westphal (developer)
2015-08-13 04:18

Fixed by:
https://gitlab.kitware.com/paraview/paraview/merge_requests/296 [^]
(0035505)
Alan Scott (manager)
2015-12-01 19:41

Tested 4.4.0, Linux, local server.

 Issue History
Date Modified Username Field Change
2015-08-07 09:51 Mathieu Westphal New Issue
2015-08-07 09:51 Mathieu Westphal Assigned To => Mathieu Westphal
2015-08-07 09:51 Mathieu Westphal File Added: dummyR2.py
2015-08-07 09:51 Mathieu Westphal File Added: dummyR.py
2015-08-07 09:56 Mathieu Westphal Description Updated
2015-08-07 09:56 Mathieu Westphal Steps to Reproduce Updated
2015-08-07 09:56 Mathieu Westphal Additional Information Updated
2015-08-13 04:18 Mathieu Westphal Note Added: 0034982
2015-08-13 04:18 Mathieu Westphal Status backlog => gatekeeper review
2015-08-13 04:18 Mathieu Westphal Resolution open => fixed
2015-09-03 09:50 Utkarsh Ayachit Status gatekeeper review => customer review
2015-09-03 09:50 Utkarsh Ayachit Fixed in Version => git-master
2015-09-06 12:17 Utkarsh Ayachit Fixed in Version git-master => 4.4
2015-12-01 19:41 Alan Scott Note Added: 0035505
2015-12-01 19:41 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team