adds option to color attribute to override the attribute

This commit is contained in:
Michel Fedde 2024-01-30 17:20:59 +01:00
parent 9765e28786
commit 53366cc71d
2 changed files with 19 additions and 3 deletions

View file

@ -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",