Open Brush Docs
  • Home
  • How to get Open Brush
  • Differences between Open Brush and Tilt Brush
  • User Guide
    • Get started with Open Brush
    • Painting with Open Brush
    • The Open Brush UI
      • Admin Panel
        • Settings Panel
        • Labs Panel
      • Tools Panel
        • Selection Options
        • Repaint Options
      • Brushes Panel
      • Extras Panel
        • Environment Panel
        • Lights Panel
        • Backdrop Panel
        • Guides Panel
        • Media Library
        • Camera Paths Panel
        • Snap Settings Panel
        • Transform Panel
        • Layers Panel
      • UI Differences Between Basic Mode and Advanced Mode
    • Grid and Angle Snapping
    • Repaint Tool and Jitter
    • Selection/Erase Filter
    • Lazy Input
    • Bimanual Input and Revolver
    • World Axis Unlock
    • Saving and sharing your Open Brush sketches
    • Troubleshooting issues with Open Brush
    • Check out Labs features
    • Multi Mirror
    • Importing Images, Videos and 3D Models
    • Experimental Mode
    • Make moving creations using audio reactive brushes
    • Using Reference Images on Oculus Quest
    • Remixing and Creative Commons
    • Accessing Autosave Files
    • The Open Brush config file
    • Exporting Open Brush sketches to other apps
      • Exporting to Unreal Engine 5
      • Exporting to Snapchat Lens Studio
      • Configuring Export
    • Plugins
      • Example Plugins
        • Example Pointer Plugins
        • Example Symmetry Plugins
        • Example Tool Plugins
        • Example Background Plugins
      • Writing Plugins
        • Getting Started
        • Tweaking existing plugins
        • Writing a Pointer Plugin
        • Writing a Symmetry Plugin
        • Writing a Tool Plugin
        • Writing a Background Plugin
        • Defining and Drawing Brush Strokes
      • Plugin API Scripting Reference
    • Open Brush Unity SDK
    • Open Brush API
      • Retrieving a preview image
      • API Commands List
    • Cameras and Exporting Video
    • Brushes
      • Brush List
      • Memory limits and brush costs
      • Experimental Brushes
      • Hiding Brushes with Brush Tags
    • Using Open Brush without a VR headset
    • Command Line Arguments
    • Tilt Brush Version 23 Release Notes
  • Get Involved!
    • How to help with Testing
  • Pre-release and Experimental Builds
    • Installing the Beta Release
    • "Experimental Mode" Builds
    • Feature: 3D Shapes Tool
    • Feature: Animation Timeline
    • Feature: Icosa Gallery Support
    • Feature: Brush Editing
    • Feature: Plugin Scripting
    • Feature: Sculpting
    • Combined Testing Build
    • Old or Completed Feature Builds
      • Feature: Polyhedra
      • Feature: Snip Tool
      • Feature: Layers
      • Insominx's (michael-g) Experimental Build
      • XR Framework Beta
      • Feature: Transform Panel and Snap Enhancements
      • Feature: Improved GLTF Importer
      • Feature: Multi-Mirror
      • Feature: New Monoscopic Mode
      • Feature: Improved Import/Export
      • Feature: Multiplayer
  • Case Studies
  • Other Resources
  • Developer Notes
    • UI Elements
    • Unity shader examples
    • Setting up CI for Open Brush using Github Actions
    • Open Brush File Format
    • Previous Github Wiki
      • Brushes
      • BuildingOpenBrush
      • BurstCompiler
      • Comparison
      • MonoscopicMode
      • PseudoCode
      • UserInterface
    • Differences between Standard and Experimental Mode
    • Open Brush AsCanvas Notes
    • Unity Versions
  • Release History
    • v2.10 Multiplayer
    • v2.9 (Maintenance)
    • v2.8 Import/Export
    • v2.7 (Maintenance)
    • v2.6 (Maintenance)
    • v2.5 (Maintenance)
    • v2.4 "Prismatic"
    • v2.2: Settings and Sketches
    • v2.1 Hotfix
    • πŸš€v2.0: XR Update
    • v1.0: Happy Birthday to Us!
    • Current Beta Release Notes
  • Docs TODO
  • Contacting Us
Powered by GitBook
On this page
  • πŸš€ Features
  • 🎨 UI / UX
  • πŸ› Fixes
  • πŸ› οΈ Infrastructure
  • πŸ“¦ Dependencies / Maintenance
Edit on GitHub
Export as PDF
  1. Release History

v2.8 Import/Export

πŸš€ Features

  • Remove almost all uses of Experimental Mode, and combine Monoscopic into the main releases (PR #674 by @andybak)

  • Skip intro tutorial on Zapbox (PR #681 by @mikeskydev)

  • Allow generation of sphere with gesture on mobile (PR #678 by @mikeskydev)

  • Update lots of shaders to singlepass (PR #677 by @mikeskydev)

  • Preview spheres for 360 images (PR #687 by @andybak)

  • Pagination for layers UI (PR #698 by @andybak)

  • Folder navigation UI (PR #689 by @andybak)

  • Import/export improvements (PR #573 by @andybak)

  • Passthrough Hull Brush (PR #613 by @andybak)

  • UnityGLTF Shader Variants (PR #714 by @andybak)

  • Add Pico support to the generic OpenXR build (PR #719 by @mikeskydev)

  • Disable boundary when passthrough is active (PR #735 by @andybak)

🎨 UI / UX

  • Fix Advanced Tools panel initial position (PR #697 by @andybak)

  • Damn panel spacing (PR #702 by @andybak)

πŸ› Fixes

  • Fix broken multimirror options popup. Hide Tiltosaurus button as it d… (PR #680 by @andybak)

  • Workaround for PCVR depth submission (PR #685 by @mikeskydev)

  • De-initialize XR Subsytems properly (PR #695 by @andybak)

  • Background image preview sphere labels (PR #700 by @andybak)

  • Fix stereo pano sphere preview (PR #701 by @andybak)

  • Enable file system watcher on mobile (PR #704 by @andybak)

  • UnityGltf import is meant to default to off (PR #707 by @andybak)

  • Fix issue where transparent brushes were invisible in Quest passthrough mode. (PR #715 by @andybak)

  • m_ColorSaturationMax had accidentally been set to 0 breaking color picker (PR #724 by @andybak)

  • Fix issue where images that are too large fail to load without any in… (PR #722 by @eeropomell)

  • Fix/improve image loading (PR #729 by @eeropomell)

  • Fix/quest sdk no boundary (PR #737 by @andybak)

  • Rename Quest Boundary Property (PR #739 by @andybak)

  • Fix input system errors when running in the editor (PR #745 by @andybak)

  • Shift the preview down so it doesn't overlap the hint (PR #750 by @andybak)

  • Fix background image seams by bypassing cache for now (PR #749 by @andybak)

πŸ› οΈ Infrastructure

  • Add Mac OS Monoscopic build to Steam (PR #669 by @mikeage)

  • Always specify --age-group for Oculus (PR #670 by @mikeage)

  • Update pre-commit, fix two pylint warnings (PR #671 by @mikeage)

  • Update GeneratedThirdPartyNotices.txt and make sure it stays in sync (PR #673 by @mikeage)

  • Fix automatic changelog page in the docs; update to the new (as of Jan 26th) path (PR #675 by @mikeage)

  • Merge the contents of the release-history directory instead of overwriting (PR #676 by @mikeage)

  • Minor formatting improvements (PR #682 by @andybak)

  • Release Linux Viewer/Standalone on Steam and Github (PR #683 by @mikeage)

  • Fix github release (typo in directory name) (PR #684 by @mikeage)

  • MacOS: sign all bundles, rather than listing them explicitly (PR #706 by @mikeage)

  • Add a section in the changelog for UI/UX PRs (PR #703 by @mikeage)

  • Add support for a [xCI BUILD DEV] (without the x) to build Development builds (PR #712 by @mikeage)

  • Fix artifact upload of development builds (PR #713 by @mikeage)

  • Update the (very rarely used) Unity License Test action (PR #718 by @mikeage)

  • Retry build on license failure; retry pre-commit on dotnet-format failure (PR #716 by @mikeage)

  • Run ovr-platform-util on Linux instead of Mac (PR #727 by @mikeage)

  • Fix Q1 upload (PR #732 by @mikeage)

  • Fix iOS builds after the unity upgrade (PR #733 by @mikeage)

  • Always run "Free Disk Space" on all platforms (PR #734 by @mikeage)

  • Revert "Run ovr-platform-util on Linux instead of Mac (#727)" (PR #738 by @mikeage)

  • Move the config.vdf secret (for Steam) to an Organization level secret (PR #741 by @mikeage)

  • Remove more unneeded files to free more disk space (PR #753 by @mikeage)

  • Run the build on 'main' periodically to keep the caches alive (PR #754 by @mikeage)

πŸ“¦ Dependencies / Maintenance

  • Bump rexml from 3.2.6 to 3.2.8 (PR #717 by @dependabot[bot])

  • Unity 2022 LTS (PR #708 by @mikeskydev)

  • Bump actions/setup-dotnet from 4.0.0 to 4.0.1 (PR #740 by @dependabot[bot])

  • Bump actions/setup-python from 5.1.0 to 5.1.1 (PR #742 by @dependabot[bot])

  • Bump rexml from 3.2.9 to 3.3.2 and update fastlane (PR #748 by @dependabot[bot])

  • Bump mikepenz/release-changelog-builder-action from 4 to 5 (PR #747 by @dependabot[bot])

  • Bump rexml from 3.3.2 to 3.3.3 in the bundler group across 1 directory (PR #752 by @dependabot[bot])

Previousv2.9 (Maintenance)Nextv2.7 (Maintenance)

Last updated 10 months ago