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
12d62831b84cb386bbfe15fd678bf7d16aefa302
test
/
source
/
blender
/
blenloader
History
Lukas Toenne
4fb730d6d0
Fixed do_versions for node groups which contain nodes that have changed sockets. do_versions is running before the lib_verify_nodetree function updates socket lists of nodes. This means that when adding unlinked sockets in do_versions to restore older node groups, the new sockets are not taken into account. To fix this a temporary node tree flag has been introduced, which delays actual group socket do_version until the group tree internal nodes have been updated. After that the unlinked group sockets are exposed (like old node groups did), then the external sockets look up the new index, so that external links to group instances are preserved.
2011-02-21 18:18:37 +00:00
..
intern
Fixed do_versions for node groups which contain nodes that have changed sockets. do_versions is running before the lib_verify_nodetree function updates socket lists of nodes. This means that when adding unlinked sockets in do_versions to restore older node groups, the new sockets are not taken into account. To fix this a temporary node tree flag has been introduced, which delays actual group socket do_version until the group tree internal nodes have been updated. After that the unlinked group sockets are exposed (like old node groups did), then the external sockets look up the new index, so that external links to group instances are preserved.
2011-02-21 18:18:37 +00:00
BLO_readfile.h
Bring blenloader module under data group. Rename the group to look a bit more sensible in the output.
2011-02-17 23:34:07 +00:00
BLO_soundfile.h
Bring blenloader module under data group. Rename the group to look a bit more sensible in the output.
2011-02-17 23:34:07 +00:00
BLO_sys_types.h
Bring blenloader module under data group. Rename the group to look a bit more sensible in the output.
2011-02-17 23:34:07 +00:00
BLO_undofile.h
Bring blenloader module under data group. Rename the group to look a bit more sensible in the output.
2011-02-17 23:34:07 +00:00
BLO_writefile.h
Bring blenloader module under data group. Rename the group to look a bit more sensible in the output.
2011-02-17 23:34:07 +00:00
CMakeLists.txt
use cmake defined names for jpeg, png, zlib and python libs, building on *nix with non-standard libjpeg/png/zlib locations was broken.
2011-01-25 14:43:13 +00:00
SConscript
Workaround for blenderplayer not linking on linux with scons.
2010-12-21 00:21:42 +00:00