Course Content
Getting Everything Setup
You don't currently have access to this content
7 Lectures
Section Introduction
You don't currently have access to this content
What Is Python?
You don't currently have access to this content
Downloading Blender 3.5+
You don't currently have access to this content
Downloading Blender 3.5+ (Linux)
You don't currently have access to this content
My Blender Settings
You don't currently have access to this content
Where To Get Help
You don't currently have access to this content
Section Wrap Up
You don't currently have access to this content
Python Programming Primer
You don't currently have access to this content
9 Lectures
Variables
You don't currently have access to this content
Data Types
You don't currently have access to this content
Arithmetic Operators
You don't currently have access to this content
Comparison Operators
You don't currently have access to this content
Logical Operators
You don't currently have access to this content
Assignment Operators
You don't currently have access to this content
Bitwise Operators
You don't currently have access to this content
Order Of Operations
You don't currently have access to this content
Using Functions
You don't currently have access to this content
Let’s Get Coding!
You don't currently have access to this content
17 Lectures
Setting Up The System Console (Windows)
You don't currently have access to this content
The System Console (MacOS)
You don't currently have access to this content
Setting Up The System Console (Linux)
You don't currently have access to this content
Printing To The System Console
You don't currently have access to this content
Clearing The System Console
You don't currently have access to this content
Easy Mode – Copy And Paste
You don't currently have access to this content
Magic Numbers
You don't currently have access to this content
Importing Modules
You don't currently have access to this content
Clearing The Scene
You don't currently have access to this content
Selecting Objects By Name
You don't currently have access to this content
Active Selected Object
You don't currently have access to this content
Commenting Your Code
You don't currently have access to this content
Selecting Objects By Index
You don't currently have access to this content
Making A For Loop Part 1
You don't currently have access to this content
Making A For Loop Part 2
You don't currently have access to this content
If Statements
You don't currently have access to this content
Tabs Vs Spaces
You don't currently have access to this content
Functions
You don't currently have access to this content
22 Lectures
A Simple Helper Function
You don't currently have access to this content
Naming And Renaming
You don't currently have access to this content
A Wider Look At Functions
You don't currently have access to this content
Making A Function Do More
You don't currently have access to this content
Main()
You don't currently have access to this content
‘Installing’ Helper Functions (MacOS)
You don't currently have access to this content
‘Installing’ Helper Functions (Windows)
You don't currently have access to this content
‘Installing’ Helper Functions (Linux)
You don't currently have access to this content
Importing Helper Functions
You don't currently have access to this content
Multiple Arguments
You don't currently have access to this content
Creating Shorthand Functions
You don't currently have access to this content
*args
You don't currently have access to this content
Multi Function Functions
You don't currently have access to this content
Error Checking
You don't currently have access to this content
Selecting All
You don't currently have access to this content
Deselecting All
You don't currently have access to this content
Selecting By Type
You don't currently have access to this content
**kwargs
You don't currently have access to this content
Selecting By Name
You don't currently have access to this content
Match-Case
You don't currently have access to this content
Inverting Selection
You don't currently have access to this content
Final Section Challenge
You don't currently have access to this content
Adding Objects
You don't currently have access to this content
22 Lectures
The Ternary Statement
You don't currently have access to this content
Updating Blender
You don't currently have access to this content
Setting An Objects Location
You don't currently have access to this content
Using enumerate()
You don't currently have access to this content
Re-Ordering Lists Part 1
You don't currently have access to this content
Re-Ordering Lists Part 2
You don't currently have access to this content
Anonymous Functions – Lambda
You don't currently have access to this content
Creating A Row Of Cubes
You don't currently have access to this content
Nested For Loops
You don't currently have access to this content
Creating The Pyramid
You don't currently have access to this content
A Quick Cleanup
You don't currently have access to this content
Objects Around A Circle Part 1
You don't currently have access to this content
Objects Around A Circle Part 2
You don't currently have access to this content
Distribution Around A Cylinder
You don't currently have access to this content
Making A Helix Of Objects
You don't currently have access to this content
Reformatting Our Code For A Vortex
You don't currently have access to this content
Making A Vortex
You don't currently have access to this content
Randomly Placing Objects In A Volume
You don't currently have access to this content
Random Scale And Rotation
You don't currently have access to this content
Simple Intersection Calculation
You don't currently have access to this content
Implementing The Simple Intersection
You don't currently have access to this content
While Loop – For An Exact Number
You don't currently have access to this content
