GLOBALS
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 25/08/2003 at 13:09, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform:
Language(s) : C.O.F.F.E.E ;---------
how do I set global variables (e.g. gVar = 100) making a variable available for the whole document or other expressions.help is greatly appreciated.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/08/2003 at 13:33, xxxxxxxx wrote:
AFAIK you can't use global variables for that purpose, as the scope of global variables is limited to your plugin - which is not very surprising when you think about it.
Depending on what you're trying to do I would suggest to have a look into tags.