[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 2dCam name not added to shape layer

Kasper (Mar 11, 2020, 6:22 PM +0100) b1fbec7b 861c13d8

+1 -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 = '2dCam'; 285 + shapeLayer.name = name; 286 286 shapeLayer.guideLayer = true; 287 287 shapeLayer.blendingMode = BlendingMode.DIFFERENCE; 288 288