I have massive crashes when using this expression script below. I just have a text layer where I control the letter-spacing depandend from the current z-position. Beginning from z=0 up to -500 (directly in front of the camera) the values are transformed by easyOut() to 0-10. That's all so far.
When now I duplicate this text line several times and start to tweak it's position then the crash happens. The more text layers I have the sooner the crash. This happens during editing so no rendering involved. In the preview is the standard renderer applied.
Unfortunately there is no specific error message - it tells just that AFX isn't working any more and is closing now.
My system specs:
I have 8 GB RAM and 10 GB disk cache. This should be enough for some text flying around.
I use the latest AFX CC Version 2015.1 13.6.1.6 running on Windows 8.1 Ultrabook (Lenovo Yoga 1). No CUDA detected so the preview is rendered by the CPU.
Have someone an idea why this happens? Help is highly appreciated.
max_spacing = 10;
z_position = transform.position[2];
var new_spacing = easeOut(z_position, -500, 0, max_spacing, 0);
text.animator("Animator 1").property.trackingAmount = new_spacing;
This is my test scene:
http://augenpulver-design.de/exchange/tmp/AFX_Expression_Crash_Scene.zip