Adding New Properties to Objects & Linking Them to Update Functions, Blender Scripting Tutorial
This tutorial shows how to add new properties to objects using the Python API.
The script starts from one of the Python templates that creates a simple ui panel.
In the script, existing and new properties are displayed and accessed in the panel.
The example existing properties are the hide property (because it is of type Boolean) and the Z location (because it is numeric and its value is altered in the script).
A new Boolean property is added, this is used as a switch and will toggle the value of a text object between off and on.
A new integer property is added to store the zlayer setting. Whereas the z location is a float value making it continuous, the zlayer being integer means that it goes up in steps.
The tutorial shows how to link update functions to the new properties that are run when the properties change.
The finished files can be downloaded from the following links -
http://blender.freemovies.co.uk/blenderfiles/scripts/propTut25.blend
http://blender.freemovies.co.uk/blenderfiles/scripts/light11.blend
http://blender.freemovies.co.uk/blenderfiles/scripts/myBool_zlayer.py
http://blender.freemovies.co.uk/blenderfiles/scripts/lightSwitch.py
The finished files and the listings can be downloaded from my website -
http://blender.freemovies.co.uk
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Adding New Properties to Objects & Linking Them to Update Functions, Blender Scripting Tutorial», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.