Post #3712: I should’ve described my problem in more detail, I’m talking about this:

📋 Metadata

🏷️ Tags

python-scripting intermediate unsolved

  • Python Scripting

💬 Content

I should’ve described my problem in more detail, I’m talking about this:

roaoao:

What’s New:

  • New global variable for scripts to store user data:
    U.foo = "value" or U.update(foo="value1", bar="value2")
    U.foo or U.get("foo", "default_value")

The only way I know to access the variable created by U.foo is calling it from inside pme, I tried to call it from console and had no luck


🔗 View on Blender Artists