Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-12-19 14:13:02 +0300
committerTon Roosendaal <ton@blender.org>2005-12-19 14:13:02 +0300
commitf5b5bd03b54717473a189ea06a8b6f62ed203c37 (patch)
tree3b88fc33ab69fb3a265652980c9a69fd322467d4 /source/blender
parentdeb804546a8483163005c2b46deb77a12a6c637f (diff)
Orange: Stupid darn branches maintenance is @#@$!
The fix in bf-blender to prevent the release to read groups got in Orange branch now too... tsk tsk!
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenloader/intern/readfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 1cabaf1435c..54a7327949b 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -5218,9 +5218,9 @@ BlendFileData *blo_read_file_internal(FileData *fd, BlendReadError *error_r)
*/
bhead = read_libblock(fd, fd->mainlist.last, bhead, LIB_READ+LIB_EXTERN, NULL);
break;
- case ID_GR:
- bhead = blo_nextbhead(fd, bhead);
- break;
+// case ID_GR:
+// bhead = blo_nextbhead(fd, bhead);
+// break;
default:
bhead = read_libblock(fd, bfd->main, bhead, LIB_LOCAL, NULL);