Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_operators.c
| Context not available. | |||||
| BLENDER_VERSION / 100, BLENDER_VERSION % 100); | BLENDER_VERSION / 100, BLENDER_VERSION % 100); | ||||
| } | } | ||||
| else { | else { | ||||
| BLI_snprintf(url, sizeof(url), "http://www.blender.org/documentation/blender_python_api_%d_%d_%d", | BLI_snprintf(url, sizeof(url), "https://pythonapi.upbge.org/"); | ||||
| BLENDER_VERSION / 100, BLENDER_VERSION % 100, BLENDER_SUBVERSION); | |||||
| } | } | ||||
| uiItemStringO(col, IFACE_("Python API Reference"), ICON_URL, "WM_OT_url_open", "url", url); | uiItemStringO(col, IFACE_("Python API Reference"), ICON_URL, "WM_OT_url_open", "url", url); | ||||
| uiItemL(col, "", ICON_NONE); | uiItemL(col, "", ICON_NONE); | ||||
| Context not available. | |||||