Enabling animation of Renderer properties when offstage 18/101318/2
authorDavid Steele <david.steele@partner.samsung.com>
Wed, 30 Nov 2016 19:21:54 +0000 (19:21 +0000)
committerDavid Steele <david.steele@samsung.com>
Tue, 13 Dec 2016 16:26:15 +0000 (08:26 -0800)
commit5c118146fec953309b897e2f560f44a3b2ea5b0f
treed2b8e1acd911a834d51e3c7b76f79ea2f8932d58
parent46272435211865654f9580d202a50006c2cf6b2a
Enabling animation of Renderer properties when offstage

If the renderer exists, but hasn't been staged yet, then the scene
graph object also exists, but cannot be accessed because of a spurious
check for OnStage().

Removing the OnStage check to allow animations to run on Renderers
that haven't 'quite' been staged but are very likely to in the near
future.

Change-Id: I219cca9e08ebb6c7c5b2b8e7f33fd8bbb24b47ae
Signed-off-by: David Steele <david.steele@samsung.com>
dali/internal/event/rendering/renderer-impl.cpp