Disable default merge layers in autobuild

1.2.2

- changed: autobuild disabled merge adjacent layer by default
This commit is contained in:
pullusb
2023-01-23 17:13:37 +01:00
parent 12cce98e41
commit e03593bb1a
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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,