質問編集履歴
1
ファイルパスの修正
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/
|
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
|
|