Skip to content

Commit

Permalink
readme updates regarding render pipeline support (#6)
Browse files Browse the repository at this point in the history
* readme updates regarding render pipeline support
  • Loading branch information
DeepChallengerVR authored Jan 5, 2023
1 parent 460744e commit 445c2ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ Python 2.7 code and scripts for advanced Open Brush data manipulation.
* `export.py` - Parse the legacy .json export format. This format contains the raw per-stroke geometry in a form intended to be easy to postprocess.
* `tilt.py` - Read and write .tilt files. This format contains no geometry, but does contain timestamps, pressure, controller position and orientation, metadata, and so on -- everything Open Brush needs to regenerate the geometry.
* `unpack.py` - Convert .tilt files from packed format to unpacked format and vice versa.
### Render pipeline support
* This repo currently has built in render pipleline support.
* [This fork has URP support.](https://github.com/kijai/tilt-brush-toolkit)

0 comments on commit 445c2ef

Please sign in to comment.