Merge branch 'blender-v4.5-release'

This commit is contained in:
Campbell Barton
2025-06-27 18:58:40 +10:00
2 changed files with 5 additions and 5 deletions

View File

@@ -980,7 +980,7 @@ PyDoc_STRVAR(
" Create shader from a GPUShaderCreateInfo.\n"
"\n"
" :arg shader_info: GPUShaderCreateInfo\n"
" :type shader_info: :class:`bpy.types.GPUShaderCreateInfo`\n"
" :type shader_info: :class:`gpu.types.GPUShaderCreateInfo`\n"
" :return: Shader object corresponding to the given name.\n"
" :rtype: :class:`gpu.types.GPUShader`\n");
static PyObject *pygpu_shader_create_from_info(BPyGPUShader * /*self*/, BPyGPUShaderCreateInfo *o)