change default settings
This commit is contained in:
parent
c7d4131806
commit
8701aebc91
@ -56,7 +56,7 @@ class RT_OT_conform_collection_hierarchy(Operator):
|
|||||||
active_object_viewlayer_hide : BoolProperty(
|
active_object_viewlayer_hide : BoolProperty(
|
||||||
name="Active Object View Layer Hide",
|
name="Active Object View Layer Hide",
|
||||||
description="show / hide active object in current viewlayer",
|
description="show / hide active object in current viewlayer",
|
||||||
default=False,
|
default=True,
|
||||||
update=toggle_viewlayer_hide_state
|
update=toggle_viewlayer_hide_state
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ class RT_OT_conform_collection_hierarchy(Operator):
|
|||||||
conform_selectability: BoolProperty(
|
conform_selectability: BoolProperty(
|
||||||
name="Hide Select State",
|
name="Hide Select State",
|
||||||
description="Conform hide select select",
|
description="Conform hide select select",
|
||||||
default=True
|
default=False
|
||||||
)
|
)
|
||||||
|
|
||||||
conform_viewlayer: BoolProperty(
|
conform_viewlayer: BoolProperty(
|
||||||
@ -97,13 +97,13 @@ class RT_OT_conform_collection_hierarchy(Operator):
|
|||||||
conform_viewport: BoolProperty(
|
conform_viewport: BoolProperty(
|
||||||
name="Disable in Viewports State",
|
name="Disable in Viewports State",
|
||||||
description="Conform the monitor icon (global viewport disable)",
|
description="Conform the monitor icon (global viewport disable)",
|
||||||
default=True
|
default=False
|
||||||
)
|
)
|
||||||
|
|
||||||
conform_render: BoolProperty(
|
conform_render: BoolProperty(
|
||||||
name="Disable in Renders State",
|
name="Disable in Renders State",
|
||||||
description="Conform the camera icon (render visibility)",
|
description="Conform the camera icon (render visibility)",
|
||||||
default=True
|
default=False
|
||||||
)
|
)
|
||||||
|
|
||||||
## Specific to collections
|
## Specific to collections
|
||||||
@ -111,19 +111,19 @@ class RT_OT_conform_collection_hierarchy(Operator):
|
|||||||
conform_exclude: BoolProperty(
|
conform_exclude: BoolProperty(
|
||||||
name="Exclude View Layer State",
|
name="Exclude View Layer State",
|
||||||
description="Conform the exclude from view layer",
|
description="Conform the exclude from view layer",
|
||||||
default=False
|
default=True
|
||||||
)
|
)
|
||||||
|
|
||||||
conform_holdout: BoolProperty(
|
conform_holdout: BoolProperty(
|
||||||
name="Holdout State",
|
name="Holdout State",
|
||||||
description="Conform Collection Holdout State",
|
description="Conform Collection Holdout State",
|
||||||
default=False
|
default=True
|
||||||
)
|
)
|
||||||
|
|
||||||
conform_use_indirect: BoolProperty(
|
conform_use_indirect: BoolProperty(
|
||||||
name="Indirect Only State",
|
name="Indirect Only State",
|
||||||
description="Conform Collection Indirect Only",
|
description="Conform Collection Indirect Only",
|
||||||
default=False
|
default=True
|
||||||
)
|
)
|
||||||
|
|
||||||
def invoke(self, context, event):
|
def invoke(self, context, event):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user