[Tizen] Call OnBake(), OnSet only if the value is really changed 73/313173/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 19 Jun 2024 09:57:05 +0000 (18:57 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 20 Jun 2024 00:09:03 +0000 (09:09 +0900)
commitc56d06b256aa71ead3b7a1920494c1426788ee9b
tree8421a016385fb584fd5a06dd0a23040374e37b62
parentefbe662ae855aaa73704fcf04c5e10593e4fc5ea
[Tizen] Call OnBake(), OnSet only if the value is really changed

Let we check the current value and inputed value, so if they are same, ignore.

It will be useful when we don't want to mark dirty for animatable property doesn't changed.

For performance issue, let we just check only for bool / int / float.

TODO : Chould we check them also at Vector2,3,4?

Change-Id: I70b36eab97585a09c2c021da4f37a1d983a771af
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/update/common/animatable-property.h