MantisBT - ParaView
View Issue Details
0014054ParaView(No Category)public2013-05-07 16:032013-05-21 16:26
Alan Scott 
Yumin Yuan 
normalminorhave not tried
closedfixed 
git-master 
4.0 
Sandia
14054_slice_crinkle_bug
incorrect functionality
0014054: crinkle slice the glyph is wrong
If you slice with a crinkle slice, then glyph, the whole dataset will be glyphed.

Master, Linux, local server.
Open can.exo. Apply.
Slice filter. Crinkle slice on, Show plane off. Apply.
<Important> - go forward one time step. (otherwise, scales are bad and paraview may hang).
Glyph filter. Apply.

Notice that the whole can is glyph-ed - not just the slice. This is a bug.
No tags attached.
Issue History
2013-05-07 16:03Alan ScottNew Issue
2013-05-13 10:51Utkarsh AyachitAssigned To => Yumin Yuan
2013-05-13 15:23Yumin YuanStatusbacklog => todo
2013-05-13 15:23Yumin YuanStatustodo => active development
2013-05-15 15:36Yumin YuanNote Added: 0030776
2013-05-20 14:00Yumin YuanTopic Name => 14054_slice_crinkle_bug
2013-05-20 14:00Yumin YuanNote Added: 0030802
2013-05-20 14:00Yumin YuanStatusactive development => gatekeeper review
2013-05-20 14:00Yumin YuanFixed in Version => git-next
2013-05-20 14:00Yumin YuanResolutionopen => fixed
2013-05-21 11:03Utkarsh AyachitFixed in Versiongit-next => 4.0
2013-05-21 11:06Utkarsh AyachitStatusgatekeeper review => customer review
2013-05-21 11:06Utkarsh AyachitNote Added: 0030806
2013-05-21 16:26Alan ScottNote Added: 0030809
2013-05-21 16:26Alan ScottStatuscustomer review => closed

Notes
(0030776)
Yumin Yuan   
2013-05-15 15:36   
I have a fix on VTK-Gerrit (http://review.source.kitware.com/#/t/2765/ [^]), but it won't be merged into master until VTK6.0 is branched, because we are in code-freeze.
(0030802)
Yumin Yuan   
2013-05-20 14:00   
Fixed wrongful logic for ExtractOnlyBoundaryCells in vtkExtractGeometry.

    The ExtractOnlyBoundaryCells is not working properly due to some logic
    errors in deciding when to extract cells if both ExtractBoundaryCells
    and ExtractOnlyBoundaryCells are on. Fixed it.

    Change-Id: I0574c672507ca610b1e77272d12f4e8acc3efa0c
(0030806)
Utkarsh Ayachit   
2013-05-21 11:06   
SUMMARY
---------------------------------------------
Topics merged into master:
  14054_slice_crinkle_bug
  14072_splash_default_off
  14075_coprocessing_script_generator
  fix-install-www-rules
  fix_multiblock_inspector_issues
  fix_python_paths
  update_vtk
(0030809)
Alan Scott   
2013-05-21 16:26   
Excellent.

Tested master, remote server, Linux.