Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,997
    • Issues 1,997
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 85
    • Merge requests 85
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaViewParaView
  • ParaViewParaView
  • Merge requests
  • !2032

Cleanup plugin build and install locations.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview:cleanup_plugins into master Nov 16, 2017
  • Overview 26
  • Commits 2
  • Pipelines 7
  • Changes 12

ParaView plugins are now built and installed under the following locations:

  • Unix: lib/paraview-${ver}/plugins/
  • OsX (app): <app>/Contents/Plugins/
  • Windows: bin/plugins/

Plugins are also placed in a directory with the same name as the plugin.

vtkPVPluginTracker uses vtkResourceFileLocator to locate the plugins at these new locations relative to both the ParaView libraries (first) and current executable (second).

This fixes #17832 (closed).

Edited Nov 16, 2017 by Utkarsh Ayachit
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cleanup_plugins