mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix extract template and palettes thumbnails on mac
This commit is contained in:
parent
762789d145
commit
0dacc5ca0e
3 changed files with 14 additions and 5 deletions
|
|
@ -183,11 +183,11 @@ PypeHarmony.color = function(rgba) {
|
|||
/**
|
||||
* get all dependencies for given node.
|
||||
* @function
|
||||
* @param {string} node node path.
|
||||
* @param {string} _node node path.
|
||||
* @return {array} List of dependent nodes.
|
||||
*/
|
||||
PypeHarmony.getDependencies = function(node) {
|
||||
var target_node = node;
|
||||
PypeHarmony.getDependencies = function(_node) {
|
||||
var target_node = _node;
|
||||
var numInput = node.numberOfInputPorts(target_node);
|
||||
var dependencies = [];
|
||||
for (var i = 0 ; i < numInput; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue