for convenience

Paul St George email at paulstgeorge.com
Mon Mar 21 17:12:03 EDT 2022


When I am writing code, I often do things like this:

context = bpy.context  # convenience

then whenever I need bpy.context, I only need to write context


Here’s my question:

When I forget to use the convenient shorter form 

why is bpy.context not interpreted as bpy.bpy.context?


—
Paul St George







More information about the Python-list mailing list