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
8d3cdf292c25e99c2b8a86fb052d7312e5a1a62a
test2
/
source
/
blender
/
blenloader
History
Lukas Toenne
281e538be0
Fix
#35570
, old group nodes with empty socket name strings crash. The identifier assignment was not taking potentially empty name strings into account. In addition some of the BLI_uniquename calls were
...
not passing a valid defname parameter, also crashing.
2013-05-30 11:51:21 +00:00
..
intern
Fix
#35570
, old group nodes with empty socket name strings crash. The identifier assignment was not taking potentially empty name strings into account. In addition some of the BLI_uniquename calls were
2013-05-30 11:51:21 +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_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
remove redundant includes from cmake and scons.
2013-05-30 02:16:22 +00:00
SConscript
remove redundant includes from cmake and scons.
2013-05-30 02:16:22 +00:00