-
Jesse Kaukonen authored
- Summary page now lists border render - ore.prepare now changes border render off - ore.prepare now changes full sample off, then save buffers (old was just save buffers which can't be changed if full sample is on) - A small piece of text that warns about the upload making Blender seem frozen - Bug fix: ore.prepare() couldn't be called in the old way. The new API prevents changing data during layout drawing. The original ore.prepare operator was changed a bit to not require the call - Bug fix: Completed / pending / rendering sessions didn't work. Same issue as above: cannot change data during draw functions. Fix is simply removing the problematic call as the list is already generated elsewhere
Jesse Kaukonen authored- Summary page now lists border render - ore.prepare now changes border render off - ore.prepare now changes full sample off, then save buffers (old was just save buffers which can't be changed if full sample is on) - A small piece of text that warns about the upload making Blender seem frozen - Bug fix: ore.prepare() couldn't be called in the old way. The new API prevents changing data during layout drawing. The original ore.prepare operator was changed a bit to not require the call - Bug fix: Completed / pending / rendering sessions didn't work. Same issue as above: cannot change data during draw functions. Fix is simply removing the problematic call as the list is already generated elsewhere