mirror of
https://github.com/EatTheFuture/compify.git
synced 2025-01-22 08:19:14 -05:00
Ensure that baking uses all the needed passes.
This commit is contained in:
parent
a66bf90fe9
commit
b925ae8e90
@ -437,7 +437,7 @@ class CompifyBake(bpy.types.Operator):
|
||||
bpy.ops.object.bake(
|
||||
"INVOKE_DEFAULT",
|
||||
type='DIFFUSE',
|
||||
# pass_filter={},
|
||||
pass_filter={'DIRECT', 'INDIRECT', 'COLOR'},
|
||||
# filepath='',
|
||||
# width=512,
|
||||
# height=512,
|
||||
|
Loading…
Reference in New Issue
Block a user