Update leenkx/blender/lnx/exporter.py
This commit is contained in:
		@ -3057,6 +3057,8 @@ class LeenkxExporter:
 | 
			
		||||
 | 
			
		||||
                        if trait_prop.type.endswith("Object"):
 | 
			
		||||
                            value = lnx.utils.asset_name(trait_prop.value_object)
 | 
			
		||||
                        elif trait_prop.type == "TSceneFormat":
 | 
			
		||||
                            value = lnx.utils.asset_name(trait_prop.value_scene)
 | 
			
		||||
                        else:
 | 
			
		||||
                            value = trait_prop.get_value()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user