Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,758
    • Issues 1,758
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 68
    • Merge Requests 68
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #14562

Closed
Open
Opened Feb 08, 2014 by Kitware Robot@kwrobotOwner

CameraViewUp with Python

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


with 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.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#14562