CallCommand from Python Tag

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 27/09/2011 at 04:08, xxxxxxxx wrote:

Any idea how to use c4d.CallCommand from a Python Tag - doesn't seem to work from a tag

need access to User Data so thought a tag would be better suited for my needs, but now I need to use the CallCommand function

thanks

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 27/09/2011 at 07:33, xxxxxxxx wrote:

CallCommand can only be called from the mainthread. What are you trying to achieve, maybe there is a workaround? Cheers, Sebastian

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 28/09/2011 at 14:49, xxxxxxxx wrote:

nevermind then, thanks for clearing that up :-)

wish it was clearer in the documentation.

i'll have to make do with hardcoded values for now, then maybe look into a GUI with input fields that pops up when the script is executed.