Added vertex color space conversion option for sRGBA (this is now the default to match UE4.24)

This commit is contained in:
Colin Basnett
2022-01-27 15:11:32 -08:00
parent 2ba29b04d3
commit a62ee207e1
4 changed files with 76 additions and 19 deletions

View File

@@ -235,7 +235,7 @@ def on_psa_file_path_updated(property, context):
pass
class PsaImportPropertyGroup(bpy.types.PropertyGroup):
class PsaImportPropertyGroup(PropertyGroup):
psa_file_path: StringProperty(default='', update=on_psa_file_path_updated, name='PSA File Path')
psa_bones: CollectionProperty(type=PsaImportPsaBoneItem)
action_list: CollectionProperty(type=PsaImportActionListItem)