start removing conform

This commit is contained in:
“christopheseux”
2022-12-28 17:44:15 +01:00
parent 92f275fcea
commit ab72a15a2c
6 changed files with 35 additions and 37 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ class ASSETLIB_OT_load_asset(Operator):
self.report({"ERROR"}, 'No asset selected')
return {'CANCELLED'}
fp = expandvars(asset.asset_data['filepath'])
asset_path = asset.asset_data['filepath']
fp = lib.adapter.format_path(asset_path)
name = asset.name
## set mode to object