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