In this learn python for beginners video, we will be taking a look at not only creating a List but also how we can append and remove items from the List. We will also give the user the option to add to the List.
Looking to learn Python for beginners? You are in the right place. Be sure to check out the Scripting Playlist!.
If you want to follow along you can download the Starting Template or the Finished Result, you can find the links in our blog here: https://darkfallblender.blogspot.com/2020/11/blender-python-tutorial-lists-create.html
Creating a List is simple. We just need a reference name for the List and then we can either enter some items by default or append Items when needed.
In the Example, we will not only add a number of new Items to our List but also let the user add an Item using a String Property.
I hope you find this video helpful and as always, thanks for watching!
#b3d #python #bpy #darkfall #learnpython
Blender 2.90 scripting python Tutorial, learn python