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
ec388a2a15346bace87cccc7e4da0eff89014ebb
test2
/
source
/
blender
/
blenloader
/
intern
History
Campbell Barton
2646bbdccb
move mesh evaluation functions (normal, mapping, smooth group... etc, calculations) into mesh_evaluate.c.
...
mesh.c was over 4k lines and complex functions mixed in with general library management.
2013-09-09 02:11:44 +00:00
..
readblenentry.c
replace hashes with sets where possible.
2013-08-25 20:03:45 +00:00
readfile.c
shrink-wrap constraint, improve and remove some limitations.
2013-09-07 12:59:16 +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
move mesh evaluation functions (normal, mapping, smooth group... etc, calculations) into mesh_evaluate.c.
2013-09-09 02:11:44 +00:00
writefile.c
BGE: Removing the touch sensor and converting all touch sensors to collision sensors.
2013-09-04 22:14:14 +00:00