This content has been marked as final.
Show 4 replies
-
1. Re: After Effects error : layer does not have a source.
dheeraj_c Apr 13, 2011 3:21 AM (in response to dheeraj_c)For now just added a dummy parameter in the effect and calling AEGP_SetStreamValue() to render all the layer with effect.
Still don't know the reason for getting After Effects error dialog.
-
2. Re: After Effects error : layer does not have a source.
Mike Basil Apr 13, 2011 5:49 AM (in response to dheeraj_c)Am 13.04.2011 12:21, schrieb dheeraj_c:
For now just added a dummy parameter in the effect and calling AEGP_SetStreamValue() to render all the layer with effect.
I also have experienced problems with PF_ForceRerender(),
AEGP_SetStreamValu() seems like an alternative solution...
-
3. Re: After Effects error : layer does not have a source.
shachar carmi Apr 19, 2011 11:24 AM (in response to Mike Basil)text layers really don't have a source (as opposed to solids which do).
any source-related operation you will do an a text layer will give an error.
same goes for shape layers.
-
4. Re: After Effects error : layer does not have a source.
dheeraj_c Apr 19, 2011 8:33 PM (in response to shachar carmi)Thanks for the info Shachar.


