MantisBT - ParaView
View Issue Details
0013466ParaView(No Category)public2012-09-22 18:402015-01-11 08:34
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.98.0 
KW-SAS
13466_add_transform_api
incorrect functionality
0013466: Add support to set transformation matrix for representations
Add support to set transformation matrix for representations
No tags attached.
Issue History
2012-09-22 18:40Utkarsh AyachitNew Issue
2012-09-22 19:24Utkarsh AyachitTopic Name => 13466_add_transform_api
2012-09-22 19:24Utkarsh AyachitNote Added: 0029263
2012-09-22 19:24Utkarsh AyachitStatusbacklog => gatekeeper review
2012-09-22 19:24Utkarsh AyachitFixed in Version => git-next
2012-09-22 19:24Utkarsh AyachitResolutionopen => fixed
2012-09-22 19:24Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-09-28 14:28Utkarsh AyachitFixed in Versiongit-next => git-master
2012-09-28 14:28Utkarsh AyachitStatusgatekeeper review => customer review
2012-09-28 14:28Utkarsh AyachitNote Added: 0029299
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-master => 3.98.0
2013-02-11 16:02Utkarsh AyachitStatuscustomer review => closed
2015-01-11 08:34Utkarsh AyachitSource_changeset_attached => ParaView master f2e0d389
2015-01-11 08:34Utkarsh AyachitSource_changeset_attached => ParaView master 4383a49e

Notes
(0029263)
Utkarsh Ayachit   
2012-09-22 19:24   
commit 4383a49eebfc030476890640256c092168e49ec7
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Sat Sep 22 19:09:53 2012 -0400

    BUG 0013466. Adding support for UserTranform on representations.
    
    Added a mechanism to specify a 4x4 matrix as the UserTranform for a geometry
    representation. Python scripts can now set the UserTranform (results in calling
    vtkActor::SetUserTransform()), using the UserTranform property which is expected
    to be a 16 element double corresponding to the 4x4 matrix.
    
    Along with vtkGeometryRepresentation, updating vtkSelectionRepresentation and
    vtkDataLabelRepresentation to accept UserTransform so that selections and labels
    on selections show up correctly when a UserTransform set on the
    vtkGeometryRepresentation.
(0029299)
Utkarsh Ayachit   
2012-09-28 14:28   
merged into master, if applicable.