HomeTerryFriendsPhotosLegoBlenderHobbies

MY BLENDER TUTORIAL SUPPORT

Vidoes for my tutorials will be posted on YouTube. But often I need to make the Blender files or scripts available also. That is done here. Below each tutorial which has support files is listed.



BEGINNING_BLENDER_PYTHON:

Watch the YouTube overview

The Python (.py) file, has all of the code and can be run in the .blend file. This heavily commented code should help beginners to learn the basics of everything they need to get started to program Blender projects using Python. It covers many aspects of Python controlled operations, including:

  • Basic Python setup for Blender use
  • Getting references to existing objects
  • Selecting, deselecting, and making objects active
  • Basic object tasks, such as: transforming, renaming, parenting, joining, adding mateerials, and changing origin.
  • Adding modifiers or constraints to objects
  • Moving and resetting the 3D cursor
  • Creating new objects; cube, cone, empty, and text
  • Using data or BMesh to modify a simple mesh
  • Create an object from raw data
  • Use loops to construct complex models
  • Keyframes and animation setup
  • And includes 18 useful functions


Support files include:
Beginning_Blender_Python.zip which contains the following files:
Beginning_Blender_Python.blend

The .blend file, which has the objects, collections, materials, and setup for the Python code to operate correctly.

Beginning_Blender_Python.py

The .py file, which has the Python code to run in the .blend file.

Beginning_Blender_Python.txt

This file contains any updates or known issues.


Download ZIP





Page last updated: February 23 2024 12:18:24.
Page visited: 332

NOTE:
This website is designed for HTML5 capable browsers. Using pre-HTML5 browsers (such as Internet Explorer v11 or earlier) will limit the functionality of this website or render some features less usable.