[READ-ONLY] Mirror of https://github.com/probablykasper/2dcam. After Effects 2d camera
after-effects camera extendscript script
0

Configure Feed

Select the types of activity you want to include in your feed.

Fixed error with setting shape layer name

Kasper (Mar 11, 2020, 8:05 PM +0100) 4297db82 b1fbec7b

+2 -1
+1 -1
2dcam.jsx
··· 282 282 app.beginUndoGroup('New 2dCam and Output Comp'); 283 283 284 284 var shapeLayer = app.project.activeItem.layers.addShape(); 285 - shapeLayer.name = name; 285 + shapeLayer.name = options.name; 286 286 shapeLayer.guideLayer = true; 287 287 shapeLayer.blendingMode = BlendingMode.DIFFERENCE; 288 288
+1
FIXTHIS
··· 1 + use inpoint/outpoint instead of active because toggling visiblity off causes active to be false