Reading Hyperfile at render time

On 24/12/2016 at 00:21, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   14+ 
Platform:   Windows  ;   Mac OSX  ; 
Language(s) :     C++  ;

---------
Hi,

When I read a Hyperfile variable, myTemp, in the viewport, the console outputs the correct result. When rendering with the external renderer, the variable is not read.

Suggestions?

On 24/12/2016 at 00:50, xxxxxxxx wrote:

You have to implement CopyTo() and copy the myTemp variable.

Steve

On 24/12/2016 at 01:01, xxxxxxxx wrote:

I figured I had to use CopyTo, so thanks for the confirmation Steve.