Disable default merge layers in autobuild
1.2.2 - changed: autobuild disabled merge adjacent layer by defaultmain
parent
12cce98e41
commit
e03593bb1a
|
@ -14,6 +14,10 @@ Activate / deactivate layer opacity according to prefix
|
|||
Activate / deactivate all masks using MA layers
|
||||
-->
|
||||
|
||||
1.2.2
|
||||
|
||||
- changed: autobuild disabled merge adjacent layer by default
|
||||
|
||||
1.2.1
|
||||
|
||||
- added: bundle app_template to load "GR Render" workspace from it
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -2,7 +2,7 @@ bl_info = {
|
|||
"name": "GP Render",
|
||||
"description": "Organise export of gp layers through compositor output",
|
||||
"author": "Samuel Bernou",
|
||||
"version": (1, 2, 1),
|
||||
"version": (1, 2, 2),
|
||||
"blender": (2, 93, 0),
|
||||
"location": "View3D",
|
||||
"warning": "",
|
||||
|
|
Loading…
Reference in New Issue