Due to an annoying change in the way the search function works in Blender post-2.9, all operators now need to be attached to a menu somewhere in the interface to be visible in the search bar. You can change this however, if you go into Edit - Preferences, then in the Interface section tick 'Developer Extras'. The operator should be discoverable in the search function again.
To your knowledge, is there any reason why this wouldn't work in Blender 2.92.0? I can find and call the class in the search but the properties are not showing up. Any thoughts?
I'm a programmer who is dabbling in 3d and the idea of writing scripts is so much more appealing to me than pushing and pulling blocks all over the place manually. Thanks for this!
There are also other interesting projects for you to check for drawing/modeling with code as you may be interested in them as well: OpenSCAD, LibFive and Processing.
Yes! I spent a week learning general Python-stuff because I couldn't find good Blender scripting tutorials... -> Really hungry for the Blender Specifics now and this really hit the spot! More Please :)
This (and Intro To Coding) are the first videos I've ever seen that made me feel like I could actually wrap my head around this stuff- thank you SO much! I've watched so many of these and it all makes sense, then suddenly it feels like this person jumped ahead like 3 steps and I get lost. That said- probably a bad omen, but I'm stuck on the very first step?? I type "import" in the text editor and the syntax highlights it red. I've watched the first bit of this video 3 times and I legitimately don't know what I could have messed up? Do I need to have installed certain modules prior or something? If anyone has any thoughts, I would love to hear them!
Same here. I try to learn it but dayum lost ! It seems so complex for my artisitc mind. I just opened a python code file and dayum Do these devs type those thousands of lines all by hand !!, lol. I wish someone makes Blender specific Python coding video in baby steps and explains it non technically. Hah! Just a fairy dream maybe!
The way you are able to identify smaller details and relay the information to your viewers is incredible. You even went into the minor stuff that someone new to python programming needed to know, not just blender related details. You have my respect!
This was a great introduction for me. It was very clear with simple examples that I could understand. You zoomed into areas of interest so that I could actually read your screen. And you tied it all together so that I could install it for future use. Very professionally done. Thank you!
dude this is really amazing, thanks a lot. coming with a python background it's been a bliss to understand what you're explaining, and also you're giving the intro to coding to people who are not familiarised with logic yet. thanks for making this content
Thanks for making this. I've been putting off learning Blender's API because there were no good tutorials before this one. I always struggle to learn from documentation. This is way better
BRILLIANT! You packed so many things in this tutorial with such clarity... By far the best introductory tutorial on this topic I have seen so far. Thanks
One of the best tutorials I have ever watched, code can be so dry to learn but somehow your clarity and superb teaching style makes it interesting, you would make a brilliant teacher, which of course you are here, new sub for sure thanks pal
I watched scripting for series artists, but it requires a good understanding of phyton, and a pre-existing minde set for coding, your tutorial explains the code, more from the perspective of a more visual person, which helped me a lot to understand bpy better. It's just like in the video on the blendernest with visually learned math, for me that's how I learn the fastest. I hope for a video series of this type :)
Actually, the Scripting for Artists on UA-cam is its episode/Video 7 or 6 onward. The earlier videos are on Blender cloud ( Along with the whole course ). In the earlier videos, a really easy intro to Python is done.
as someone that understands the python side but not the blender side, I have to say this is the best API Tutorial I have ever seen not just blender but like of any API. fantastic job!
I wish I could give this video multiple likes! It's so informative, clear, and moves through content at the perfect pace. Exciting stuff. Thank you for creating this and sharing your knowledge!
Wow, this tutorial is of amazing quality, out of this world. I've seen quite some tutorials for coding in Blender, and this video made me understand much more. Usually I find Curtis video way to fast, but this was perfect.
Very helpful introduction to python in Blender. This presentation was a tipping point to me. From now on I will see and use Blender on very new and expandable ways. Thank you Curtis!
I followed along typing it out, screwing around with what the code could do. Left with a greater understanding. Thank you so much for making this and explaining each step and why it works!
I had been searching for a better tutorial on this topic and this is the best I can say. Please make more videos on this topic explaining deeper. Thanks a lot❤️
Thank you so much for this tutorial! It's super clear and easy to understand, especially for a Py dev. I highly recommend, as Curtis said, to dive a little bit into Python basics, at least data types, functions and basic oop to have a wayy better time following the explanation.
This is a very good demonstration as it doesn't assume anything and goes through the steps in real time, unlike others that edit out and cut and paste snippetssnippets this shows the whole process as it is typed. I find this way far easier to follow and I am not second guessing where the code came from. All in all one of the best coding videos for Blender, including ones I have bought. Curtis is a natural teacher and this video show that clearly. Thanks Curtis!
Great tutorial. Good pacing and solid explanation of each element. I like your approach of actually understanding each element, instead of just learning how to use it. Thanks!
Thank you for the wonderful tutorial! Could you also explain the different bpy parts: data, context, ops and so on and what they mean and how and when to use them?
Sure - when I do more Python content I can go into them in more detail, but it's definitely worth having a read through the wiki because there's lots of good examples over there as well 😃 bpy - data: docs.blender.org/api/current/bpy.data.html bpy - context: docs.blender.org/api/current/bpy.context.html bpy - ops: docs.blender.org/api/current/bpy.ops.html
Man thanks a lot for the video! You got my subscription and like! I love how dense the video is, by saying that I mean how much useful information it has and no "water" whatsoever!
Great course! Thank you so much for making this. I had a problem that the addon did not show up in the F3 menu.. Even not when I restarted Blender. It was very frustrating. But now it is the next day, and it does show up in the F3 search menu. Hooray! So I am on Ubuntu 20.04 with Blender 2.90.0. If anyone else has the same problem, it might work to restart your computer. Of course I am very glad to hear other possible reasons to make this work directly. EDIT2: I notice that I got Blender 2.90.1 because I updated my software. Now it works like a charm. So I am pretty sure it was fixed. So make sure you don't have 2.90.0 if you want to use add-ons like this.
@@Portmsecurity damn. Did you try again the next day? I still don't understand the issue. I thought about file indexing that does not happen right away, but once a day, or after a new system start up. But it is another random guess..
Hey there, did you guys figured it out? I pretty much finished the video but I couldn't get the operator to appear on the f3 search menu. I even downloaded the blend file from Curtis to see it would work on my version of blender (2.90.1 too) and the operator doesn't show up in the f3 search menu either from his file. Not sure if you guys solved it
What was the add-on? I'm an experienced Python programmer, and an inexperienced 3D artist. I'm sort of coming at this from the other side of things and I'm very curious what sorts of things people might find valuable.
@@fakecubed I did end up writing some stuff for personal use but never really finished it. I think at that time I wanted to write an addon that would bake with transparency support in cycles by baking using the usual manual process of baking twice, once with a emission material as the alpha then combining the images. Another time I tried to write an addon that would create autosave backup texures from texture paint based on a few criteria, similar to the blender file autosave. In the end I got too confused with the context stuff and never finished either one of these.
Really, really nice explanation. The only thing is that Euler is pronounced "oiler". Everyone gets that wrong at first but the dude absolutely rocked so he's worth the tricky name.
When I hit F3 to search for my script, it does not show up in the search results. I can run the script from the Text Editor, I just cannot find it when searching for the file in the 3D viewport. :(
He added this comment to the top "if you go into Edit - Preferences, then in the Interface section tick 'Developer Extras'. The operator should be discoverable in the search function again." My problem is that the pop-up Noise Scale adjustments are showing up after I click on the searched My Operator item. Let me know if you get yours working. I'm not sure if it is me or a change in Blender. Running 3.3 here.
NB - at 29:52 there is no Toggle System Console for mac users - - - have to launch a blender alias from a terminal to debug this way. PS Thank you for all the videos Curtis!
Anyone else having problems getting the "My Operator" pop-up Add-On to appear in the viewport? Not sure if it is me or if Blender changed something that messes it up now. I can see it in the F3 search function, but when I run the script and click "My Operator" in search no pop-up shows up.
Due to an annoying change in the way the search function works in Blender post-2.9, all operators now need to be attached to a menu somewhere in the interface to be visible in the search bar.
You can change this however, if you go into Edit - Preferences, then in the Interface section tick 'Developer Extras'. The operator should be discoverable in the search function again.
I got stuck on this a while back, and couldn't figure it out, thank you for this!
You should edit this into the video.
@@sythys_ There is no option to edit once uploaded video to UA-cam.
To your knowledge, is there any reason why this wouldn't work in Blender 2.92.0? I can find and call the class in the search but the properties are not showing up. Any thoughts?
@@Fafmagic I have followed along on 2.92 and as long as I run it from the search (and not from the script) the properties box is showing up.
I'm a programmer who is dabbling in 3d and the idea of writing scripts is so much more appealing to me than pushing and pulling blocks all over the place manually. Thanks for this!
There are also other interesting projects for you to check for drawing/modeling with code as you may be interested in them as well: OpenSCAD, LibFive and Processing.
@@astroid-ws4py Thank you.
There is also a DSL for raytraced geometry images and animation called POVray.. its ancient but can be a lot of fun.
there aren't that many videos on this topic and this the best I've seen yet. Please dig deeper into this!
Yes! I spent a week learning general Python-stuff because I couldn't find good Blender scripting tutorials... -> Really hungry for the Blender Specifics now and this really hit the spot! More Please :)
Just in case the official Blender Cloud has a course on this topic and some videos are free in youtube. ua-cam.com/video/hfYgCwC_4iE/v-deo.html
I'm a programmer.
Best video for both non-programmers and programmers.
Very clean and crisp.
This (and Intro To Coding) are the first videos I've ever seen that made me feel like I could actually wrap my head around this stuff- thank you SO much! I've watched so many of these and it all makes sense, then suddenly it feels like this person jumped ahead like 3 steps and I get lost.
That said- probably a bad omen, but I'm stuck on the very first step?? I type "import" in the text editor and the syntax highlights it red. I've watched the first bit of this video 3 times and I legitimately don't know what I could have messed up? Do I need to have installed certain modules prior or something?
If anyone has any thoughts, I would love to hear them!
hey man
Same here. I try to learn it but dayum lost ! It seems so complex for my artisitc mind. I just opened a python code file and dayum Do these devs type those thousands of lines all by hand !!, lol. I wish someone makes Blender specific Python coding video in baby steps and explains it non technically. Hah! Just a fairy dream maybe!
Red should be fine, you should still be able to use the class.
yo what it's the legend himself!
I was lead here by your Patreon! appreciate it!
The way you are able to identify smaller details and relay the information to your viewers is incredible. You even went into the minor stuff that someone new to python programming needed to know, not just blender related details. You have my respect!
I read your warning 'This video contains code' and still went ahead
Adri Mathlener I also like to live dangerously
This was a great introduction for me. It was very clear with simple examples that I could understand. You zoomed into areas of interest so that I could actually read your screen. And you tied it all together so that I could install it for future use. Very professionally done. Thank you!
This is one of the best Python for Blender tutorials on the web. Please make more intermediate to advanced tutorials like that. Thank you.
dude this is really amazing, thanks a lot. coming with a python background it's been a bliss to understand what you're explaining, and also you're giving the intro to coding to people who are not familiarised with logic yet. thanks for making this content
Finally a coding tutorial. Always wanted to learn to code thans Curtis. I'll defently follow along with it. :D
Thanks for making this. I've been putting off learning Blender's API because there were no good tutorials before this one. I always struggle to learn from documentation. This is way better
Explained in a way that people with no python background can understand. Great work.
BRILLIANT!
You packed so many things in this tutorial with such clarity...
By far the best introductory tutorial on this topic I have seen so far.
Thanks
One of the best tutorials I have ever watched, code can be so dry to learn but somehow your clarity and superb teaching style makes it interesting, you would make a brilliant teacher, which of course you are here, new sub for sure thanks pal
I watched scripting for series artists, but it requires a good understanding of phyton, and a pre-existing minde set for coding, your tutorial explains the code, more from the perspective of a more visual person, which helped me a lot to understand bpy better.
It's just like in the video on the blendernest with visually learned math, for me that's how I learn the fastest. I hope for a video series of this type :)
right, this is so basic....
what blendernest visually learned math video?
ua-cam.com/video/kJ7qVeUbJ-w/v-deo.html it's more of a discussion
Actually, the Scripting for Artists on UA-cam is its episode/Video 7 or 6 onward. The earlier videos are on Blender cloud ( Along with the whole course ). In the earlier videos, a really easy intro to Python is done.
as someone that understands the python side but not the blender side, I have to say this is the best API Tutorial I have ever seen not just blender but like of any API. fantastic job!
I have to just reiterate what other have said already: this is a well described and comprehensive tutorial.
Great work! Thank you.
I wish I could give this video multiple likes! It's so informative, clear, and moves through content at the perfect pace. Exciting stuff. Thank you for creating this and sharing your knowledge!
Superb tutorial. Beautifully and comprehensively explained and demonstrated. You must be up for tutor of the decade. Thank you.
Wow, this tutorial is of amazing quality, out of this world. I've seen quite some tutorials for coding in Blender, and this video made me understand much more. Usually I find Curtis video way to fast, but this was perfect.
Lord give me strength so i can finish this tutorial and remember it all forever
Me, a day after a Codacademy 5 hour tkinter crash course on 1,5 playback speed: "Lovely 45 minutes"
Very helpful introduction to python in Blender. This presentation was a tipping point to me. From now on I will see and use Blender on very new and expandable ways. Thank you Curtis!
im a software developer and wow awesome, this gives alot of insight and is an eye opener with what is possible in blender.
I followed along typing it out, screwing around with what the code could do. Left with a greater understanding. Thank you so much for making this and explaining each step and why it works!
For me as an advanced python programmer, the content and speed is really nice.
I had been searching for a better tutorial on this topic and this is the best I can say. Please make more videos on this topic explaining deeper. Thanks a lot❤️
This video was so helpful in understanding scripting in a simple fashion. You did a great job with the descriptions of the complex parts of the code!
You sir deserves a medal of honor from the blender community
Magnificent, Curtis! The Intro and the complete video cleared up a lot of questions I had about coding. Thanks!
This tutorial explained everything other leave out, easy to follow and a lot of great information on Blender Python scripts.
Fantastic tutorial, pace is perfect, just what I needed. Thank you!
This tutorial is absolutely amazing for beginners.🎉🎉🎉
Thank you so much for this video...
❤❤❤
Exactly what I wanted, thank you
Thank you so much for this! I've been meaning to learn Python for years
if you want to try to understand blender python. www.amazon.com/Learning-Blender-Python-Beginners-Understanding-ebook/dp/B07SL5VDCJ
Absolutely excellent introduction, Curtis!!
Thank you so much for this tutorial! It's super clear and easy to understand, especially for a Py dev.
I highly recommend, as Curtis said, to dive a little bit into Python basics, at least data types, functions and basic oop to have a wayy better time following the explanation.
I'm quite new to blender but full time coder, this is the best video for scripting with blender. Helped me greatly, thanks !
That's really great to hear!
Thanks for the theme you really dialed in the dark color of the floor ...awesome... been trying to figure that one out
This is a very good demonstration as it doesn't assume anything and goes through the steps in real time, unlike others that edit out and cut and paste snippetssnippets this shows the whole process as it is typed. I find this way far easier to follow and I am not second guessing where the code came from.
All in all one of the best coding videos for Blender, including ones I have bought.
Curtis is a natural teacher and this video show that clearly. Thanks Curtis!
Great tutorial. Good pacing and solid explanation of each element. I like your approach of actually understanding each element, instead of just learning how to use it. Thanks!
Great tutorial to start programming Python in Blender! Thank you!
Perfect timing! I am currently going through a python course, but still didn't really know how to apply it in blender. Now this video popped up
if you want to try to understand blender python. www.amazon.com/Learning-Blender-Python-Beginners-Understanding-ebook/dp/B07SL5VDCJ
Thank you for the wonderful tutorial!
Could you also explain the different bpy parts: data, context, ops and so on and what they mean and how and when to use them?
Sure - when I do more Python content I can go into them in more detail, but it's definitely worth having a read through the wiki because there's lots of good examples over there as well 😃
bpy - data:
docs.blender.org/api/current/bpy.data.html
bpy - context:
docs.blender.org/api/current/bpy.context.html
bpy - ops:
docs.blender.org/api/current/bpy.ops.html
"Def execute self. Return FINISHED", this code is metal as fuck. Curtis mathcore album title leaked?
CURTIS.........AWESOME JOB! This subject about Python in Blender is so NEGLECTED!
I had been searching for this for a long time and finally got it. Thank you so much for preparing such a workshop video 🙏👏👏👏
clear, to the point and well explained! Keep up the excellent work! very informative
Genuinely amazing and underrated tutorial, I've learnt so much!
Man thanks a lot for the video! You got my subscription and like! I love how dense the video is, by saying that I mean how much useful information it has and no "water" whatsoever!
Great course! Thank you so much for making this.
I had a problem that the addon did not show up in the F3 menu.. Even not when I restarted Blender. It was very frustrating. But now it is the next day, and it does show up in the F3 search menu. Hooray! So I am on Ubuntu 20.04 with Blender 2.90.0. If anyone else has the same problem, it might work to restart your computer. Of course I am very glad to hear other possible reasons to make this work directly.
EDIT2: I notice that I got Blender 2.90.1 because I updated my software. Now it works like a charm. So I am pretty sure it was fixed. So make sure you don't have 2.90.0 if you want to use add-ons like this.
Well, my Blender is 2.90.1 and the problem is still there.
@@Portmsecurity damn. Did you try again the next day? I still don't understand the issue. I thought about file indexing that does not happen right away, but once a day, or after a new system start up. But it is another random guess..
@@HeadInstead Yes, I've tried it many times. I think most of the guys here have the same problem, but not everyone gone so far like us ).
Hey there, did you guys figured it out? I pretty much finished the video but I couldn't get the operator to appear on the f3 search menu.
I even downloaded the blend file from Curtis to see it would work on my version of blender (2.90.1 too) and the operator doesn't show up in the f3 search menu either from his file.
Not sure if you guys solved it
@@clanker8021 Sorry, have nothing to say. Still waiting someone who will solve it, while learning Python :)
36:23 Even if it's not important I like the fact that you explain a line like that one
i have no idea why, but hearing your voice just makes feel soothed.
Thank you for this great introduction! Easy to follow, clear and well paced. I really appreciated it.
Glad it was helpful!
Fantastic going to Dig in to the video when i'l get to home , keep it up :)
This is GOLD! Thanks for this video mate
44:34 ah yes, the classic *blender tutorial making* experience
Are you the one who made the wndmill thing ?
@@jegadeesankarthikeyan7517 Yeah :P
@@jegadeesankarthikeyan7517 no he's the one that made the water turbine thing
Excellent video, and excellent timing as I've been just been thinking of writing a simple addon the other day!
What was the add-on? I'm an experienced Python programmer, and an inexperienced 3D artist. I'm sort of coming at this from the other side of things and I'm very curious what sorts of things people might find valuable.
@@fakecubed I did end up writing some stuff for personal use but never really finished it.
I think at that time I wanted to write an addon that would bake with transparency support in cycles by baking using the usual manual process of baking twice, once with a emission material as the alpha then combining the images.
Another time I tried to write an addon that would create autosave backup texures from texture paint based on a few criteria, similar to the blender file autosave.
In the end I got too confused with the context stuff and never finished either one of these.
Brilliant! thanks Curtis!
Really, really nice explanation.
The only thing is that Euler is pronounced "oiler". Everyone gets that wrong at first but the dude absolutely rocked so he's worth the tricky name.
This is pure DIAMOND!!
THANK YOU SIR
Unbelievable. Good and fast tutorial.
Now THIS is how you teach Python to dummies! Thank you Curtis!
This was absolutely fantastic!! I need more.....
Excellent primer. Thanks Curtis.
I'm much more of an artist than a coder, but you made this super simple. Thanks so much!
very clear and structured tutorial! thank you!
Check! This one is pure gold thanks! Start right now on my add-on!
I wish you would of had this when I started trying to figure BPY
When I hit F3 to search for my script, it does not show up in the search results. I can run the script from the Text Editor, I just cannot find it when searching for the file in the 3D viewport. :(
He added this comment to the top "if you go into Edit - Preferences, then in the Interface section tick 'Developer Extras'. The operator should be discoverable in the search function again."
My problem is that the pop-up Noise Scale adjustments are showing up after I click on the searched My Operator item. Let me know if you get yours working. I'm not sure if it is me or a change in Blender. Running 3.3 here.
This was one of the BEST tutorials on Blender for python, I think Blender notebook for jupyter addon would be added advantage as well
oh yes thank you!
you are amazing! perfect teacher! thank you!
I have to admit, I had no interest in coding but after watching this tutorial, my interest has been generated is ignited.
if you want to try to understand blender python. www.amazon.com/Learning-Blender-Python-Beginners-Understanding-ebook/dp/B07SL5VDCJ
Thanks Curtis, really usefull tutorial !
I use python in Blender to build personal addons. So This'll be interesting
Great video Curtis, thanks for sharing!
Amazing tutorial/Crash course, thanks so much!!!
FRAME 14:45 adding modifier in 2.9 auto updates 3d view now
That was a fantastically well-done video!
Thank Curtis! Very cool!
NB - at 29:52 there is no Toggle System Console for mac users - - - have to launch a blender alias from a terminal to debug this way. PS Thank you for all the videos Curtis!
So cool! Thanks for making this!
Wow😵
Thanks for such a beautiful tutorial
Absolutely wonderful tutorial! Thank you brotha
Probably the best tutorial on UA-cam...:)
really good. thanks
dammit. I have absolutely no excuse now to avoid this, you've laid it all out so perfectly. Let's do this! **puts on nintendo power glove**
This was a great intro. Thank you!
Hey, thanks so much for your content, it’s so helpful and inspiring.
How to assign IMAGE TEXTURE to Displace modifier using this metod???
HELP !!! HELP !!! HELP !!!
we need more tutorials like this
thanks for the vid
Terrific ! Thank you for such a clear totally working tutorial !!
You will definitely become the top 1 who makes cracks
Anyone else having problems getting the "My Operator" pop-up Add-On to appear in the viewport? Not sure if it is me or if Blender changed something that messes it up now. I can see it in the F3 search function, but when I run the script and click "My Operator" in search no pop-up shows up.
You are an excellent instructor. I will stick with you.
excellent tutorial, super clear!
A good pro crash course, tks !!
Always wanted to know how you make those generative add-ons. Thank you so much for such an amazing video.
such a great video. Thanks for uploading this.