ORESettings.resox=IntProperty(name='Resolution X',description='X of render',min=1,max=10000,soft_min=1,soft_max=10000,default=1920)
ORESettings.resoy=IntProperty(name='Resolution Y',description='Y of render',min=1,max=10000,soft_min=1,soft_max=10000,default=1080)
ORESettings.memusage=IntProperty(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)
resox=IntProperty(name='Resolution X',description='X of render',min=1,max=10000,soft_min=1,soft_max=10000,default=1920)
resoy=IntProperty(name='Resolution Y',description='Y of render',min=1,max=10000,soft_min=1,soft_max=10000,default=1080)
memusage=IntProperty(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)