This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ac166d5eb65ec0f9992bb9c0a2caae1763d79110
test
/
source
/
blender
/
blenloader
/
intern
History
Campbell Barton
58587a3881
replace strncpy with BLI_strncpy, in some cases strncpy was being misused since it doesnt ensure \0 termination.
...
also dont call CTX_data_scene() twice when checking for function arguments.
2011-09-26 18:51:10 +00:00
..
readblenentry.c
- use %u rather tham %d for unsigned ints in string formatting funcs.
2011-08-27 03:25:02 +00:00
readfile.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
readfile.h
cleanup only
2011-05-18 06:27:32 +00:00
runtime.c
Code cleanup: remove readblenfile module, only contained some utility functions
2011-05-11 19:29:23 +00:00
undofile.c
doxygen: blender/blenloader tagged.
2011-02-27 20:35:41 +00:00
writefile.c
Remove checks for voxel data when texture type is known.
2011-09-22 17:52:27 +00:00