API Release Notes
Stay up to date with the latest features and changes.
Features
- Ability to specify a billing account to use when creating a render job.
Features
Usage records are counted and measured. Invoices are sent automatically.
User config endpoint has extended information related to billing.
New upcoming invoice endpoint is available.
Deprecated settings
settings.settingsResult.resultOutput.path
: it’s not used on the client anymore
Features
Create render: New parameter
sceneSettings
: a list of scene settings (camera, scene state, frames, dimensions) can be passed1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
POST /v1/renders { // ...other properties... "settings": { "sceneSettings": [ { "camera": "CamA", "frames": "1-10", "height": 768, "width": 1024, "sceneState": "someState" }, // ...more scene settings... ] // ...other settings... } }
Create render: New parameter
embedRenderElements
embes render elements into a single layered EXR file. Only works when EXR is selected as therenderFileType
.
Deprecated settings
Following render settings have been deprecated:
settings.cameras
(usesettings.sceneSettings[].camera
instead)settings.sceneState
(usesettings.sceneSettings[].sceneState
instead)settings.frameBlacklist
(usesettings.sceneSettings[].frameBlacklist
instead)settings.frames
(usesettings.sceneSettings[].frames
instead)settings.height
(usesettings.sceneSettings[].height
instead)settings.width
(usesettings.sceneSettings[].width
instead)settings.aspectRatio
(usesettings.sceneSettings[].aspectRatio
instead)settings.nthFrame
(usesettings.sceneSettings[].nthFrame
instead)
Features
Add new render settings for Corona Standalone
Add new render type Corona Standalone
Feature
Extend render endpoint with settings
Extend render endpoint with meta data which you can use to add your own context information
Bug Fixes
finishedAt
value was not correctly set for render
Initial public beta release