changes code to use attributes instead of vertex_colors

this also bump the blender requirement to 2.92
This commit is contained in:
Michel Fedde 2024-01-30 16:42:28 +01:00
parent bc6734a349
commit b14c7a19db
3 changed files with 15 additions and 15 deletions

View file

@ -16,7 +16,7 @@ class BakeToIDProperties(PropertyGroup):
items=get_targets_enum(),
name="Target",
description="To where should the IDs should be baked to",
default="VERTEX_COLORS"
default=get_targets_enum()[0][0]
)
source_materials_remove_all : BoolProperty(