View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014283ParaView(No Category)public2013-09-17 13:092015-01-11 08:23
ReporterAlan Scott 
Assigned ToUtkarsh Ayachit 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-next 
Target Version4.1Fixed in Version4.1 
Summary0014283: Color editor doesn't update - CAM data
DescriptionHaven't been able to replicate this with any other data. Sorry. Utkarsh has all of the data for this bug.

Linux, master, remote server (8 servers).
Read in Sandia-CAM-Data-Alan1-Do-Not-Release.nc. CAM NetCDF (Unstructured) reader.
Use "Connectivity File Name" Sandia-CAM-latlon-Alan1-Do-Not-Release.nc.
Unclick Cell Layer Right. Click Single Level.
Apply.
Color by TMQ.

Open the Color Editor.
Make sure auto apply is OFF.
Select Enable opacity mapping for surfaces.
Update.

Now, drag the right control button for red vertically down, so the opacity control is basically horizontal, and zero.
Update.

Nothing happens. This is a bad bug.
Marking high since this is impacting me.



TagsNo tags attached.
ProjectSandia
Topic Namefix_control_points_editing
Typeincorrect functionality
Attached Files

 Relationships
related to 0014255closedUtkarsh Ayachit Translucent LUTs don't work correctly when parallel remote rendering is used. 
related to 0013776closedUtkarsh Ayachit Opacity color editor needs update call 

  Notes
(0031586)
Utkarsh Ayachit (administrator)
2013-09-18 10:22

VTK fix: http://review.source.kitware.com/#/t/3253/ [^]
ParaView fix: http://review.source.kitware.com/#/t/3254 [^]
(0031587)
Utkarsh Ayachit (administrator)
2013-09-18 11:32

commit a6b0b0dfa9266f2387fe58a285360728bda23aa1
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Sep 18 10:13:22 2013 -0400

    BUG 0014283. Fix change events fired by vtkControlPointsItem.
    
    This commit consolidates the logic between all vtkControlPointsItem subclasses
    to consistently notify rest of the world that the control points were modified.
    Previously, commit 1509669d87 tried to do the same with
    vtkControlPointsItem::PointsModifiedEvent, however vtkCompositeControlPointsItem
    wasn't firing those consistently resulting in the BUG 0014283.
    
    While attempting to fix that, I noticed that vtkControlPointsItem has
    StartChanges()/EndChanges() methods that could be used for a similar purpose:
    notify the world that control points are being changed. Hence, remved the
    PointsModifiedEvent, instead fixing the code to consistently use
    StartChanges()/EndChanges() calls.
    
    Fixed StartChanges/EndChanges to fire the event on the vtkControlPointsItem
    (along with tranfer function, as it was previously) and added logic to avoid
    duplicable firing of events due nested calls to StartChanges/EndChanges.
    
    Change-Id: I144e775cbdfbc9c1334cfc2b02609b37dda8cae7
(0031634)
Utkarsh Ayachit (administrator)
2013-09-26 09:34

SUMMARY
---------------------------------------------
Topics merged into master:
        0014302_cth_adaptor_doesnt_work_in_4_x
        14255_fix_translucent_rendering
        14280_fix_multiview_rendering_in_batch
        14282_fix_long_label
        14288_fix_lut_editor
        14290_fix_static_build_issues
        fix_baseline_thresholds
(VTK) fix_control_points_editing
        fix_pqWidgets_on_windows
        fix_property_linking
        fix_pvpython_cmakescript
        fix-selection-test
(VTK) parallel-surface-lic-pv
        pvweb-fix-vtk-documentation
(VTK) update_vtk_master

(0031644)
Alan Scott (manager)
2013-09-26 17:22

Tested master, remote server, Linux. Thanks for fixing this one!

 Issue History
Date Modified Username Field Change
2013-09-17 13:09 Alan Scott New Issue
2013-09-17 16:41 Utkarsh Ayachit Relationship added duplicate of 0014255
2013-09-17 16:52 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-09-17 16:53 Utkarsh Ayachit Target Version => 4.1
2013-09-18 10:22 Utkarsh Ayachit Note Added: 0031586
2013-09-18 10:35 Utkarsh Ayachit Relationship deleted 0014255
2013-09-18 10:35 Utkarsh Ayachit Relationship added related to 0014255
2013-09-18 11:32 Utkarsh Ayachit Note Added: 0031587
2013-09-18 11:32 Utkarsh Ayachit Topic Name => fix_control_points_editing
2013-09-18 11:32 Utkarsh Ayachit Status backlog => gatekeeper review
2013-09-18 11:32 Utkarsh Ayachit Fixed in Version => git-next
2013-09-18 11:32 Utkarsh Ayachit Resolution open => fixed
2013-09-18 13:02 Alan Scott Relationship added related to 0013776
2013-09-26 09:29 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-09-26 09:34 Utkarsh Ayachit Status gatekeeper review => customer review
2013-09-26 09:34 Utkarsh Ayachit Note Added: 0031634
2013-09-26 17:22 Alan Scott Note Added: 0031644
2013-09-26 17:22 Alan Scott Status customer review => closed
2013-11-01 13:18 Utkarsh Ayachit Fixed in Version git-master => 4.1
2015-01-09 13:43 Utkarsh Ayachit Source_changeset_attached => VTK master 99101fdf
2015-01-09 13:43 Utkarsh Ayachit Source_changeset_attached => VTK master a6b0b0df
2015-01-09 13:44 Utkarsh Ayachit Source_changeset_attached => VTK master 81caa301
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master 64d2789f
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master 2fe32996


Copyright © 2000 - 2018 MantisBT Team