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
Copy file name to clipboardExpand all lines: lib/src/after-effects-environment.js
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -426,20 +426,21 @@ pub.isShape = function (layer) {
426
426
* @category Baffects.js
427
427
* @method addPreset
428
428
* @param {Properties} layer Object or AVLayer to add preset to
429
-
* @param {String} name Name of the preset to add to layer
430
-
*@returnss {Object} Object hierarchy containing all properties of each effect. For every effect it returns an object with attributes names without spaces and lower case. (Ej. "fx.fill.color" To get the property "Effects/Fill/Color").
429
+
* @param {String} name Full path to preset
430
+
*@returns {Object} Object hierarchy containing all properties of each effect. For every effect it returns an object with attributes names without spaces and lower case. (Ej. "fx.fill.color" To get the property "Effects/Fill/Color").
0 commit comments