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
9b110f2f64812eef5dfc02a4f2fcbd6d64fb4d35
test
/
source
/
blender
/
blenloader
/
intern
History
Campbell Barton
3b7dee7cba
fix for another error reported in [
#26712
], use count failing with 3 levels of linking.
2012-10-26 05:33:06 +00:00
..
readblenentry.c
style cleanup: trailing tabs & expand some non prefix tabs into spaces.
2012-10-21 05:46:41 +00:00
readfile.c
fix for another error reported in [
#26712
], use count failing with 3 levels of linking.
2012-10-26 05:33:06 +00:00
readfile.h
style cleanup
2012-08-04 19:34:38 +00:00
runtime.c
style cleanup: trailing tabs & expand some non prefix tabs into spaces.
2012-10-21 05:46:41 +00:00
undofile.c
style cleanup
2012-08-04 12:30:16 +00:00
versioning_250.c
code cleanup: use squared length for comparisons and is_zero_v# rather then checking length == 0.
2012-10-25 23:04:33 +00:00
versioning_legacy.c
style cleanup
2012-10-20 18:46:57 +00:00
writefile.c
Internal node links are now cached in a per-node list, instead of being generated as a transient list that is returned from the callback and had to be freed by the caller. These internal links are used for muted nodes, disconnect operators and reroute nodes, to effectively replace the node with direct input-to-output links.
2012-10-25 16:49:06 +00:00