Marketplace Image renamed to Batch Provided Image to prevent confusion

This commit is contained in:
David Kydd 2018-11-05 22:53:29 +13:00
Родитель 6848b189da
Коммит 01b580175a
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -63,7 +63,7 @@ class EnvironmentUI(object):
with utils.Row(1,1,325):
maya.radio_group(
labelArray2=("Marketplace Image",
labelArray2=("Batch Provided Image",
"Container Image"),
numberOfRadioButtons=2,
select=self.select_rendernode_type,
@ -314,7 +314,7 @@ class EnvironmentUI(object):
maya.delete_ui(self.image_config)
self.image_config = []
with utils.FrameLayout(
label="Marketplace Image Settings", collapsable=True,
label="Batch Provided Image Settings", collapsable=True,
width=325, collapse=False, parent = self.rendernode_config) as framelayout:
self.image_config.append(framelayout)
with utils.ColumnLayout(

Просмотреть файл

@ -57,7 +57,7 @@ If there are referenced files that you wish to exclude from uploading, simply un
## Environment configuration
The `Env` tab will allow you to configure the VMs to be deployed when you create a pool. You can select the VM type and either the marketplace image (Windows / CentOS) or the
The `Env` tab will allow you to configure the VMs to be deployed when you create a pool. You can select the VM type and either the Batch provided image (Windows / CentOS) or the
container image to be run (currently CentOS only). The container image options displayed will change depending on which renderer is active for the current scene.
If you change scenes with the plugin window open, you will need to click 'Refresh' to trigger this list to update. You can see a list
of VM types and their descriptions in [this article](https://azure.microsoft.com/pricing/details/virtual-machines/series/).