Sine Wave Animation in Blender with Python Scripting

Опубликовано: 22 Октябрь 2024
на канале: Prospero Coder
1,859
37

Today we’ll see how to make a simple sine wave animation using Python. I’ll be using the 2.81 version of Blender.
In our animation we’re going to create a couple of objects that will move along sine waves. We will cover the following topics related to Python programming in Blender and we will see how to do the following in code:
• Text Editor
• bpy module
• math module (sin, pi)
• access objects
• set frames
• for loops
• set location
• insert keyframes

***************************************************************************

Do you also like written content? Then come join me on my BLOG at prosperocoder.com.

***************************************************************************

If you want to learn more, you can purchase one of my courses on Udemy:

1) Python Jumpstart Course:
https://www.udemy.com/course/python-j...

2) Python in Science - Introduction to numpy:
https://www.udemy.com/course/python-i...

3) Blender Jumpstart Course:
https://www.udemy.com/course/blender-...

4) Math - As Easy As It Gets: The Basics of Algebra:
https://www.udemy.com/course/math-as-...

***************************************************************************

I made the Video Intro Animation in Blender. I was inspired by this video:
   • Blender Intro - Text Animation Wire L...  
from the blenderBinge channel, one of the best Blender channels out there.