ORESettings.StringProperty(attr='hash',name='Hash',description='hash calculated out of credentials',maxlen=33,default='')
ORESettings.StringProperty(attr='shortdesc',name='Short description',description='A short description of the scene (100 characters)',maxlen=101,default='')
ORESettings.StringProperty(attr='longdesc',name='Long description',description='A more elaborate description of the scene (2k)',maxlen=2048,default='')
ORESettings.StringProperty(attr='title',name='Title',description='Title for this session (128 characters)',maxlen=128,default='')
ORESettings.StringProperty(attr='url',name='Project URL',description='Project URL. Leave empty if not applicable',maxlen=256,default='')
ORESettings.IntProperty(attr='resox',name='Resolution X',description='X of render',min=1,max=10000,soft_min=1,soft_max=10000,default=1920)
ORESettings.IntProperty(attr='resoy',name='Resolution Y',description='Y of render',min=1,max=10000,soft_min=1,soft_max=10000,default=1080)
ORESettings.IntProperty(attr='memusage',name='Memory Usage',description='Estimated maximum memory usage during rendering in MB',min=1,max=6*1024,soft_min=1,soft_max=3*1024,default=256)