Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Python Scripting in Blender

You're reading from  Python Scripting in Blender

Product type Book
Published in Jun 2023
Publisher Packt
ISBN-13 9781803234229
Pages 360 pages
Edition 1st Edition
Languages
Author (1):
Paolo Acampora Paolo Acampora
Profile icon Paolo Acampora

Table of Contents (19) Chapters

Preface 1. Part 1: Introduction to Python
2. Chapter 1: Python’s Integration with Blender 3. Chapter 2: Python Entities and API 4. Chapter 3: Creating Your Add-Ons 5. Chapter 4: Exploring Object Transformations 6. Chapter 5: Designing Graphical Interfaces 7. Part 2: Interactive Tools and Animation
8. Chapter 6: Structuring Our Code and Add-Ons 9. Chapter 7: The Animation System 10. Chapter 8: Animation Modifiers 11. Chapter 9: Animation Drivers 12. Chapter 10: Advanced and Modal Operators 13. Part 3: Delivering Output
14. Chapter 11: Object Modifiers 15. Chapter 12: Rendering and Shaders 16. Index 17. Other Books You May Enjoy Appendix

Writing the Shaker add-on

The Shaker add-on creates a shaky effect on the active object by adding noise modifiers to its animation curves.

There are cases when we want to add some shaking to a motion. For instance, directors often use a camera shake to suggest an object being bumped or hit. Another use case is the bumpy motion of a vehicle, or hairs and feathers in a windy environment. The Python script we are going to write will contain an operator and a menu function for quick execution.

Setting up the environment

We first create a Python script for our add-on:

  1. Create the PythonScriptingBlender/ch8/addons folder. We can use the file manager or the File tab of our code editor, such as VS Code.
  2. Create a new file in that folder and name it object_shaker.py. We can use the file manager or the New File button of our code editor.
  3. Open the file in your editor of choice.
  4. Set the Scripts path to PythonScriptingBlender/ch8 in the Blender File Paths preferences...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}