Blender Git Commit Log

Git Commits -> Revision 53d59af

Revision 53d59af by Dalai Felinto (master)
April 20, 2017, 09:00 (GMT)
Corrections for layers unittest based on design change

Example, imagine an object Cube in collections 1 and 2 where both
collections are nested to A. Now we set a "color" property as follow:

```
Scene -> GREEN
--
A -> RED
? 1 -> BLUE
? 2 -> -
```

In this case the object will be RED, because of A? 2.

Now if we have:

```
Scene -> GREEN
--
A -> RED
? 1 -> -
? 2 -> PINK
1 -> -
--

The object will be PINK because of A? 2.

Note that the (top level) collection 1 doesn't influence the object color
because there are no overrides on it. The scene render settings (GREEN
in this case) are only used as fallback if an override is not set at
all.

Commit Details:

Full Hash: 53d59af364dd5b10bd41055be4c8fcd0a7434a71
Parent Commit: b5b0fc9
Lines Changed: +10, -44

1 Deleted Path:

/tests/python/render_layer/test_evaluation_render_settings_j.py (+0, -40)

4 Modified Paths:

/tests/python/render_layer/CMakeLists.txt (+0, -1) (Diff)
/tests/python/render_layer/render_layer_common.py (+5, -0) (Diff)
/tests/python/render_layer/test_evaluation_render_settings_h.py (+4, -3) (Diff)
/tests/python/render_layer/test_evaluation_render_settings_i.py (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021