@@ -475,6 +475,23 @@ public class Messages {
475475 public static final String MODEL_PROPERTY_COLOR_SPACE ;
476476 public static final String MODEL_PROPERTY_LANGUAGE ;
477477 public static final String MODEL_PROPERTY_TEXTURE ;
478+ public static final String MODEL_PROPERTY_BRUSH_SIZE ;
479+ public static final String MODEL_PROPERTY_BRUSH_POWER ;
480+ public static final String MODEL_PROPERTY_SMOOTHLY ;
481+ public static final String MODEL_PROPERTY_LIMITED ;
482+ public static final String MODEL_PROPERTY_USE_MARKER ;
483+ public static final String MODEL_PROPERTY_ROUGHNESS ;
484+ public static final String MODEL_PROPERTY_FREQUENCY ;
485+ public static final String MODEL_PROPERTY_LACUNARITY ;
486+ public static final String MODEL_PROPERTY_OCTAVES ;
487+ public static final String MODEL_PROPERTY_MIN_SCALE ;
488+ public static final String MODEL_PROPERTY_MAX_SCALE ;
489+ public static final String MODEL_PROPERTY_PADDING ;
490+ public static final String MODEL_PROPERTY_TRI_PLANAR ;
491+ public static final String MODEL_PROPERTY_SHININESS ;
492+ public static final String MODEL_PROPERTY_MODEL ;
493+ public static final String MODEL_PROPERTY_METHOD ;
494+
478495
479496 public static final String MATERIAL_MODEL_PROPERTY_CONTROL_NO_TEXTURE ;
480497 public static final String MATERIAL_MODEL_PROPERTY_CONTROL_TEXTURE_SETTINGS ;
@@ -636,23 +653,6 @@ public class Messages {
636653 public static final String CREATE_PARTICLE_EMITTER_TORUS_SHAPE_DIALOG_TITLE ;
637654 public static final String CREATE_PARTICLE_EMITTER_TRIANGLE_SHAPE_DIALOG_TITLE ;
638655
639- public static final String PAINTING_COMPONENT_BRUSH_SIZE ;
640- public static final String PAINTING_COMPONENT_BRUSH_POWER ;
641- public static final String PAINTING_COMPONENT_SMOOTHLY ;
642- public static final String PAINTING_COMPONENT_LIMITED ;
643- public static final String PAINTING_COMPONENT_USE_MARKER ;
644- public static final String PAINTING_COMPONENT_LEVEL ;
645- public static final String PAINTING_COMPONENT_ROUGHNESS ;
646- public static final String PAINTING_COMPONENT_FREQUENCY ;
647- public static final String PAINTING_COMPONENT_LACUNARITY ;
648- public static final String PAINTING_COMPONENT_OCTAVES ;
649- public static final String PAINTING_COMPONENT_SCALE ;
650- public static final String PAINTING_COMPONENT_TRI_PLANAR ;
651- public static final String PAINTING_COMPONENT_SHININESS ;
652- public static final String PAINTING_COMPONENT_LAYER ;
653- public static final String PAINTING_COMPONENT_MODEL ;
654- public static final String PAINTING_COMPONENT_METHOD ;
655-
656656 public static final String MODEL_CONVERTER_DIALOG_TITLE ;
657657 public static final String MODEL_CONVERTER_DIALOG_RESULT_NAME ;
658658 public static final String MODEL_CONVERTER_DIALOG_DESTINATION_FOLDER ;
@@ -1164,6 +1164,22 @@ public class Messages {
11641164 MODEL_PROPERTY_COLOR_SPACE = bundle .getString ("ModelPropertyColorSpace" );
11651165 MODEL_PROPERTY_LANGUAGE = bundle .getString ("ModelPropertyLanguage" );
11661166 MODEL_PROPERTY_TEXTURE = bundle .getString ("ModelPropertyTexture" );
1167+ MODEL_PROPERTY_BRUSH_SIZE = bundle .getString ("ModelPropertyBrushSize" );
1168+ MODEL_PROPERTY_BRUSH_POWER = bundle .getString ("ModelPropertyBrushPower" );
1169+ MODEL_PROPERTY_SMOOTHLY = bundle .getString ("ModelPropertySmoothly" );
1170+ MODEL_PROPERTY_LIMITED = bundle .getString ("ModelPropertyLimited" );
1171+ MODEL_PROPERTY_USE_MARKER = bundle .getString ("ModelPropertyUseMarker" );
1172+ MODEL_PROPERTY_ROUGHNESS = bundle .getString ("ModelPropertyRoughness" );
1173+ MODEL_PROPERTY_FREQUENCY = bundle .getString ("ModelPropertyFrequency" );
1174+ MODEL_PROPERTY_LACUNARITY = bundle .getString ("ModelPropertyLacunarity" );
1175+ MODEL_PROPERTY_OCTAVES = bundle .getString ("ModelPropertyOctaves" );
1176+ MODEL_PROPERTY_MIN_SCALE = bundle .getString ("ModelPropertyMinScale" );
1177+ MODEL_PROPERTY_MAX_SCALE = bundle .getString ("ModelPropertyMaxScale" );
1178+ MODEL_PROPERTY_PADDING = bundle .getString ("ModelPropertyPadding" );
1179+ MODEL_PROPERTY_TRI_PLANAR = bundle .getString ("ModelPropertyTriPlanar" );
1180+ MODEL_PROPERTY_SHININESS = bundle .getString ("ModelPropertyShininess" );
1181+ MODEL_PROPERTY_MODEL = bundle .getString ("ModelPropertyModel" );
1182+ MODEL_PROPERTY_METHOD = bundle .getString ("ModelPropertyMethod" );
11671183
11681184 MATERIAL_MODEL_PROPERTY_CONTROL_NO_TEXTURE = bundle .getString ("MaterialModelPropertyControlNoTexture" );
11691185 MATERIAL_MODEL_PROPERTY_CONTROL_TEXTURE_SETTINGS = bundle .getString ("MaterialModelPropertyControlTextureSettings" );
@@ -1326,23 +1342,6 @@ public class Messages {
13261342 CREATE_PARTICLE_EMITTER_TORUS_SHAPE_DIALOG_TITLE = bundle .getString ("CreateParticleEmitterTorusShapeDialogTitle" );
13271343 CREATE_PARTICLE_EMITTER_TRIANGLE_SHAPE_DIALOG_TITLE = bundle .getString ("CreateParticleEmitterTriangleShapeDialogTitle" );
13281344
1329- PAINTING_COMPONENT_BRUSH_SIZE = bundle .getString ("PaintingComponentBrushSize" );
1330- PAINTING_COMPONENT_BRUSH_POWER = bundle .getString ("PaintingComponentBrushPower" );
1331- PAINTING_COMPONENT_SMOOTHLY = bundle .getString ("PaintingComponentSmoothly" );
1332- PAINTING_COMPONENT_LIMITED = bundle .getString ("PaintingComponentLimited" );
1333- PAINTING_COMPONENT_USE_MARKER = bundle .getString ("PaintingComponentUseMarker" );
1334- PAINTING_COMPONENT_LEVEL = bundle .getString ("PaintingComponentLevel" );
1335- PAINTING_COMPONENT_ROUGHNESS = bundle .getString ("PaintingComponentRoughness" );
1336- PAINTING_COMPONENT_FREQUENCY = bundle .getString ("PaintingComponentFrequency" );
1337- PAINTING_COMPONENT_LACUNARITY = bundle .getString ("PaintingComponentLacunarity" );
1338- PAINTING_COMPONENT_OCTAVES = bundle .getString ("PaintingComponentOctaves" );
1339- PAINTING_COMPONENT_SCALE = bundle .getString ("PaintingComponentScale" );
1340- PAINTING_COMPONENT_TRI_PLANAR = bundle .getString ("PaintingComponentTriPlanar" );
1341- PAINTING_COMPONENT_SHININESS = bundle .getString ("PaintingComponentShininess" );
1342- PAINTING_COMPONENT_LAYER = bundle .getString ("PaintingComponentLayer" );
1343- PAINTING_COMPONENT_MODEL = bundle .getString ("PaintingComponentModel" );
1344- PAINTING_COMPONENT_METHOD = bundle .getString ("PaintingComponentMethod" );
1345-
13461345 MODEL_CONVERTER_DIALOG_TITLE = bundle .getString ("ModelConverterDialogTitle" );
13471346 MODEL_CONVERTER_DIALOG_RESULT_NAME = bundle .getString ("ModelConverterDialogResultName" );
13481347 MODEL_CONVERTER_DIALOG_DESTINATION_FOLDER = bundle .getString ("ModelConverterDialogDestinationFolder" );
0 commit comments