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
efa4c5be4bb11604e211f8eb26eee9d54ca09cb4
test2
/
source
/
blender
/
blenloader
History
Lukas Toenne
9512ae1a4a
Fix
#34838
, Can not append mesh from 2.5 (Crash in Nodes). The compatibility code for node group socket indices was assuming the new group node types even for 2.56.2 files, before these node groups had actually been converted ... Needs to use old way of identifying node group links (fromnode/tonode == NULL) instead of input/output node types.
2013-04-03 08:25:29 +00:00
..
intern
Fix
#34838
, Can not append mesh from 2.5 (Crash in Nodes). The compatibility code for node group socket indices was assuming the new group node types even for 2.56.2 files, before these node groups had actually been converted ... Needs to use old way of identifying node group links (fromnode/tonode == NULL) instead of input/output node types.
2013-04-03 08:25:29 +00:00
BLO_blend_defs.h
code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h and ui defines in interface_intern.h
2012-09-03 10:12:25 +00:00
BLO_readfile.h
use const pointers for file loading and booleans for animation system return values passed as pointers.
2013-03-17 19:13:04 +00:00
BLO_runtime.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
BLO_sys_types.h
code cleanup: quiet warnings building with mingw.
2013-03-29 00:50:52 +00:00
BLO_undofile.h
code cleanup: use const args for writing files.
2012-04-17 19:51:40 +00:00
BLO_writefile.h
code cleanup: use const args for writing files.
2012-04-17 19:51:40 +00:00
CMakeLists.txt
code cleanup:
2012-12-22 14:25:34 +00:00
SConscript
Added GPL header to sconscripts!
2012-12-17 08:01:43 +00:00