changes code to use attributes instead of vertex_colors
this also bump the blender requirement to 2.92
This commit is contained in:
parent
bc6734a349
commit
b14c7a19db
3 changed files with 15 additions and 15 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue