Modified the AppearancePanel decal selector to have a combo box which follows the ComponentPreset pattern. The first entry in the combo box contains "none" entry which clears the decal associated with the component. The last entry in the combo box is "choose from file" which opens a file picker to select an image from the file system. The entries in between contain all the decals currently used by components in the document which facilitates reusing decals on the model.
This commit is contained in:
parent
4cdf1e8e87
commit
fddf6cc0c7
@ -703,7 +703,6 @@ AppearanceCfg.lbl.Appearance = Appearance
|
|||||||
AppearanceCfg.lbl.Usedefault = Use default
|
AppearanceCfg.lbl.Usedefault = Use default
|
||||||
AppearanceCfg.but.savedefault = Save as default appearance
|
AppearanceCfg.but.savedefault = Save as default appearance
|
||||||
AppearanceCfg.lbl.Texture = Texture:
|
AppearanceCfg.lbl.Texture = Texture:
|
||||||
AppearanceCfg.lbl.Choose = Choose
|
|
||||||
AppearanceCfg.lbl.shine = Shine:
|
AppearanceCfg.lbl.shine = Shine:
|
||||||
AppearanceCfg.lbl.color.diffuse = Diffuse Color:
|
AppearanceCfg.lbl.color.diffuse = Diffuse Color:
|
||||||
AppearanceCfg.lbl.color.ambient = Ambient Color:
|
AppearanceCfg.lbl.color.ambient = Ambient Color:
|
||||||
@ -1741,6 +1740,9 @@ CustomFinImport.description = The image will be converted internally to black an
|
|||||||
PresetModel.lbl.select = Select preset
|
PresetModel.lbl.select = Select preset
|
||||||
PresetModel.lbl.database = From database...
|
PresetModel.lbl.database = From database...
|
||||||
|
|
||||||
|
DecalModel.lbl.select = <none>
|
||||||
|
DecalModel.lbl.choose = From file...
|
||||||
|
|
||||||
|
|
||||||
! Component Preset Chooser Dialog
|
! Component Preset Chooser Dialog
|
||||||
ComponentPresetChooserDialog.title = Choose component preset
|
ComponentPresetChooserDialog.title = Choose component preset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user