Blender Git Loki

Git Commits -> Revision c5dccc9

Revision c5dccc9 by Dalai Felinto (master)
June 2, 2017, 11:05 (GMT)
Fixup for 824bf261f773 so Cycles does not show dupli

Cycles is using rna_depsgraph, not rna_scene. Duplis are still not working there
but now at least it shows it was showing before the commit.

To show duplis in Cycles do:

- data->flag = DEG_OBJECT_ITER_FLAG_SET;
+ data->flag = DEG_OBJECT_ITER_FLAG_ALL;

Commit Details:

Full Hash: c5dccc9734829d1fa21c425c7a06646134f0d8ba
Parent Commit: 9dddd73
Lines Changed: +2, -2

2 Modified Paths:

/source/blender/makesrna/intern/rna_depsgraph.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021