MantisBT - ParaView
View Issue Details
0014970ParaView(No Category)public2014-08-26 12:542015-01-09 14:49
Ken Moreland 
Dan Lipsa 
normalminorhave not tried
closedfixed 
git-master 
4.24.2 
TBD
macro-warning-14970
incorrect functionality
0014970: Applying Macro with 3D widgets results in warnings
It appears that if you apply a macro (or perhaps run any Python script) that creates a filter with a 3D widget, you get a warning stating "pqGenericPropertyWidgetDecorator may not work as expected. " To replicate, do the following.

1. Tools -> Start Trace.
2. Accept default options in Trace Options dialog.
3. Create a Sphere Source. Apply.
4. Create a Clip Filter. Apply.
5. Tools -> Stop Trace.
6. In text editor File -> Save As Macro. Save it as something like Clipped Sphere.
7. Reset paraview (e.g. hit disconnect button).
8. Click the macro you just created.

The macro is properly applied, but you get the aforementioned warning.

It would be good if this were fixed for 4.2.
No tags attached.
Issue History
2014-08-26 12:54Ken MorelandNew Issue
2014-09-04 13:48Utkarsh AyachitStatusbacklog => todo
2014-09-04 13:48Utkarsh AyachitTarget Version => 4.2
2014-09-07 14:42Utkarsh AyachitAssigned To => Dan Lipsa
2014-09-12 11:59Dan LipsaStatustodo => active development
2014-09-12 15:12Dan LipsaStatusactive development => todo
2014-09-16 09:40Dan LipsaStatustodo => active development
2014-09-16 13:19Dan LipsaNote Added: 0033347
2014-09-17 08:22Dan LipsaStatusactive development => gatekeeper review
2014-09-17 10:06Utkarsh AyachitTopic Name => macro-warning-14970
2014-09-17 10:07Utkarsh AyachitFixed in Version => git-master
2014-09-17 10:08Utkarsh AyachitStatusgatekeeper review => customer review
2014-09-17 10:08Utkarsh AyachitNote Added: 0033362
2014-09-24 10:13Utkarsh AyachitFixed in Versiongit-master => 4.2
2015-01-09 14:49Alan ScottNote Added: 0034047
2015-01-09 14:49Alan ScottStatuscustomer review => closed
2015-01-09 14:49Alan ScottResolutionopen => fixed

Notes
(0033347)
Dan Lipsa   
2014-09-16 13:19   
commit b39ffc1ea9ba9a9dbc946a954e49182801a41f11
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Tue Sep 16 11:38:21 2014 -0400

    FIX: valueMatch for a SMProxyProperty with no proxies returns false
    
    Change-Id: I40d46f6f85b455533560052a6411d60dc5c54aa0
    SMProxyProperty::RemoveAllProxies results in a pqGenericPropertyWidgetDecorator::updateState which tries to evaluate valueMatch. This function failed before this fix.
(0033362)
Utkarsh Ayachit   
2014-09-17 10:08   
SUMMARY
---------------------------------------------
Topics merged into master:
        14975-add-dicom-reader
        14998_catalyst_fix_PYTHONPATH
(VTK) fix_vrml_importer_segfault
        live-breakpoint
        macro-warning-14970
(VTK) misc-adios-fixes
        use-system-libraries
(0034047)
Alan Scott   
2015-01-09 14:49   
Tested 4.3.0 RC1, Linux, local server.