How can I get out_data.width and out_data.height when the management of the user interface?

Hello!

I am currently working on a project where I change the projection of a video based on where the user click position and I would get out_data.width and out_data. height in an event DragHandle to change one of my slider.

These values are always set to 0 and is available in the rendering. Any idea on how to get these values? Or maybe I'm working backwards...

Thank you!

AW.

I guess that you are working on 13.5...

Since 13.5, the sequence data is not editable between the rendering thread. only

Since the UI thread changes make to the project and the rendering thread.

but not the other way around.

I should have mentioned that before.

There area has some workarounds I can think.

1. Add a pointer in the sequence data that are shared between threads.

(you need to be able to say 'live' recorded with pointer

the project and points to an invalid address)

2. store your data in the handful of global_data, which is shared between

threads. Alas it is also grind between the instances, so you will need to

to say what recorded little data belongs to which body.

Tags: After Effects

Similar Questions

Maybe you are looking for