Blender Python for Beginners: Importing Images as Planes
Описание
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.htm #bpy.ops.object.select_all
bpy.ops.object.delete documentation:
https://docs.blender.org/api/current/bpy.ops.object.htm #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
https://www.youtube.com/watch?v=7GEvkfcOGNM
Blender: How to set up Python console output on macOS
https://www.youtube.com/watch?v=25yvAUhFIoI
Beginner Blender Python Playlist:
https://www.youtube.com/playlist?list=PLB8-FQgROBmmeCnCfuJEGzP0nH0u3tz7j
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
Рекомендуемые видео



















