Changeset View
Changeset View
Standalone View
Standalone View
netrender/ui.py
| Context not available. | |||||
| default = False) | default = False) | ||||
| NetRenderSettings.cert_path = StringProperty( | NetRenderSettings.cert_path = StringProperty( | ||||
| name="CertPath", | name="CertPath", | ||||
| description="Path to ssl certifcate", | description="Path to ssl certificate", | ||||
| maxlen = 128, | maxlen = 128, | ||||
| default = "", | default = "", | ||||
| subtype='FILE_PATH') | subtype='FILE_PATH') | ||||
| Context not available. | |||||