Added vertex color space conversion option for sRGBA (this is now the default to match UE4.24)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user