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).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/11/2011 at 11:04, xxxxxxxx wrote:
Hello I can't clearly understand how interact by global function wrapped in class? i tried to make global var, but also put in into another object.
http://imageshack.us/photo/my-images/403/74304767.jpg/
On 02/11/2011 at 13:08, xxxxxxxx wrote:
Is this what you mean?
On 02/11/2011 at 14:43, xxxxxxxx wrote:
Do you mean, you have a global variable in a Python Tag and want to acess it in a Python Node ? This is not possible. Global does not mean its accessible from everywhere. But you can access it within the same code from different functions, etc.
On 03/11/2011 at 06:02, xxxxxxxx wrote:
Hello Scott, Niklas Thanks a'lot. I forgot to took at UML diagram of c4d's classes.