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
`LightLayer.lightSource` was added in After Effects 24.3
44
+
`LightLayer.lightSource` was added in After Effects 24.3, but allowed only HDR and EXR layers as sources.
45
+
46
+
In After Effects (Beta) 25.2.0.098, it was updated to allow any 2D layer type as a source.
45
47
46
48
#### Description
47
49
48
50
For a light layer, the layer to use as a light source when `LightLayer.lightType` is `LightType.ENVIRONMENT`.
49
51
50
-
`LightLayer.layerSource` must be a footage layer referencing a .EXR or .HDR footage item. Trying to set this attribute to any other layer produces an error.
52
+
`LightLayer.lightSource` can be any 2D video, still, or pre-composition layer in the same composition. Attempting to assign a 3D layer as the `.lightSource` will result in an "Invalid light source specified" error.
0 commit comments