Python API: Fix partial build

`gpu_extras` was always visible
This commit is contained in:
Jacques Lucke 2018-11-27 10:56:17 +01:00
parent 47bf0a33ef
commit 884638494d
1 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,7 @@ else:
"bmesh.geometry",
"bpy.app",
"bpy.app.handlers",
"bpy.app.timers",
"bpy.app.translations",
"bpy.context",
"bpy.data",
@ -238,6 +239,7 @@ else:
"gpu.types",
"gpu.matrix",
"gpu.select",
"gpu_extras",
"idprop.types",
"mathutils",
"mathutils.bvhtree",