Blender Python for Programmers 1
Render a cube using python from the command line: creates png.
Let's automate rendering a cube to an image file.
We first set up blender so that we can do python.
Change this panel to an info panel. Change the other panel to a python console.
Delete the distracting contents of the info panel
Change the output rendered filename to blender.png on the desktop
Render the cube to show what we are trying to automate.
This python code sets the output filename. Let's copy it and paste it into our editor.
Add a render statement and add an import bpy statement.
Copy that code from the editor, and paste it into the python console. It runs the code and renders the cube to the desktop as an blender.png.
Here's how to do a render statement. We google blender python render. In the search results, scroll to the the blender docs.
We scroll down to bpy.ops.render.render. Note the first two parameters are animation and write_still
We create a script to automate this all and run blender in the background to create an output image of our cube blender.png on the desktop
Save it as myscript to the desktop, make it executable and run it.
It creates this png output file on the desktop.
If you think this code might be worth trying, please give a thumbs up, and subscribe. Thanks for watching
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Blender Python for Programmers 1», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.