adds option to color attribute to override the attribute
This commit is contained in:
parent
9765e28786
commit
53366cc71d
2 changed files with 19 additions and 3 deletions
|
|
@ -29,6 +29,11 @@ class BakeToIDProperties(PropertyGroup):
|
|||
name="Color Attribute",
|
||||
default="ID_MASK",
|
||||
)
|
||||
target_vertex_color_override_attribute: BoolProperty(
|
||||
name="Override Color Attribute",
|
||||
default=True,
|
||||
description="If set true, the attribute will be deleted and recreated, if it already exists. If set false, the data will just be overwritten."
|
||||
)
|
||||
|
||||
adv_total_hues: IntProperty(
|
||||
name="Total Hues",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue