Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,961
    • Issues 1,961
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • 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
  • Issues
  • #19573
Closed
Open
Issue created Jan 14, 2020 by W. Alan Scott@wascottMaintainer

Wrong case for names in Catalyst script.

Case of letters in the middle of script names is being changed to lowercase, thus killing our scripts. This is with the Catalyst Script exporter.

Here is how to replicate.

  • 5.8.0-RC1, remote server (should break with builtin, but will be slower), Linux.
  • Open Watney HiFire CGNS dataset. Only for speed, only open block blk-3 grid. Turn on no variables.
  • Surface.
  • Extract Subset With Seed.
  • Place the cursor on the inside, concave section. "p". Now, your point is floating in space. For me, I need to move the Z in the possitive direction. I assume this is true. I moved 0.1 positive, now the seed is inside the dataset. Apply.
  • View/ Export Inspector. Down where it says Data Extracts, we want Extract Subset With Seed. CSW Writer. Select the box right of there.
  • Catalyst. Export Catalyst Script. Save it somewhere.

We will have a line that says: extractSubsetWithSeed1 = ExtractSubsetWithSeed(Input=sparcvolumecgns144) Then, we have a line that says: cSVWriter1 = servermanager.writers.CSVWriter(Input=extractsubsetwithseed1)

Notice that the case of the first letter of Subset, With, and Seed has gone from upper to lower case.

This is a bug and is impacting Watney.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking