MantisBT - ParaView
View Issue Details
0016761ParaView(No Category)public2016-06-29 10:542016-08-12 10:00
Andy Bauer 
Utkarsh Ayachit 
normalminorhave not tried
closedmoved 
git-master 
 
Sandia
incorrect functionality
0016761: orientation axes is not able to be displayed in Catalyst and pvbatch image output
The orientation axes currently requires an interactor to be shown but Catalyst and pvbatch don't have interactors and thus can't display the orientation axes.

A simple script to show this (run with both pvpython and pvbatch) is:
=============
from paraview.simple import *
w = Wavelet()
Show()
Render()
WriteImage('view.png')
=============
No tags attached.
Issue History
2016-06-29 10:54Andy BauerNew Issue
2016-06-29 10:54Andy BauerAssigned To => Utkarsh Ayachit
2016-08-12 10:00Kitware RobotNote Added: 0039078
2016-08-12 10:00Kitware RobotStatusbacklog => closed
2016-08-12 10:00Kitware RobotResolutionopen => moved

Notes
(0039078)
Kitware Robot   
2016-08-12 10:00   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.