Ensure that baking uses all the needed passes.

This commit is contained in:
Nathan Vegdahl 2022-04-10 09:19:38 -07:00
parent a66bf90fe9
commit b925ae8e90

View File

@ -437,7 +437,7 @@ class CompifyBake(bpy.types.Operator):
bpy.ops.object.bake( bpy.ops.object.bake(
"INVOKE_DEFAULT", "INVOKE_DEFAULT",
type='DIFFUSE', type='DIFFUSE',
# pass_filter={}, pass_filter={'DIRECT', 'INDIRECT', 'COLOR'},
# filepath='', # filepath='',
# width=512, # width=512,
# height=512, # height=512,