MantisBT - ParaView
View Issue Details
0014992ParaView(No Category)public2014-09-11 10:282016-08-12 09:59
Cory Quammen 
Cory Quammen 
normalminorhave not tried
closedmoved 
4.2 
 
Sandia
incorrect functionality
0014992: vtkSMDomain::SetDefaultValues() overrides custom setting defaults in some cases
In particular, this makes it impossible to set the default representation type for GeometryRepresentation with the following JSON:

   "representations" : {
      "GeometryRepresentation" : {
         "Representation" : "Surface With Edges"
      }
    }

The reason is that custom default values are set prior to domains being reset. Some domains, such as vtkSMBooleanDomain, do nothing in SetDefaultValues(). Others, such as vtkSMRepresentationTypeDomain, change property values.
No tags attached.
Issue History
2014-09-11 10:28Cory QuammenNew Issue
2014-09-11 10:28Cory QuammenAssigned To => Cory Quammen
2016-08-12 09:59Kitware RobotNote Added: 0038654
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved

Notes
(0038654)
Kitware Robot   
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.