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:
authorDalai Felinto <dfelinto@gmail.com>2017-04-19 18:43:55 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-04-20 12:00:32 +0300
commit53d59af364dd5b10bd41055be4c8fcd0a7434a71 (patch)
treed5a9f2fd75f6a8016a04185a798484c7c81a657f /source/blender/blenkernel/BKE_idprop.h
parentb5b0fc9c947ca11126119c8a6e30b4a76c7daad7 (diff)
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.
Diffstat (limited to 'source/blender/blenkernel/BKE_idprop.h')
0 files changed, 0 insertions, 0 deletions