Blender Python Scripting Tutorial - Building a cloud generator add-on script! (Beginners)

preview_player
Показать описание
In this tutorial I’ll be guiding you through building your very own cloud generator script using Python and Blender. It’s a bit lengthier than usual but with the objective to cover as much information as I can within this single tutorial. Also my apologies for the mic doing some of those weird noises lol. If you have any suggestions or questions feel free to comment down below or send me a message on Instagram. Thanks for watching!

Additional remarks:

When I say in my code += it’s the same as basically saying rotation = rotation + 3.14 in the case of the line in the script where I use it

For float values such as density and stuff make sure you add decimals even if it’s a whole number so just like 3.0 would be good practice.

VERY IMPORTANT: Make sure you check the list of errors I provided and look through them and check your code is fine and doesn’t have any of them

Cloud Addon Script Source Code Link -

Рекомендации по теме
Комментарии
Автор

AWesome tutorial, thank you for sharing

realfaker