From dc503d002be8fe5f12fd3cc6f848b3190c219659 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 11 Jun 2012 23:22:20 -0700 Subject: removing serializable to the tree and adding a few more missing properties Signed-off-by: Valerio Virgillito --- .../fill-properties.reel/fill-properties.js | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'js/components/tools-properties/fill-properties.reel') diff --git a/js/components/tools-properties/fill-properties.reel/fill-properties.js b/js/components/tools-properties/fill-properties.reel/fill-properties.js index 7331b375..ef1699af 100755 --- a/js/components/tools-properties/fill-properties.reel/fill-properties.js +++ b/js/components/tools-properties/fill-properties.reel/fill-properties.js @@ -10,6 +10,31 @@ var Montage = require("montage/core/core").Montage, var FillProperties = exports.FillProperties = Montage.create(ToolProperties, { + useFillColor: { + value: null, + serializable: true + }, + + _fillColorCtrl: { + value: null, + serializable: true + }, + + useWebGL: { + value: null, + serializable: true + }, + + _materialsContainer: { + value: null, + serializable: true + }, + + fillMaterial: { + value: null, + serializable: true + }, + addedColorChips: { value: false }, _fill: { -- cgit v1.2.3