blender/source/creator
Campbell Barton 5da894b1fe misc edits
- cmake/windows was installing locale & font when internationalization was disabled, twice when enabled.
- file selector was using the string size-1, where this isn't needed since string buttons expected this value to be the sizeof(), accounting for '\0'.
- use const char for extension checking funcs.
- minor pep8 edits
2011-10-15 05:01:47 +00:00
..
buildinfo.c buildinfo is now quoted from the build systems, avoids stripping quotes on startup. 2011-08-22 12:24:14 +00:00
CMakeLists.txt misc edits 2011-10-15 05:01:47 +00:00
creator.c replace strncpy with BLI_strncpy, in some cases strncpy was being misused since it doesnt ensure \0 termination. 2011-09-26 18:51:10 +00:00
SConscript Shuffle some build code around to ensure debug builds on Windows actually run too. 2011-06-08 11:53:07 +00:00