Skip to content

Odds and ends to interface with Quill, the VR drawing application

Notifications You must be signed in to change notification settings

btparker/quillustrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quillustrate

Odds and ends to interface with Quill, the VR drawing application

Setup

Requires the following executables available in path:

  • blender.exe
  • UE4Editor-Cmd.exe
  • QuillExporter.exe

Running

Converting Quill binary to Quill ascii format

python3 bin/quill_converter.py --input <QuillProjectDirInput> --output <QuillProjectDirOutput>

Exporting an Alembic File from Quill (Manually)

Export an Alembic (.abc) file, selecting:

  • Format: "Alembic"
  • Color Space: "Linear"
  • "Export Mesh"
  • "Export Animation"

quill_abc_export

Save where desired.

Importing Quill Alembic into Blender

blender.exe --background --python "quillustrate/blender.py" -- --alembic "assets/quill_export_example.abc"

About

Odds and ends to interface with Quill, the VR drawing application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages