blender-actions-to-json icon indicating copy to clipboard operation
blender-actions-to-json copied to clipboard

Write the joint data for all of a `.blend` file's actions to a JSON file

Results 2 blender-actions-to-json issues
Sort by recently updated
recently updated
newest added

`landon` is where I plan to continue to add support for exporting more and more data from Blender. As of right now `landon` [exports armature JSON](https://github.com/chinedufn/landon/blob/d7c694a2399369518c4f0c0a6ea99998e72397e9/blender-armature-to-json.py) - so I'd like...

Back when I wrote this python script I didn't realize that I could just `import json` so the JSON serialization is unnecessarily complex. Use `import json` and clean things up.