質問編集履歴

1

ファイルパスの修正

2021/01/15 06:48

投稿

RailStar
RailStar

スコア16

test CHANGED
File without changes
test CHANGED
@@ -82,7 +82,7 @@
82
82
 
83
83
  #import sound & graph baking
84
84
 
85
- bpy.ops.graph.sound_bake(filepath='/Users/yutasato/blender_folder/sample.mp3', low = (step*round(math.sqrt(i**2+j**2))), high = (step*(round(math.sqrt(i**2+j**2))+1)))
85
+ bpy.ops.graph.sound_bake(filepath='/Users/user/blender_folder/sample.mp3', low = (step*round(math.sqrt(i**2+j**2))), high = (step*(round(math.sqrt(i**2+j**2))+1)))
86
86
 
87
87
  bpy.context.active_object.animation_data.action.fcurves[2].lock = True
88
88