Blender Git Commit Log

Git Commits -> Revision 0a6df6b

Revision 0a6df6b by Dalai Felinto (master)
November 22, 2017, 09:13 (GMT)
Doversion: We should always add the old RenderLayer

We cannot assume a render layer does not have a setting that was needed for
compositing. Even if:

```
(scene->lay & render_layer->lay) != (scene_lay) &&
(render_layer->lay | render_layer->lay_exclude) == 0))
```

Which would mean use the scene layers just as they are.

Commit Details:

Full Hash: 0a6df6b173c5af2a38d2b808634adb2c6432ce3e
Parent Commit: cb67be3
Lines Changed: +30, -32

1 Modified Path:

/source/blender/blenloader/intern/versioning_280.c (+30, -32) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021