/ShapeKeysEditor

ShapeKeysEditor is a addon aims to edit shape keys easily in Blender.

Primary LanguagePythonMIT LicenseMIT

ShapeKeysEditor

ShapeKeysEditor is a addon aims to edit shape keys easily in Blender.

Documentation

See Blenderartists threads.

How to build develop environment?

  • Install VSCode Here.

  • Install plugin call Blender Development

  • Add Conifg: Ctrl+Shift+PPreferences: Open Setting (JSON)

    "blender.addon.reloadOnSave": true,
    "blender.allowModifyExternalPython": true,
  • Install fake-bpy-module: Blender Python API modules for the code completion in IDE.

  • Add the plugin folder into VSCode Editor and rename ShapeKeysEditor.py to __init__.py

  • Open Blender and load the plugin: Ctrl+Shift+PBlender: Build and StartChoose your Blender Executable File

  • It will reload everytime you edit __init__.py file or you can manually reload by Ctrl+Shift+PBlender: Reload Addons.

  • Enable Editor - Preferences - Interface - Display - Developer Extras / Python tooltips in Blender for more information.

Changelog

  • 1.0.0 (Aug 6, 2021): First version with rename/sort/delete feature.
  • 1.1.0 (Jan 4, 2022): Support external txt file to rename/sort/delete ShapeKeys.