I'm a french guy, so excuse me if my English is not very good. Here is my problem : I'm using python to make a script that works with Blender, and I need to import an .obj file. I already have the importer, but I enter the entire filepath.
It's look like that :
bpy.ops.import_scene.obj(filepath='C:/Users/MarcPro/Desktop/testauto/03-Reconstruction/Data/Tile/Tile.obj', axis_forward='Y', axis_up='Z')
Instead, I would like to open a file browser (for example explorer.exe), go search for the .obj file and select it for bpy.ops.import_scene.obj importer.
Do you have any idea please ?
Thanks,
Ero.