View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015539ParaView(No Category)public2015-06-12 18:452015-09-06 12:17
ReporterAlan Scott 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version4.3 
Target Version4.4Fixed in Version4.4 
Summary0015539: Bad .config files, Could not determine array range
DescriptionWe are getting the following output when we have specific changes to .config files. First, the Output message:

Warning: In /projects/viz/paraview/src/ParaView/4.3.1a/ParaView4/ParaViewCore/ServerManager/Rendering/vtkSMPVRepresentationProxy.cxx, line 280
vtkSMPVRepresentationProxy (0x3cbd110): Could not determine array range.

Linux, 4.3.1, local server.

Next, the .config files to replicate.
* cd to your config directory. (.config/ParaView on Linux).
* Delete everything.
* Create a ParaView-UserSettings.json file in .config/ParaView with the following:
  
{
   "settings" : {
      "GeneralSettings" : {
         "InheritRepresentationProperties" : 1
      }
   }
}

Now, how to replicate:
* Sources/ Sphere. Apply.
* Color by Normals.
* Point Data to Cell Data filter. Apply.

No idea where this flag is coming from, but anyone that has it then has issues using Paraview until the .config files are deleted. This needs to be fixed.

TagsNo tags attached.
ProjectSandia
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0034768)
Utkarsh Ayachit (administrator)
2015-07-13 12:52

"InheritRepresentationProperties" is coming from the settings dialog. There's an advanced setting (off by default) on the "General Tab" named "Inherit Representation Properties" that controls this. The description states the following:

========================================
Set whether representations try to maintain properties from an input
representation, if present. e.g. if you "Transform" the representation for a source, then any filter that you connect to it and show in the same view should be transformed using the same transformation as well.
========================================

The issue is that when the copying display properties from input (Sphere) to the filter (PointDataToCellData), the array chosen to color by on Sphere (Point:Normals) is no longer available on the PointDataToCellData. Hence it warns that the range for the same cannot be determined.
(0034769)
Utkarsh Ayachit (administrator)
2015-07-13 13:12

Merge request:
https://gitlab.kitware.com/paraview/paraview/merge_requests/215 [^]
(0034779)
Utkarsh Ayachit (administrator)
2015-07-15 11:14

merged
(0034792)
Alan Scott (manager)
2015-07-16 20:58

Tested local server, Linux, master.

 Issue History
Date Modified Username Field Change
2015-06-12 18:45 Alan Scott New Issue
2015-06-12 18:45 Alan Scott Target Version => 4.4
2015-06-17 14:11 Alan Scott Summary Bad .config files, Cound lot determine array range => Bad .config files, Could not determine array range
2015-06-22 11:44 Cory Quammen Assigned To => Cory Quammen
2015-07-08 16:36 Utkarsh Ayachit Status backlog => todo
2015-07-13 12:48 Utkarsh Ayachit Assigned To Cory Quammen => Utkarsh Ayachit
2015-07-13 12:48 Utkarsh Ayachit Status todo => active development
2015-07-13 12:52 Utkarsh Ayachit Note Added: 0034768
2015-07-13 13:12 Utkarsh Ayachit Note Added: 0034769
2015-07-13 13:12 Utkarsh Ayachit Status active development => gatekeeper review
2015-07-13 13:12 Utkarsh Ayachit Fixed in Version => git-master
2015-07-13 13:12 Utkarsh Ayachit Resolution open => fixed
2015-07-15 11:14 Utkarsh Ayachit Note Added: 0034779
2015-07-15 11:14 Utkarsh Ayachit Status gatekeeper review => customer review
2015-07-16 20:58 Alan Scott Note Added: 0034792
2015-07-16 20:58 Alan Scott Status customer review => closed
2015-09-06 12:17 Utkarsh Ayachit Fixed in Version git-master => 4.4


Copyright © 2000 - 2018 MantisBT Team