|
42dc0dc5ef
|
Fix #33226: error loading .blend files with different endian on Mac. The cause
was wrong inline and pure attributes on the endian switch function.
|
2012-11-26 20:37:04 +00:00 |
|
|
01d78854dc
|
Fix compilation for non GCC compilers
Was simple copy pase error.
|
2012-09-17 10:18:28 +00:00 |
|
|
7ecc9951a9
|
add endian switching to mask shape key loading (loading mask animations between big/little endian systems would break), also set attributes to BLI_endian_switch_* functions.
|
2012-09-17 05:31:41 +00:00 |
|
|
b8b5bf7dcd
|
array functions for endian switching.
|
2012-09-03 09:03:25 +00:00 |
|
|
d248f94cf8
|
add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI_endian_switch_int32/int64/float/double...
|
2012-09-03 07:37:38 +00:00 |
|