Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/bpy_driver.c
| Context not available. | |||||
| OK_OP(BINARY_TRUE_DIVIDE), | OK_OP(BINARY_TRUE_DIVIDE), | ||||
| OK_OP(INPLACE_FLOOR_DIVIDE), | OK_OP(INPLACE_FLOOR_DIVIDE), | ||||
| OK_OP(INPLACE_TRUE_DIVIDE), | OK_OP(INPLACE_TRUE_DIVIDE), | ||||
| #if PY_VERSION_HEX >= 0x030a0000 /* Python3.9 doesn't support. */ | |||||
| OK_OP(GET_LEN), | OK_OP(GET_LEN), | ||||
| #endif | |||||
| OK_OP(INPLACE_ADD), | OK_OP(INPLACE_ADD), | ||||
| OK_OP(INPLACE_SUBTRACT), | OK_OP(INPLACE_SUBTRACT), | ||||
| OK_OP(INPLACE_MULTIPLY), | OK_OP(INPLACE_MULTIPLY), | ||||
| Context not available. | |||||
| OK_OP(INPLACE_OR), | OK_OP(INPLACE_OR), | ||||
| OK_OP(LIST_TO_TUPLE), | OK_OP(LIST_TO_TUPLE), | ||||
| OK_OP(RETURN_VALUE), | OK_OP(RETURN_VALUE), | ||||
| #if PY_VERSION_HEX >= 0x030a0000 /* Python3.9 doesn't support. */ | |||||
| OK_OP(ROT_N), | OK_OP(ROT_N), | ||||
| #endif | |||||
| OK_OP(BUILD_TUPLE), | OK_OP(BUILD_TUPLE), | ||||
| OK_OP(BUILD_LIST), | OK_OP(BUILD_LIST), | ||||
| OK_OP(BUILD_SET), | OK_OP(BUILD_SET), | ||||
| Context not available. | |||||