[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.

Changed stroke width

Kasper (Mar 11, 2020, 6:21 PM +0100) 861c13d8 942ef457

+1 -1
+1 -1
2dcam.jsx
··· 277 277 newCamDialog(currentComp, alsoNewOutputComp, function(options) { 278 278 var camWidth = options.width; 279 279 var camHeight = options.height; 280 - var strokeWidth = Math.ceil(Math.min(camWidth/20, camHeight/20)); 280 + var strokeWidth = Math.ceil(Math.min(camWidth/25, camHeight/25)); 281 281 282 282 app.beginUndoGroup('New 2dCam and Output Comp'); 283 283