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
f30ab48dacdd26b797579c533af79658ac7bd8dc
test2
/
source
/
blender
/
blenloader
/
intern
History
Campbell Barton
f30ab48dac
fix [
#26712
] Particle group instance 'Use Count' value gets reset on file-load.
2012-10-26 05:22:24 +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 [
#26712
] Particle group instance 'Use Count' value gets reset on file-load.
2012-10-26 05:22:24 +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