|
Notes |
|
|
(0033177)
|
|
Utkarsh Ayachit
|
|
2014-08-02 17:51
|
|
commit 340d1bae94100b8f459680ca8d0c15fbab0e8e1d
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Sat Aug 2 17:48:37 2014 -0400
BUG 0014279. Fix random glyphs on Windows.
BUG 0014279 was encountered because the code that used rand() didn't not
take into consideration that the int value returned by rand() may be
less than the number of point ids in the dataset. On Windows, is was
indeed limited to 32767 (on unixes, it wasn't that low). Thus resulted
in the rand point ids selected being limited to that range.
Fixed that.
Change-Id: Ifd0e13cdba8404776a2388e2c5c3f68c6889a8ca |
|
|
|
(0033178)
|
|
Utkarsh Ayachit
|
|
2014-08-02 17:54
|
|
|
Alan, you can test this out without the actual data by simply creating a large dataset with more than 32767 points e.g. Wavelet with extents 0, 64, 0, 64, 0, 64. |
|
|
|
(0033180)
|
|
Utkarsh Ayachit
|
|
2014-08-04 10:12
|
|
SUMMARY
---------------------------------------------
Topics merged into master:
(VTK) 14279_glyph_filter
(VTK) fix_invalid_socket_check
|
|
|
|
(0033181)
|
|
Utkarsh Ayachit
|
|
2014-08-04 10:13
|
|
Alan,
This Glyph filter was entirely revamped. However this old version of the filter is still available as "Legacy Glyph". To test this fix, you should use that filter instead of the "Glyph". |
|
|
|
(0033253)
|
|
Utkarsh Ayachit
|
|
2014-08-19 11:00
|
|
commit 069f1024a6807380b43ead6cf0e9e97bdf92cf01
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Aug 19 10:58:31 2014 -0400
BUG 0014279. Fix random glyphs on Windows.
BUG 0014279 was encountered because the code that used rand() didn't not
take into consideration that the int value returned by rand() may be
less than the number of point ids in the dataset. On Windows, is was
indeed limited to 32767 (on unixes, it wasn't that low). Thus resulted
in the rand point ids selected being limited to that range.
Fixed that.
Change-Id: Ifd0e13cdba8404776a2388e2c5c3f68c6889a8ca |
|
|
|
(0033274)
|
|
Utkarsh Ayachit
|
|
2014-08-20 08:45
|
|
SUMMARY
---------------------------------------------
Topics merged into master:
14279_fix_rand_on_windows_attempt_2
14813_fix_mode_shapes_range
catalyst-updates
---------------------------------------------
Topics reverted from next:
catalyst-script-plugin-client |
|
|
|
(0033779)
|
|
Alan Scott
|
|
2014-11-06 20:35
|
|
|
Tested as per Utkarsh's directions below. Tested Linux, master, local server. |
|