- Feb 08, 2012
-
-
Utkarsh Ayachit authored
-
7ad74e73 Update VTK.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
c78a21f4 BUGFIX: EyeSeparation index mismatch corrected 9ec7cbd6 Providing a way to set eye position for cave mode using pvx file e9e3c9e9 Cleaning up unnecessary code 27a8fba8 Making VRUI optional for Windows 3179dac0 Accomodating to latest SessionProxy mechanism 0be82202 Merge branch 'master' into VR-Plugin 2e9a2a34 Deleting unnecessary code 43db76f0 Making VRPN optional when VRPlugin is enabled
-
a8352150 Allow RGBA volume to be rendered inside ParaView
-
19ffd6db Make sure the ProxyManager state get pushed to UndoStack at initialization
-
09148a1a Wrong views were being captured. 61ac967a Code clean up 8f42331e Integrate VTK fix for capture across MPI process bf4dd83b Fix debug leak info in custom constructor 60a1acc7 Fix session creation to keep sessionCore 8f7e36dc Revive Animation test and fix bug 05b30bbd Fix memory cleanup on SIRepresentation a077a76b Fix warning e0f67603 Fix case when the a view is registered several time in TimeKeeper 23ef28db Bring back to life Animation saving at disconnect
-
def53910 BUG #12803. Added support to compute average material density.
-
4e178075 Fixed issue with the test. b878e4c4 BUG 12909. Fixed view scaling issue. 7bb00e04 BUG #12802. Using default view-options dialog for PrismView. f8f530e1 Fix pow() compilation error. 9841718b BUG: 12780. Ensure that the log-check boxes are set correctly. c3a1be58 When reading in SESAME file for 500/600 tables, unlog values. 4e9edd37 Merge branch '12608_default_sesame_file' into 12780_prism_improvements d3d84595 Merge branch '12608_default_sesame_file' into 12780_prism_improvements f1252ec3 Update SESAMEConversions file.
-
715445ec Fix dynamic spreadsheet data fetch
-
6ca4e07f Remove unused idsAdaptor variable from selection inspector 026fa7a3 Add help dialog signals for the find data dialog 4266b790 Fix find data when running client-server 4d49745d Only enable find data tests if numpy is available 47991424 Handle case when numpy doesn't support in1d(..). 47cfa1d3 Cleanup Query Dialog UI. 57f69624 Fixed segfault. 37b834e2 Added new vtkPVSingleOutputExtractSelection. 6f43ccb1 Fixed missing globalids. 7cc99a74 Disable PythonExtractSelection when built without Python 02017567 Fix selection in chart views. 2e13ed52 Add help button to pqQueryClauseWidget a0cdaa81 Remove the remove clause button for pqQueryDialog 12763318 Remove unused variable in pqQueryClauseWidget e9b84f18 Fix unused parameter warning in vtkPythonExtractSelection 6aac20bf Fix find data dialog test to use query strings ...
-
3b37a6a5 push vtk to catch fix for win static builds
-
- Feb 07, 2012
-
-
Sebastien Jourdain authored
Change-Id: I75f7ca34f9a6142cf230178049f73b79007a7107
-
Utkarsh Ayachit authored
Note that the average density is not computed by averaging the material densities, but by summing the mass of each material in a cell and dividing by the cell volume. If void is present, the volume of the void has to be subtracted from the cell volume before computing the density.
-
Sebastien Jourdain authored
Change-Id: I6a1de34c81e3c3244afef29d397b103d7de42f37
-
Utkarsh Ayachit authored
Using dialog.exec() for now.
-
Utkarsh Ayachit authored
I believe the problem was due to the fact that the dialog was reused and hence it's state was incorrect when log-scaling was changed. Fixed by simply recreating the dialog each time.
-
Utkarsh Ayachit authored
Using the same view-options dialog as 3D View in ParaView.
-
Sebastien Jourdain authored
Change-Id: Iae78da7b0c9bf21639799a3eeec49b92622d27b5
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
The log check box status was not set correctly when the panel was initialized. Fixed that. Also considated initialization code into one method and fixed some indentation.
-
Utkarsh Ayachit authored
* Changed vtkPrismSESAMEReader to read in unlogged values when appropriate. * Changed vtkPrismFilter to use log when user requested irrespective of table id.
-
Sebastien Jourdain authored
- pqActiveObject fire signal based on 'UserEvent' on any active object (server/view/source). - The 'source' signal is used inside pq3DWidget to Show/Hide widget. - Usage: active_objects.source.SMProxy.InvokeEvent('UserEvent', 'HideWidget') active_objects.source.SMProxy.InvokeEvent('UserEvent', 'ShowWidget') Change-Id: Ib1ad61a2567fa672e6a692c13d09b75cd38af33e
-
Utkarsh Ayachit authored
* 12608_default_sesame_file: Disabling using conversions file from settings.
-
Utkarsh Ayachit authored
That's nasty code that's not working reliably and ends up overriding default values. So disabling it. We can provide cleaner recent-files support in future.
-
Utkarsh Ayachit authored
* 12608_default_sesame_file: Fix PrismSurfacePanel similar to PrismPanel. BUG #12608. Default SESAME conversion tables are now compiled in.
-
Utkarsh Ayachit authored
-
- Feb 06, 2012
-
-
Utkarsh Ayachit authored
pqSMAdaptor's setSelectionProperty() API with single value is used by certain panels e.g. ExodusIIReader. So bringing it back in but with reduced capabilities so that we don't use it in cases where it cannot work fully/reliably. Change-Id: I3774b37f46f1dda65bd03897dfbd3bcb82e1faf4
-
Sebastien Jourdain authored
Change-Id: Ic05c314eb9e054db97d11c1c5c82de0839b13ad1
-
Utkarsh Ayachit authored
Lo and behold, PrismSurfacePanel is almost an exact copy of PrismPanel!!!.
-
Utkarsh Ayachit authored
To make it easier for user to use the default conversion table, these are now compiled in. The panel by default loads these and user needs to load a file only to override the default.
-