Beginner Blender Python Exercise: Introduction to If Statements (part 1)

preview_player
Показать описание

Beginner Blender Python Exercise: Introduction to If Statements (part 1)

In this the first video where we will go over the ‘if’ flow control statement in Python. We will look at some basic use cases of how you can use an ‘if’ statement.

00:00 - Intro
00:27 - What is an If Statement?
01:36 - Setup Workspace
03:14 - First If Statement
04:49 - Provide an alternative with ‘else:’
06:49 - Basic Boolean expressions
08:41 - Boolean expressions with variables
09:25 - Numbers as Boolean expressions
10:49 - Using random numbers as Boolean expressions
12:46 - Exercise #1
14:30 - Exercise #2
16:38 - Outro

Intro Music
Fiery Trails - Silent Partner

Background Music
Where To - Birocratic

Outro Music
Geographer - Easy Shake

#blender #python #scripting
Рекомендации по теме
Комментарии
Автор

Nice. The operator usage feels like pretty comfortable territory without knowing much code/python.

jmfs
Автор

Hi. to learn python in blender I just follow the videos by order from oldest to newest?
thanks for this.

rubycohen