State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:486844|
Problem summary
AudioRead nodes fail to generate a Curve when executed in Terminal mode.
Customer reported version
nuke.12.2v5
Customer reported platform
centos7
Steps to reproduce
1) Launch Nuke in terminal mode with the -t (-ti) flag.
2) Create an AudioRead node and execute the generate button pythonically with the following command:
import nuke
path_to_audio_file = "path/to/file.wav" #replacing the file path with your own.
audio_read_node = nuke.nodes.AudioRead(file=path_to_audio_file, left=.5, right=.5, keyinterval=0.1)
audio_read_node["generate"].execute()
print(audio_read_node)We're sorry to hear that
Please tell us why