|
Blender V4.5
|
Public Attributes | |
| Main * | main |
| Scene * | scene |
| int | recursion |
| bool | py_init |
| void * | py_context |
| void * | py_context_orig |
Definition at line 86 of file blenkernel/intern/context.cc.
| Main* bContext::[struct].data main |
| void* bContext::[struct].data py_context |
| void* bContext::[struct].data py_context_orig |
If we need to remove members, do so in a copy (keep this to check if the copy needs freeing).
| bool bContext::[struct].data py_init |
True if python is initialized.
| int bContext::[struct].data recursion |
| Scene* bContext::[struct].data scene |