Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.