View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014234ParaView(No Category)public2013-08-15 10:312013-12-24 19:32
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version4.1 
Summary0014234: Python trace not capture creating of views from plugins correctly.
DescriptionPython trace not capture creating of views from plugins correctly. To reproduce, try this:

+ Start ParaView
+ Load the QuadView plugin
+ Close active 3D view
+ Start Trace
+ Create "Quad View"
+ Stop Trace

The trace shows that the view must be created using the following:

QuadView = CreateRenderView()

Which is incorrect.

It must be CreateView("QuadView").
TagsNo tags attached.
ProjectSandia
Topic Name14234_fix_trace_views
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031464)
Utkarsh Ayachit (administrator)
2013-08-15 10:34

commit dd5e0246dfa428d504b7d1b78891a66c57456dc0
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Aug 15 10:32:23 2013 -0400

    BUG 0014232: Fix tracing of non-standard view creation.
    
    When tracing creation of views from plugins, for example, the trace ended up
    suggesting to use "CreateRenderView" incorrectly. Fixed the logic to view the
    view's name and call CreateView(viewname) instead.
    
    Change-Id: If46ea19863ffc9cfa8222b11d5d7b73bd190e7ee
(0031478)
Utkarsh Ayachit (administrator)
2013-08-16 13:48

Topics merged into master:
        0014218_fix_color_preset_issues
        13029_fix_auto_apply
        14158_fix_double_range_slider
        14185_fix_component_name
        14204_fix_domains
        14233_fix_disconnect_button
        14234_fix_trace_views
        better_disconnect_error_v2
        serverside_only_reader
(VTK) update_to_master

(0032059)
Alan Scott (manager)
2013-12-24 19:32

Tested local server, master, linux.

 Issue History
Date Modified Username Field Change
2013-08-15 10:31 Utkarsh Ayachit New Issue
2013-08-15 10:34 Utkarsh Ayachit Topic Name => 14234_fix_trace_views
2013-08-15 10:34 Utkarsh Ayachit Note Added: 0031464
2013-08-15 10:34 Utkarsh Ayachit Status backlog => gatekeeper review
2013-08-15 10:34 Utkarsh Ayachit Fixed in Version => git-next
2013-08-15 10:34 Utkarsh Ayachit Resolution open => fixed
2013-08-15 10:34 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-08-16 13:48 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-08-16 13:48 Utkarsh Ayachit Status gatekeeper review => customer review
2013-08-16 13:48 Utkarsh Ayachit Note Added: 0031478
2013-11-01 13:18 Utkarsh Ayachit Fixed in Version git-master => 4.1
2013-12-24 19:32 Alan Scott Note Added: 0032059
2013-12-24 19:32 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team