View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014562ParaView(No Category)public2014-02-09 00:482016-08-12 09:59
ReporterMagician 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version4.1 
Target VersionFixed in Version 
Summary0014562: CameraViewUp with Python
Descriptionwith Python Shell:

>>> c = GetActiveCamera()
>>> c.CameraViewUp = [1.0, 0.0, 0.0] # [1, 0, 0] on Adjust Camera GUI
>>> c.CameraViewUp = [1.0, 0.0, 0.0] # [1, 0, 0] on Adjust Camera GUI
>>> c.CameraViewUp = [1.0, 0.0, 1.0] # [0.7071, 0, 0.7071] on Adjust Camera GUI
>>> c.CameraViewUp = [0.0, 0.0, 1.0] # [0, 0, 1] on Adjust Camera GUI
>>> c.CameraViewUp = [1.0, 0.0, 1.0] # [0.5774, 0, 0.8165] on Adjust Camera GUI !!wrong

Maybe the substituting and normalizing methods have some problems.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038508)
Kitware Robot (administrator)
2016-08-12 09:59

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.

 Issue History
Date Modified Username Field Change
2014-02-09 00:48 Magician New Issue
2016-08-12 09:59 Kitware Robot Note Added: 0038508
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved
2016-08-12 09:59 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team