GPencil: Remove unneeded python for calling Bake Animation

The operator was using a secondary python operator to ask parameters before running, but this can be done in invoke.

Differential Revision: https://developer.blender.org/D9330
This commit is contained in:
2020-10-23 19:19:13 +02:00
parent 390b28e338
commit 69a22afdb6
4 changed files with 26 additions and 184 deletions

View File

@@ -48,7 +48,6 @@ _modules = [
"uvcalc_lightmap",
"vertexpaint_dirt",
"view3d",
"gpencil_mesh_bake",
"wm",
]