0
0

More than 3 years have passed since last update.

blenderでshape keyにドライバを追加するだけ

Posted at

以下のページより抽出
https://blender.stackexchange.com/questions/13905/add-driver-for-a-shapekey-via-python

import bpy

obj = bpy.context.active_object
driver = obj.data.shape_keys.key_blocks['Key 1'].driver_add("value")

自分用メモ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0