mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(ppro): audio only was not working
This commit is contained in:
parent
916e7d03ee
commit
059082a671
1 changed files with 3 additions and 1 deletions
|
|
@ -534,7 +534,9 @@ $.pype = {
|
|||
if (instances === null) {
|
||||
return null;
|
||||
}
|
||||
if (audioOnly === true) {
|
||||
|
||||
// make only audio representations
|
||||
if (audioOnly === 'true') {
|
||||
$.pype.log('? looping if audio True');
|
||||
for (var i = 0; i < instances.length; i++) {
|
||||
var subsetToRepresentations = instances[i].subsetToRepresentations;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue