In this beginner Blender Python tutorial, we will learn how to use the “Images as Planes” add-on in a Blender Python script to import n image into the scene.
Final Code:
https://gist.github.com/CGArtPython/091aa1cad6eb669dc4a5aa961672b011
Images as Planes Add-on
https://docs.blender.org/manual/en/latest/addons/import_export/images_as_planes.html
bpy.ops.object.select_all documentation:
https://docs.blender.org/api/current/bpy.ops.object.html#bpy.ops.object.select_all
bpy.ops.object.delete documentation:
https://docs.blender.org/api/current/bpy.ops.object.html#bpy.ops.object.delete
pathlib.Path.home() documentation:
https://docs.python.org/3.10/library/pathlib.html#pathlib.Path.home
Blender: How to set up Python console output on Linux
Blender: How to set up Python console output on macOS
Beginner Blender Python Playlist:
Intro Music
Fiery Trails – Silent Partner
Outro Music
Geographer – Easy Shake
b-roll by cottonbro studio
https://www.pexels.com/video/a-person-writing-on-a-paper-6830386/
#blender #python #scripting