From c0161a1bab71331f518bd5c8c1b091df7ee12074 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 14 Aug 2016 15:33:21 +0200 Subject: Fix T48913: cycles viewport render stuck in loop due to non-unique dupli ID. --- source/blender/makesdna/DNA_object_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h index d53c8360bb5..d24c7faa9f5 100644 --- a/source/blender/makesdna/DNA_object_types.h +++ b/source/blender/makesdna/DNA_object_types.h @@ -331,7 +331,7 @@ typedef struct DupliObject { /* persistent identifier for a dupli object, for inter-frame matching of * objects with motion blur, or inter-update matching for syncing */ - int persistent_id[8]; /* MAX_DUPLI_RECUR */ + int persistent_id[16]; /* 2*MAX_DUPLI_RECUR */ /* particle this dupli was generated from */ struct ParticleSystem *particle_system; -- cgit v1.2.3