Netrender:

* Added File Path Button for the "path" property.
This commit is contained in:
Thomas Dinges 2010-02-15 02:53:36 +00:00
parent 6753411adb
commit dbb6c54862

@ -381,7 +381,8 @@ NetRenderSettings.StringProperty( attr="path",
name="Path", name="Path",
description="Path for temporary files", description="Path for temporary files",
maxlen = 128, maxlen = 128,
default = default_path) default = default_path,
subtype='FILE_PATH')
NetRenderSettings.StringProperty( attr="job_name", NetRenderSettings.StringProperty( attr="job_name",
name="Job name", name="Job name",