@@ -690,6 +690,10 @@ public class Messages {
690690 * The constant MODEL_NODE_TREE_ACTION_CREATE_SKY.
691691 */
692692 public static final String MODEL_NODE_TREE_ACTION_CREATE_SKY ;
693+ /**
694+ * The constant MODEL_NODE_TREE_ACTION_CREATE_EDITABLE_SKY.
695+ */
696+ public static final String MODEL_NODE_TREE_ACTION_CREATE_EDITABLE_SKY ;
693697 /**
694698 * The constant MODEL_NODE_TREE_ACTION_CREATE_PRIMITIVE.
695699 */
@@ -1778,49 +1782,57 @@ public class Messages {
17781782 */
17791783 public static final String CREATE_SKY_DIALOG_SKY_TYPE_MULTIPLE ;
17801784 /**
1781- * The constant CREATE_SKY_DIALOG_SKY_TYPE_LABEL.
1785+ * The constant CREATE_SKY_DIALOG_SKY_TYPE.
1786+ */
1787+ public static final String CREATE_SKY_DIALOG_SKY_TYPE ;
1788+ /**
1789+ * The constant CREATE_SKY_DIALOG_NORMAL_SCALE.
1790+ */
1791+ public static final String CREATE_SKY_DIALOG_NORMAL_SCALE ;
1792+ /**
1793+ * The constant CREATE_SKY_DIALOG_MATERIAL_FOLDER.
17821794 */
1783- public static final String CREATE_SKY_DIALOG_SKY_TYPE_LABEL ;
1795+ public static final String CREATE_SKY_DIALOG_MATERIAL_FOLDER ;
17841796 /**
1785- * The constant CREATE_SKY_DIALOG_NORMAL_SCALE_LABEL .
1797+ * The constant CREATE_SKY_DIALOG_MATERIAL_NAME .
17861798 */
1787- public static final String CREATE_SKY_DIALOG_NORMAL_SCALE_LABEL ;
1799+ public static final String CREATE_SKY_DIALOG_MATERIAL_NAME ;
17881800 /**
1789- * The constant CREATE_SKY_DIALOG_TEXTURE_LABEL .
1801+ * The constant CREATE_SKY_DIALOG_TEXTURE .
17901802 */
1791- public static final String CREATE_SKY_DIALOG_TEXTURE_LABEL ;
1803+ public static final String CREATE_SKY_DIALOG_TEXTURE ;
17921804 /**
1793- * The constant CREATE_SKY_DIALOG_TEXTURE_TYPE_LABEL .
1805+ * The constant CREATE_SKY_DIALOG_TEXTURE_TYPE .
17941806 */
1795- public static final String CREATE_SKY_DIALOG_TEXTURE_TYPE_LABEL ;
1807+ public static final String CREATE_SKY_DIALOG_TEXTURE_TYPE ;
17961808 /**
1797- * The constant CREATE_SKY_DIALOG_FLIP_Y_LABEL .
1809+ * The constant CREATE_SKY_DIALOG_FLIP_Y .
17981810 */
1799- public static final String CREATE_SKY_DIALOG_FLIP_Y_LABEL ;
1811+ public static final String CREATE_SKY_DIALOG_FLIP_Y ;
18001812 /**
1801- * The constant CREATE_SKY_DIALOG_NORTH_LABEL .
1813+ * The constant CREATE_SKY_DIALOG_NORTH .
18021814 */
1803- public static final String CREATE_SKY_DIALOG_NORTH_LABEL ;
1815+ public static final String CREATE_SKY_DIALOG_NORTH ;
18041816 /**
1805- * The constant CREATE_SKY_DIALOG_SOUTH_LABEL .
1817+ * The constant CREATE_SKY_DIALOG_SOUTH .
18061818 */
1807- public static final String CREATE_SKY_DIALOG_SOUTH_LABEL ;
1819+ public static final String CREATE_SKY_DIALOG_SOUTH ;
18081820 /**
1809- * The constant CREATE_SKY_DIALOG_EAST_LABEL .
1821+ * The constant CREATE_SKY_DIALOG_EAST .
18101822 */
1811- public static final String CREATE_SKY_DIALOG_EAST_LABEL ;
1823+ public static final String CREATE_SKY_DIALOG_EAST ;
18121824 /**
1813- * The constant CREATE_SKY_DIALOG_WEST_LABEL .
1825+ * The constant CREATE_SKY_DIALOG_WEST .
18141826 */
1815- public static final String CREATE_SKY_DIALOG_WEST_LABEL ;
1827+ public static final String CREATE_SKY_DIALOG_WEST ;
18161828 /**
1817- * The constant CREATE_SKY_DIALOG_TOP_LABEL .
1829+ * The constant CREATE_SKY_DIALOG_TOP .
18181830 */
1819- public static final String CREATE_SKY_DIALOG_TOP_LABEL ;
1831+ public static final String CREATE_SKY_DIALOG_TOP ;
18201832 /**
1821- * The constant CREATE_SKY_DIALOG_BOTTOM_LABEL .
1833+ * The constant CREATE_SKY_DIALOG_BOTTOM .
18221834 */
1823- public static final String CREATE_SKY_DIALOG_BOTTOM_LABEL ;
1835+ public static final String CREATE_SKY_DIALOG_BOTTOM ;
18241836
18251837 /**
18261838 * The constant SIMPLE_DIALOG_BUTTON_OK.
@@ -2498,6 +2510,7 @@ public class Messages {
24982510 MODEL_NODE_TREE_ACTION_CREATE = bundle .getString ("ModelNodeTreeActionCreate" );
24992511 MODEL_NODE_TREE_ACTION_CREATE_NODE = bundle .getString ("ModelNodeTreeActionCreateNode" );
25002512 MODEL_NODE_TREE_ACTION_CREATE_SKY = bundle .getString ("ModelNodeTreeActionCreateSky" );
2513+ MODEL_NODE_TREE_ACTION_CREATE_EDITABLE_SKY = bundle .getString ("ModelNodeTreeActionCreateEditableSky" );
25012514 MODEL_NODE_TREE_ACTION_CREATE_PRIMITIVE = bundle .getString ("ModelNodeTreeActionCreatePrimitive" );
25022515 MODEL_NODE_TREE_ACTION_CREATE_PRIMITIVE_BOX = bundle .getString ("ModelNodeTreeActionCreatePrimitiveBox" );
25032516 MODEL_NODE_TREE_ACTION_CREATE_PRIMITIVE_SPHERE = bundle .getString ("ModelNodeTreeActionCreatePrimitiveSphere" );
@@ -2778,17 +2791,19 @@ public class Messages {
27782791 CREATE_SKY_DIALOG_TITLE = bundle .getString ("CreateSkyDialogTitle" );
27792792 CREATE_SKY_DIALOG_SKY_TYPE_SINGLE = bundle .getString ("CreateSkyDialogSkyTypeSingle" );
27802793 CREATE_SKY_DIALOG_SKY_TYPE_MULTIPLE = bundle .getString ("CreateSkyDialogSkyTypeMultiple" );
2781- CREATE_SKY_DIALOG_SKY_TYPE_LABEL = bundle .getString ("CreateSkyDialogSkyTypeLabel" );
2782- CREATE_SKY_DIALOG_NORMAL_SCALE_LABEL = bundle .getString ("CreateSkyDialogNormalScaleLabel" );
2783- CREATE_SKY_DIALOG_TEXTURE_LABEL = bundle .getString ("CreateSkyDialogTextureLabel" );
2784- CREATE_SKY_DIALOG_TEXTURE_TYPE_LABEL = bundle .getString ("CreateSkyDialogTextureTypeLabel" );
2785- CREATE_SKY_DIALOG_FLIP_Y_LABEL = bundle .getString ("CreateSkyDialogFlipYLabel" );
2786- CREATE_SKY_DIALOG_NORTH_LABEL = bundle .getString ("CreateSkyDialogNorthLabel" );
2787- CREATE_SKY_DIALOG_SOUTH_LABEL = bundle .getString ("CreateSkyDialogSouthLabel" );
2788- CREATE_SKY_DIALOG_EAST_LABEL = bundle .getString ("CreateSkyDialogEastLabel" );
2789- CREATE_SKY_DIALOG_WEST_LABEL = bundle .getString ("CreateSkyDialogWestLabel" );
2790- CREATE_SKY_DIALOG_TOP_LABEL = bundle .getString ("CreateSkyDialogTopLabel" );
2791- CREATE_SKY_DIALOG_BOTTOM_LABEL = bundle .getString ("CreateSkyDialogBottomLabel" );
2794+ CREATE_SKY_DIALOG_SKY_TYPE = bundle .getString ("CreateSkyDialogSkyType" );
2795+ CREATE_SKY_DIALOG_NORMAL_SCALE = bundle .getString ("CreateSkyDialogNormalScale" );
2796+ CREATE_SKY_DIALOG_MATERIAL_FOLDER = bundle .getString ("CreateSkyDialogMaterialFolder" );
2797+ CREATE_SKY_DIALOG_MATERIAL_NAME = bundle .getString ("CreateSkyDialogMaterialName" );
2798+ CREATE_SKY_DIALOG_TEXTURE = bundle .getString ("CreateSkyDialogTexture" );
2799+ CREATE_SKY_DIALOG_TEXTURE_TYPE = bundle .getString ("CreateSkyDialogTextureType" );
2800+ CREATE_SKY_DIALOG_FLIP_Y = bundle .getString ("CreateSkyDialogFlipY" );
2801+ CREATE_SKY_DIALOG_NORTH = bundle .getString ("CreateSkyDialogNorth" );
2802+ CREATE_SKY_DIALOG_SOUTH = bundle .getString ("CreateSkyDialogSouth" );
2803+ CREATE_SKY_DIALOG_EAST = bundle .getString ("CreateSkyDialogEast" );
2804+ CREATE_SKY_DIALOG_WEST = bundle .getString ("CreateSkyDialogWest" );
2805+ CREATE_SKY_DIALOG_TOP = bundle .getString ("CreateSkyDialogTop" );
2806+ CREATE_SKY_DIALOG_BOTTOM = bundle .getString ("CreateSkyDialogBottom" );
27922807
27932808 SIMPLE_DIALOG_BUTTON_OK = bundle .getString ("SimpleDialogButtonOk" );
27942809 SIMPLE_DIALOG_BUTTON_SELECT = bundle .getString ("SimpleDialogButtonSelect" );
0 commit comments