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
8b723dfafd513e4791ef00a981b1216ea7ef148b
test
/
source
/
blender
/
blenloader
/
intern
History
Brecht Van Lommel
2663d3833d
Fix compile error with strict compile flags.
2013-09-03 18:01:31 +00:00
..
readblenentry.c
replace hashes with sets where possible.
2013-08-25 20:03:45 +00:00
readfile.c
Fix compile error with strict compile flags.
2013-09-03 18:01:31 +00:00
readfile.h
Merge of the PyNodes branch (aka "custom nodes") into trunk.
2013-03-18 16:34:57 +00:00
runtime.c
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
undofile.c
ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it takes a key as an arg and isnt popping any element from the hash as you might expect).
2013-08-26 23:37:08 +00:00
versioning_250.c
remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h
2013-07-02 10:14:59 +00:00
versioning_legacy.c
ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it takes a key as an arg and isnt popping any element from the hash as you might expect).
2013-08-26 23:37:08 +00:00
writefile.c
Last uiList patch (for now!): filtering and reordering of shown elements.
2013-08-29 12:55:31 +00:00