You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hap run -- blender -P gp_remote.py -- --payload_file payload_file
?
What's the output of hap show -v <hap-id> in case of a failure? Command there should be blender -P gp_remote.py -- --payload_file payload_file as you provided.
hey, not issue, but question/query. is it possible to run hapless python script with arguments.
my current python script run blender with a script, which take input arguments. is it possible to run this script with hapless and pass arguments..
command = ['blender', '-P', 'gp_remote.py', '--', '--payload_file', payload_file]
The text was updated successfully, but these errors were encountered: