View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013966ParaView(No Category)public2013-03-23 19:222014-08-29 10:59
Reportereskemojoe007 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.98.1 
Target VersionFixed in Version4.2 
Summary0013966: Trace Not Tracking CSV file saves
DescriptionWhen creating macros using the trace function, saving CSV data is not being traced.

Start trace
save data
"Enter file name"
click save all time steps
save
stop trace

The python trace shows none of this. It is important to my functionality for batch processing
TagsPythonTrace
ProjectTBD
Topic Namerefactor_python_tracing_2
Typefeature
Attached Files

 Relationships

  Notes
(0032998)
Utkarsh Ayachit (administrator)
2014-07-09 21:30

Developer note:

Current version of trace recording save the trace as following:

#### import the simple module from the paraview
from paraview.simple import *
#### disable automatic camera reset on 'Show'
paraview.simple._DisableFirstRenderCameraReset()

# get active source.
wavelet0 = GetActiveSource()

# save data
SaveData('/tmp/sample.csv', proxy=wavelet0, WriteAllTimeSteps=1)

#### uncomment the following to render all views
# RenderAllViews()
# alternatively, if you want to write images, you can use SaveScreenshot(...).
(0033056)
Utkarsh Ayachit (administrator)
2014-07-22 08:32

---------------------------------------------
Topics merged into master:
        0014874_fix_scalar_opacity_unit_distance
        14834_fix_representation_update
        dashboard-warnings-20140721
        refactor_python_tracing_2
(0033113)
Alan Scott (manager)
2014-07-28 18:20

Tested with can.exo, remote server, Linux, master.

 Issue History
Date Modified Username Field Change
2013-03-23 19:22 eskemojoe007 New Issue
2014-07-04 21:47 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2014-07-04 21:47 Utkarsh Ayachit Tag Attached: PythonTrace
2014-07-09 21:30 Utkarsh Ayachit Note Added: 0032998
2014-07-18 21:01 Utkarsh Ayachit Topic Name => refactor_python_tracing_2
2014-07-18 21:01 Utkarsh Ayachit Status backlog => gatekeeper review
2014-07-18 21:01 Utkarsh Ayachit Fixed in Version => git-next
2014-07-18 21:01 Utkarsh Ayachit Resolution open => fixed
2014-07-22 08:32 Utkarsh Ayachit Fixed in Version git-next => git-master
2014-07-22 08:32 Utkarsh Ayachit Status gatekeeper review => customer review
2014-07-22 08:32 Utkarsh Ayachit Note Added: 0033056
2014-07-28 18:20 Alan Scott Note Added: 0033113
2014-07-28 18:20 Alan Scott Status customer review => closed
2014-08-29 10:59 Utkarsh Ayachit Fixed in Version git-master => 4.2


Copyright © 2000 - 2018 MantisBT Team