|
|
fca515838e
|
Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).
Makes usage of those funcs much more clear, we even had mixed '!strcmp(foo, bar)'
and 'strcmp(foo, bar) == 0' in several places...
|
2015-01-26 16:59:24 +01:00 |
|
|
|
915235c87a
|
Cleanup: unused headers
|
2014-11-28 22:16:14 +01:00 |
|
|
|
08725cce5a
|
Correct includes on different endian systems
|
2014-07-26 18:39:27 +10:00 |
|
|
|
4ca67869cc
|
Code cleanup: remove unused includes
Opted to keep includes if they are used indirectly (even if removing is possible).
|
2014-05-01 04:47:51 +10:00 |
|
|
|
225c5fee6b
|
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
remove MEM_sys_types.h which was a duplicate.
|
2013-05-28 19:35:26 +00:00 |
|
|
|
70e1b8d1d2
|
fix for error building on big-endian.
|
2013-03-06 16:56:28 +00:00 |
|
|
|
caac27dcbc
|
mesh-cache deform modifier,
supports MDD and PC2 formats.
see wiki docs:
http://wiki.blender.org/index.php/Doc:2.6/Manual/Modifiers/Deform/Mesh_Cache
|
2013-01-21 15:41:00 +00:00 |
|