Page 1 of 1

How to get VResTexture into scope

Posted: 22 Aug 2016, 10:38
by Daxten
Hi,
I want to use the rendered Texture of a Video in my own Script. The Movie Node has a Texture output with the type "VResTexture" but I can't get that type into scope in my own Script, can anyone help me with this?

best regards

Re: How to get VResTexture into scope

Posted: 23 Aug 2016, 13:48
by Karol
Hi Daxton!

This is not possible!
There is currently no way to manipulate texture resource in a script.

Best Regards
Karol

Re: How to get VResTexture into scope

Posted: 23 Aug 2016, 14:10
by Daxten
Thanks for the answer!

Just to make any misconception clear: I only want to have readonly access, I don't want to manipulate it.

Best regards

Re: How to get VResTexture into scope

Posted: 24 Aug 2016, 09:10
by Karol
Even this is not possible for the simple reason that the Script node does not have the appropriate property type to bind a VResTexture.