Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.36 KB

File metadata and controls

43 lines (26 loc) · 1.36 KB

Motion visualization on Blender

Blender

This directory provides Python scripts to visualize motions in BVH format.

Usage

1. Install blender

First, download the Blender application here .

After launching the Blender app, click Scripting to open the Python console.

2. Run

Please note that the provided script only works with python on blender.

2.1 Copy scripts

Click New to create new Python script.

Next, copy the provided script to the console.

2.2 Modify path

Open the script and modify input_path to specify the data to be rendered, and output_path to specify the save location of the rendered data.

2.3 Run

Click play button to run the script (see the figure above).

2.4 Check outputs

Rendered data can be found in the output_path specified previously.

You may find more details of the Python API for Blender in here.

© [2022] Bandai Namco Research Inc. All Rights Reserved