View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014315ParaView(No Category)public2013-10-03 12:402015-01-11 08:23
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version4.1 
Summary0014315: When modules are added in a plugin, the CS wrappings for those modules are never initialized
DescriptionWhen 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.
TagsNo tags attached.
ProjectKitware
Topic Name14315_fix_plugin_cs_wrappings
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031676)
Utkarsh Ayachit (administrator)
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 (administrator)
2013-10-04 14:00

topics merged into master.
(0031799)
Alan Scott (manager)
2013-10-30 22:41

Tested master, remote server, Linux.

 Issue History
Date Modified Username Field Change
2013-10-03 12:40 Utkarsh Ayachit New Issue
2013-10-03 12:52 Utkarsh Ayachit Topic Name => 14315_fix_plugin_cs_wrappings
2013-10-03 12:52 Utkarsh Ayachit Note Added: 0031676
2013-10-03 12:52 Utkarsh Ayachit Status backlog => gatekeeper review
2013-10-03 12:52 Utkarsh Ayachit Fixed in Version => git-next
2013-10-03 12:52 Utkarsh Ayachit Resolution open => fixed
2013-10-03 12:52 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-10-04 14:00 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-10-04 14:00 Utkarsh Ayachit Status gatekeeper review => customer review
2013-10-04 14:00 Utkarsh Ayachit Note Added: 0031679
2013-10-30 22:41 Alan Scott Note Added: 0031799
2013-10-30 22:41 Alan Scott Status customer review => closed
2013-11-01 13:17 Utkarsh Ayachit Fixed in Version git-master => 4.1
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master 7a6be8ca
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master 02509cf5


Copyright © 2000 - 2018 MantisBT Team