Python API: Fix partial build
`gpu_extras` was always visible
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user