From 445c2ef3e1fe562c59100122a902e2350399a104 Mon Sep 17 00:00:00 2001 From: Erik Borchers Date: Thu, 5 Jan 2023 09:05:23 -0500 Subject: [PATCH] readme updates regarding render pipeline support (#6) * readme updates regarding render pipeline support --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5508a9e4..f8612b15 100644 --- a/README.md +++ b/README.md @@ -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)