This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
28f893f23aeb18a2cfe70fe32d61d67ea74edec1
test2
/
source
/
blender
/
blenloader
History
Campbell Barton
d2dbc0b85e
more consistent use of checks of BLI_open(), check 'fd < 0' rather then -1. packedfile incorrectly treated 0 as an error value. best not be vague/sloppy with this.
2013-08-04 17:30:47 +00:00
..
intern
more consistent use of checks of BLI_open(), check 'fd < 0' rather then -1. packedfile incorrectly treated 0 as an error value. best not be vague/sloppy with this.
2013-08-04 17:30:47 +00:00
BLO_blend_defs.h
code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h and ui defines in interface_intern.h
2012-09-03 10:12:25 +00:00
BLO_readfile.h
use const pointers for file loading and booleans for animation system return values passed as pointers.
2013-03-17 19:13:04 +00:00
BLO_runtime.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
BLO_undofile.h
code cleanup: use const args for writing files.
2012-04-17 19:51:40 +00:00
BLO_writefile.h
code cleanup: use const args for writing files.
2012-04-17 19:51:40 +00:00
CMakeLists.txt
remove redundant includes from cmake and scons.
2013-05-30 02:16:22 +00:00
SConscript
remove redundant includes from cmake and scons.
2013-05-30 02:16:22 +00:00