Skip to content

Export beziers from Blender as VBZ files to load in Vovoid VZX Artiste

Notifications You must be signed in to change notification settings

vovoid/blender_export_bezier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Blender Export Bezier to VBZ File

Note! Requires VZX Artiste 0.9.4

Tested with Blender: 2.80

To install, create and put the .py files in the directory:

blender-2.80-windows64/2.80/scripts/addons/io_scene_vovoid_bezier

You can also check out the git repository in that directory.

File produced looks like:

{
  "name": "BezierCurve",
  "points": [
    {
      "handle_left": [-1.50000, -0.50000, 0.00000],
      "vertex": [-1.00000, 0.00000, 0.00000],
      "handle_right": [-0.50000, 0.50000, 0.00000],
      "tilt": 0.00000
    },
    {
      "handle_left": [0.00000, 0.00000, 0.00000],
      "vertex": [1.00000, 0.00000, 0.00000],
      "handle_right": [2.00000, 0.00000, 0.00000],
      "tilt": 0.00000
    },
  ]
}

About

Export beziers from Blender as VBZ files to load in Vovoid VZX Artiste

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages