MantisBT - ParaView
View Issue Details
0014315ParaView(No Category)public2013-10-03 12:402015-01-11 08:23
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.1 
Kitware
14315_fix_plugin_cs_wrappings
incorrect functionality
0014315: When modules are added in a plugin, the CS wrappings for those modules are never initialized
When modules are added in a plugin, the CS wrappings for those modules are never initialized, do the following:

+ Load PointSprite plugin
+ Create Image Sprite Source -- ParaView aborts!

The problem is that vtkImageSpriteSource is added in a module in the Plugin is its CS wrapping are not initialized when the plugin is loaded.
No tags attached.
Issue History
2013-10-03 12:40Utkarsh AyachitNew Issue
2013-10-03 12:52Utkarsh AyachitTopic Name => 14315_fix_plugin_cs_wrappings
2013-10-03 12:52Utkarsh AyachitNote Added: 0031676
2013-10-03 12:52Utkarsh AyachitStatusbacklog => gatekeeper review
2013-10-03 12:52Utkarsh AyachitFixed in Version => git-next
2013-10-03 12:52Utkarsh AyachitResolutionopen => fixed
2013-10-03 12:52Utkarsh AyachitAssigned To => Utkarsh Ayachit
2013-10-04 14:00Utkarsh AyachitFixed in Versiongit-next => git-master
2013-10-04 14:00Utkarsh AyachitStatusgatekeeper review => customer review
2013-10-04 14:00Utkarsh AyachitNote Added: 0031679
2013-10-30 22:41Alan ScottNote Added: 0031799
2013-10-30 22:41Alan ScottStatuscustomer review => closed
2013-11-01 13:17Utkarsh AyachitFixed in Versiongit-master => 4.1
2015-01-11 08:23Utkarsh AyachitSource_changeset_attached => ParaView master 7a6be8ca
2015-01-11 08:23Utkarsh AyachitSource_changeset_attached => ParaView master 02509cf5

Notes
(0031676)
Utkarsh Ayachit   
2013-10-03 12:52   
commit 02509cf5ee71990f3a25223937d7e43015caa5b4
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Oct 3 12:47:27 2013 -0400

    BUG 0014315: Fix CS wrapping for modules added by plugins.
    
    Modules added by plugins were being CS wrapped but they weren't being
    initialized with the Plugin was loaded. This fixes that issue.
    
    This also results in the following:
    
    + plugins no longer have to manually link to the modules they added, it's done
    automatically.
    + plugins no longer have to use CS_KITS in the call to add_paraview_plugin() for
    modules they added.
    
    Change-Id: Ia187eb54ac40efe39e94b54fdeffd7a1c8fd0be2
(0031679)
Utkarsh Ayachit   
2013-10-04 14:00   
topics merged into master.
(0031799)
Alan Scott   
2013-10-30 22:41   
Tested master, remote server, Linux.