Python for Blender

Next Topic
 
classic Classic list List threaded Threaded
40 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Python for Blender

özgür
Administrator
This post was updated on .
3D Programming Introduction [Bpy Module, Data, Context and Types]

⌨️ (00:00) - Introduction
⌨️ (00:20) - Course Overview
⌨️ (01:23) - Prerequisites
⌨️ (02:04) - Blender API
⌨️ (03:00) - Application Module
⌨️ (04:11) - Bpy.Context Module
⌨️ (07:34) - Bpy.Data Module
⌨️ (08:33) - Data vs Context module
⌨️ (10:34) - Access Materials
⌨️ (10:42) - Bpy.Types
⌨️ (18:20) - Outro

Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Operators [Custom Operators, Properties, Types]

⌨️ (00:00) - Introduction
⌨️ (00:10) - Course Overview
⌨️ (00:17) - What are Operators
⌨️ (03:23) - Python Developer Tips
⌨️ (03:00) - Application Module
⌨️ (04:11) - Context of Operation
⌨️ (06:35) - Selected and Active Operands
⌨️ (11:02) - Custom Operators
⌨️ (13:09) - Custom Operators Python Demo
⌨️ (20:26) - Testing our Custom Operator
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
In reply to this post by özgür
Addon User Interfaces [UI Layouts and UI Properties]

⌨️ (00:00) - Introduction
⌨️ (00:07) - Course Overview
⌨️ (00:47) - Different UI Layouts
⌨️ (02:48) - UI Properties  BPY.Props
⌨️ (03:42) - UI Demo
⌨️ (04:20) - String Property
⌨️ (05:05) - Integer Property
⌨️ (06:39) - Boolean Property
⌨️ (07:18) - Float Property
⌨️ (08:07) - Vector Properties
⌨️ (10:05) - Outro
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
In reply to this post by özgür
Addon UI Properties and Layouts

⌨️ (00:00) - Introduction
⌨️ (00:05) - Bpy.Props Module
⌨️ (00:50) - UI Layout Demo
⌨️ (02:03) - UI Layout Draw method
⌨️ (03:26) - UI Labels
⌨️ (04:48) - UI Rows
⌨️ (05:00) - Row item Arrangements
⌨️ (05:38) - Row item Alignment
⌨️ (05:49) - UI Props
⌨️ (07:16) - UI Columns
⌨️ (09:02) - Linking Operators
⌨️ (11:24) - Outro
Reply | Threaded
Open this post in threaded view
|

Python for Blender

özgür
Administrator
Complete Addon [Create UI for Operator]

⌨️ (00:00) - Introduction
⌨️ (00:08) - Overview
⌨️ (00:18) - Recall
⌨️ (00:51) - UI Panel Class
⌨️ (02:07) - UI Description
⌨️ (03:22) - UI Button - link operator
⌨️ (04:21) - Register Classes
⌨️ (04:37) - UnRegister Classes
⌨️ (05:01) - __name__ - main method functionality
⌨️ (05:53) - Save and Export Addon
⌨️ (06:37) - Add addon descriptions
⌨️ (09:09) - Importing and Testing Our addon
⌨️ (09:35) - Summary
⌨️ (09:51) - Outro
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
This post was updated on .
In reply to this post by özgür

00:00 - Intro
00:45 - Setup
03:25 - Modules
06:21 - Creating a Cube
07:41 - Accessing Objects
08:18 - Moving an Object
09:19 - Rotating an Object
12:57 - Adding Modifiers
16:55 - Smoothing a Mesh
20:18 - Creating Textures
22:57 - Creating Materials
31:54 - Python Templates
32:22 - Creating the Operator
38:26 - Creating Properties

How to Make Meshes with Python

00:00 - Intro
00:36 - Main Data Types
01:44 - Accessing Object Data
02:27 - Getting Vertices
02:56 - Getting Edges
05:02 - Get Vertex From Edge
05:46 - Vertex Counts For Faces
06:26 - Getting Faces
06:54 - Creating Vertices
07:27 - Creating Edges
09:58 - Skin Modifier Tip
10:59 - Creating Faces
11:26 - Building the Mesh (pydata)
14:23 - BMesh
14:40 - Final Thoughts
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
An Introduction to Scripting [Python - bpy]
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Scripting Cont. - Finishing the Object Adder Add-on [Python - bpy]
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Blender 2.8: How to create an Addon (The Shader Library) [bpy]
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
How to add a keyframe and Modifier with Blender Python (bpy)
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Create Custom Node Group - bpy
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Create a popup dialog box - bpy
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Creating the Text Tool Add-on- bpy
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Custom Drawing / Layout Improvements - bpy
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Updated Registration Method - bpy
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
5 Scripting Tips for Beginners
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Enumerator / Drop down Menu - bpy
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
Class Naming Convention - bpy
Reply | Threaded
Open this post in threaded view
|

Re: Python for Blender

özgür
Administrator
How to create and assign a Material Shader - bpy
12