This content has been marked as final.
Show 4 replies
-
1. Re: How to call force render on custom effect from AEGP?
shachar carmi Jul 29, 2010 12:45 PM (in response to dheeraj_c)well,
if you have an invisible param that does nothing, you could change it's value via AEGP_SetStreamValue().
that would trigger a render but would not affect the result.
-
2. Re: How to call force render on custom effect from AEGP?
dheeraj_c Jul 29, 2010 11:08 PM (in response to shachar carmi)Thanks a lot Shachar for the reply. But if I use AEGP_SetStreamValue AE
will add the action to Undo/Redo stack. Please correct me if I'm wrong.
I don't want AE to add it to undo/redo stack. So is there any way to
tell AE not to add AEGP_SetStreamValue() action to undo/redo stack? Or is there a call to force render from AEGP?
-
3. Re: How to call force render on custom effect from AEGP?
shachar carmi Jul 29, 2010 11:35 PM (in response to dheeraj_c)create an undo group with a NULL instead of a name, and anything that happens in that group will NOT be added to the undo stack.
-
4. Re: How to call force render on custom effect from AEGP?
dheeraj_c Jul 29, 2010 11:59 PM (in response to shachar carmi)Thanks a lot Shachar. Thanks for your time. Your answer helped me a lot. Thanks again.


