Disable default merge layers in autobuild
1.2.2 - changed: autobuild disabled merge adjacent layer by default
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ class GPEXP_OT_render_auto_build(bpy.types.Operator):
|
||||
export_layer_infos : bpy.props.BoolProperty(name='Export Layer Infos', default=True,
|
||||
description='')
|
||||
|
||||
group_all_adjacent_layer_type : bpy.props.BoolProperty(name='Group All Adjacent Layer Type', default=True,
|
||||
group_all_adjacent_layer_type : bpy.props.BoolProperty(name='Group All Adjacent Layer Type', default=False,
|
||||
description='')
|
||||
|
||||
change_to_gp_workspace : bpy.props.BoolProperty(name='Change To Gp Workspace', default=True,
|
||||
|
||||
Reference in New Issue
Block a user