- Jun 26, 2017
-
-
David E. DeMarle authored
-
David E. DeMarle authored
-
Xabi authored
- Jun 23, 2017
-
-
Sankhesh Jhaveri authored
If the filename is set to foo.obj, the default filename is set to foo.obj.mtl if it exists.
-
- Jun 22, 2017
-
-
Sankhesh Jhaveri authored
-
- Jun 14, 2017
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
- Jun 07, 2017
-
-
David E. DeMarle authored
-
Sankhesh Jhaveri authored
Merge branches '17044_FixOBJMultiTextureNameAndRelativeIndices', 'deprecate-unused-modules', 'more-tweaks-to-ospray-epsilon', 'qvtkopenglwidget_fixes1', 'qvtkopenglwidget_fixes', 'smaller_opengl', 'some-java-fix', 'thirdparty_install_fix' and 'x-override' into release
-
-
the aoepsilon shouldn't have been based on the log also fix that we were caculating but not using the diagonal
- Jun 01, 2017
-
-
Shawn Waldon authored
-
Shawn Waldon authored
-
Berk Geveci authored
-
Louis Amore authored
-
- May 30, 2017
-
-
Utkarsh Ayachit authored
QVTKOpenGLWidget now propagates device pixel ratio, widget size, and widget position to the render window and interactor in `recreateFBO`. That method gets called when these parameters are changed through various scenarios e.g widget resize, opengl context change, screen change, etc.
-
- May 29, 2017
-
-
Sebastien Jourdain authored
This should fix bug #16974
-
Sebastien Jourdain authored
Code contributed by Jensgw related to bug #16918
-
- May 23, 2017
-
-
Utkarsh Ayachit authored
A more robust approach to addressing QVTKOpenGLWidget's propensity to blend into desktop background. If the framebuffer has non-1 alpha, Qt 5 ends up blending into the desktop causing bleed throughs. Now we clear the alpha buffer entirely in each `paintGL` call and fill it with 1.
-
- May 22, 2017
-
-
David Gobbi authored
-
David Gobbi authored
These specifiers were for the X rendering classes, and were probably missed because linux compilation is most often done with gcc instead of clang.
-
- May 19, 2017
-
-
345343a4 bump vtk version number for about to be released version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2849
-
- May 18, 2017
-
-
9814040c vtkweb: guard NoneType dictionary access Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !2850
-
ded9b353 Fix #17048: Improve moving QVTKOpenGLWidget between displays Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2844
-
Scott Wittenburg authored
-
d667b45f vtkweb: fix serializer to use properly wrapped methods 7cb443ef Ensure GetRange() gets wrapped for vtkColorTransferFunction Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !2846
-
David E. DeMarle authored
-
Scott Wittenburg authored
-
c24295e2 Remove extraneous debug print from vtk-dicom. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2847
-
Scott Wittenburg authored
-
David Gobbi authored
-
Aron Helser authored
.pyc files are now in a __pycache__ directory, and include the python version and interpreter in the filename. Use a glob to copy them during install.
-
Cory Quammen authored
When moving between HiDPI and regular DPI displays, rendered objects in the scene were scaled by a factor related to the device pixel ratio. Setting the device pixel ratio in the InteractorAdaptor member variable solves the scaling.
-
b4c2f76f Fixed misc cppcheck 1.79 warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !2829
-
- May 17, 2017
-
-
1d5f00f8 Add serializer for windows opengl renderwindow Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2842
-
Scott Wittenburg authored
-
a2a494e1 Change type of TickLength from int to float Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2841
-
- May 16, 2017
-
-
Cory Quammen authored
This is more consistent with other members that are defined in terms of pixels, e.g., LabelOffset.
-