This is another bug-fix release.
Changes since 1.29
Rendering
- Fixed incorrect auto-focus of surfaces very very close to the camera.
- Changed AO of the direct lighting kernel to ignore all geometry that has a specular material with the fake shadow option enabled.
- Image textures are now mapped to the UV range [-1,-1]..[1,1], if no transformation is applied in flat/cylindrical/perspective mapping.
- Fixed sveral bugs that crashed Octane when a node gets deleted that has a preview rendering running or displayed.
- Changed orientation of some sides of box mapping: The top and bottom face are mapped with X pointing right - all others have Y pointing up.
- Fixed a crash when geometry files were loaded with inverted face normals and contained n-gons.
- Added
octane.gui.dispatchGuiEvents()
to allow GUI updates in long function calls that would otherwise freeze the UI. - Failed component creation will cause the script to exit with an error.
- Making sure that Lua GUI groups have as many cells as children.
- Added
octane.project.saveAsPackage()
andoctane.project.unpackPackage()
andoctane.project.loadedFromPackage()
. - Added possibility to pass parameters to
octane.gui.closeWindow()
which are then returned fromoctane.gui.showWindow()
. - Added numeric box component (
octane.gui.NUMERIC_BOX
). - Made Lua GUI event naming more consistent.
- Renamed value change events
TEXT_EDITOR_CHANGE / SLIDER_VALUE_CHANGE / NUMERIC_BOX_VALUE_CHANGE / COMBO_BOX_SELECTION_CHANGE / COLOUR_SWATCH_CHANGE
toVALUE_CHANGE
.
- Fixed update of colour swatch when changed in the colour picker.
- Fixed crash/lock up in the transform value component when the aspect ration is locked and a slider with value 0 is moved.
- Fixed various crashes and update issues when node change events are propagated through the system.
- Fixed switching off of render view port lock, when the render pane is maximized/minimized.
Download:
Windows
ZIP archives:
- 64-bit
- 32-bit
MacOS X
ZIP archive:
- 32-bit and 64-bit
Linux
ZIP archive:
- 64-bit
Happy rendering,
Your OTOY NZ Team