Python Crash Course for Blender!

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 386

  • @CurtisHolt
    @CurtisHolt  4 роки тому +137

    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.

    • @RETRACFPS
      @RETRACFPS 4 роки тому +4

      I got stuck on this a while back, and couldn't figure it out, thank you for this!

    • @sythys_
      @sythys_ 4 роки тому +2

      You should edit this into the video.

    • @badzigenhalsensis
      @badzigenhalsensis 3 роки тому +8

      @@sythys_ There is no option to edit once uploaded video to UA-cam.

    • @Fafmagic
      @Fafmagic 3 роки тому +2

      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?

    • @CrazyMurdock77
      @CrazyMurdock77 3 роки тому +1

      @@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.

  • @BlueyMcPhluey
    @BlueyMcPhluey 3 роки тому +68

    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!

    • @astroid-ws4py
      @astroid-ws4py 2 роки тому +7

      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.

    • @jakebailey6285
      @jakebailey6285 2 роки тому

      @@astroid-ws4py Thank you.

    • @neoncyber2001
      @neoncyber2001 Рік тому +1

      There is also a DSL for raytraced geometry images and animation called POVray.. its ancient but can be a lot of fun.

  • @s90210h
    @s90210h 4 роки тому +129

    there aren't that many videos on this topic and this the best I've seen yet. Please dig deeper into this!

    • @alexunderstands
      @alexunderstands 4 роки тому +4

      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 :)

    • @LeslieSolorzanov
      @LeslieSolorzanov 4 роки тому

      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

  • @MahendranDhandapani
    @MahendranDhandapani 3 роки тому +11

    I'm a programmer.
    Best video for both non-programmers and programmers.
    Very clean and crisp.

  • @IanHubert2
    @IanHubert2 3 роки тому +186

    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!

    • @captainmemez3219
      @captainmemez3219 3 роки тому +2

      hey man

    • @A.Shek_
      @A.Shek_ 3 роки тому +2

      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!

    • @Aleczanderm
      @Aleczanderm 3 роки тому +3

      Red should be fine, you should still be able to use the class.

    • @dhaloh
      @dhaloh 3 роки тому +5

      yo what it's the legend himself!

    • @NickTriccc
      @NickTriccc 3 роки тому +2

      I was lead here by your Patreon! appreciate it!

  • @ShamsAzeem
    @ShamsAzeem 2 роки тому +4

    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!

  • @adrimathlener8008
    @adrimathlener8008 4 роки тому +70

    I read your warning 'This video contains code' and still went ahead

    • @JousefM
      @JousefM 4 роки тому +8

      Adri Mathlener I also like to live dangerously

  • @RealGaryGibson
    @RealGaryGibson 3 роки тому +7

    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!

  • @adamaleksander5226
    @adamaleksander5226 4 роки тому +6

    This is one of the best Python for Blender tutorials on the web. Please make more intermediate to advanced tutorials like that. Thank you.

  • @RobertoHenriquezPerozo
    @RobertoHenriquezPerozo 3 роки тому +4

    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

  • @CreativeSteve69
    @CreativeSteve69 4 роки тому +43

    Finally a coding tutorial. Always wanted to learn to code thans Curtis. I'll defently follow along with it. :D

  • @MicMan2710
    @MicMan2710 2 роки тому +5

    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

  • @vivekpetrolhead
    @vivekpetrolhead 3 роки тому +5

    Explained in a way that people with no python background can understand. Great work.

  • @fabriziolorito
    @fabriziolorito 2 роки тому +3

    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

  • @criddycriddy
    @criddycriddy 4 роки тому +6

    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

  • @iulianlus2947
    @iulianlus2947 4 роки тому +48

    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 :)

    • @piotrr5439
      @piotrr5439 4 роки тому +1

      right, this is so basic....

    • @myztazynizta
      @myztazynizta 4 роки тому

      what blendernest visually learned math video?

    • @iulianlus2947
      @iulianlus2947 4 роки тому

      ua-cam.com/video/kJ7qVeUbJ-w/v-deo.html it's more of a discussion

    • @SmellyNutz
      @SmellyNutz 4 роки тому +1

      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.

    • @Amipotsophspond
      @Amipotsophspond 4 роки тому +3

      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!

  • @alabrrmrbmmr
    @alabrrmrbmmr 3 роки тому +4

    I have to just reiterate what other have said already: this is a well described and comprehensive tutorial.
    Great work! Thank you.

  • @ShirazHazrat
    @ShirazHazrat 2 роки тому +7

    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!

  • @EdwinDevey
    @EdwinDevey 3 роки тому +4

    Superb tutorial. Beautifully and comprehensively explained and demonstrated. You must be up for tutor of the decade. Thank you.

  • @Newmediasupply
    @Newmediasupply 4 роки тому +5

    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.

  • @unstableanimates8070
    @unstableanimates8070 4 роки тому +23

    Lord give me strength so i can finish this tutorial and remember it all forever

    • @TheStarMineLP
      @TheStarMineLP 3 роки тому +1

      Me, a day after a Codacademy 5 hour tkinter crash course on 1,5 playback speed: "Lovely 45 minutes"

  • @lyricus1045
    @lyricus1045 4 роки тому +7

    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!

  • @HarryMcKenzieTV
    @HarryMcKenzieTV 2 роки тому

    im a software developer and wow awesome, this gives alot of insight and is an eye opener with what is possible in blender.

  • @peterlantz7966
    @peterlantz7966 3 роки тому +2

    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!

  • @sc0820
    @sc0820 3 роки тому +32

    For me as an advanced python programmer, the content and speed is really nice.

  • @rishwanthmyanapuri1301
    @rishwanthmyanapuri1301 4 роки тому +4

    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❤️

  • @worldkeyvideo9080
    @worldkeyvideo9080 2 роки тому +2

    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!

  • @roygatz
    @roygatz 3 роки тому +2

    You sir deserves a medal of honor from the blender community

  • @activemotionpictures
    @activemotionpictures 4 роки тому +2

    Magnificent, Curtis! The Intro and the complete video cleared up a lot of questions I had about coding. Thanks!

  • @rfpcs1
    @rfpcs1 4 роки тому +8

    This tutorial explained everything other leave out, easy to follow and a lot of great information on Blender Python scripts.

  • @marcazazgour6344
    @marcazazgour6344 2 роки тому +2

    Fantastic tutorial, pace is perfect, just what I needed. Thank you!

  • @sonu-jangir
    @sonu-jangir Рік тому

    This tutorial is absolutely amazing for beginners.🎉🎉🎉
    Thank you so much for this video...
    ❤❤❤

  • @discreet_boson
    @discreet_boson 4 роки тому +14

    Exactly what I wanted, thank you

  • @Erindale
    @Erindale 4 роки тому +5

    Thank you so much for this! I've been meaning to learn Python for years

    • @arthatamayusuf8848
      @arthatamayusuf8848 4 роки тому

      if you want to try to understand blender python. www.amazon.com/Learning-Blender-Python-Beginners-Understanding-ebook/dp/B07SL5VDCJ

  • @mixchief
    @mixchief 3 роки тому +2

    Absolutely excellent introduction, Curtis!!

  • @m.agatha170
    @m.agatha170 3 роки тому +2

    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.

  • @gorudonu
    @gorudonu 4 роки тому +2

    I'm quite new to blender but full time coder, this is the best video for scripting with blender. Helped me greatly, thanks !

    • @CurtisHolt
      @CurtisHolt  4 роки тому

      That's really great to hear!

  • @toapyandfriends
    @toapyandfriends 2 роки тому

    Thanks for the theme you really dialed in the dark color of the floor ...awesome... been trying to figure that one out

  • @MarkBTomlinson
    @MarkBTomlinson 3 роки тому

    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!

  • @danielernst6816
    @danielernst6816 4 роки тому +2

    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!

  • @moonstonewarlock
    @moonstonewarlock 3 роки тому +1

    Great tutorial to start programming Python in Blender! Thank you!

  • @melvin3509
    @melvin3509 4 роки тому +2

    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

    • @arthatamayusuf8848
      @arthatamayusuf8848 4 роки тому

      if you want to try to understand blender python. www.amazon.com/Learning-Blender-Python-Beginners-Understanding-ebook/dp/B07SL5VDCJ

  • @abhijanwasti7991
    @abhijanwasti7991 4 роки тому +21

    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?

    • @CurtisHolt
      @CurtisHolt  4 роки тому +15

      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

  • @ScrawnyMcMassive
    @ScrawnyMcMassive 4 роки тому +10

    "Def execute self. Return FINISHED", this code is metal as fuck. Curtis mathcore album title leaked?

  • @SD_simma
    @SD_simma 2 роки тому

    CURTIS.........AWESOME JOB! This subject about Python in Blender is so NEGLECTED!

  • @osmaner4609
    @osmaner4609 4 роки тому +2

    I had been searching for this for a long time and finally got it. Thank you so much for preparing such a workshop video 🙏👏👏👏

  • @speedzification
    @speedzification 4 роки тому +2

    clear, to the point and well explained! Keep up the excellent work! very informative

  • @ComixProductions
    @ComixProductions 2 роки тому +1

    Genuinely amazing and underrated tutorial, I've learnt so much!

  • @Omgtired
    @Omgtired 3 роки тому

    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!

  • @HeadInstead
    @HeadInstead 4 роки тому +4

    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
      @Portmsecurity 4 роки тому +1

      Well, my Blender is 2.90.1 and the problem is still there.

    • @HeadInstead
      @HeadInstead 4 роки тому

      @@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..

    • @Portmsecurity
      @Portmsecurity 4 роки тому +1

      @@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 ).

    • @clanker8021
      @clanker8021 4 роки тому

      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

    • @Portmsecurity
      @Portmsecurity 4 роки тому

      @@clanker8021 Sorry, have nothing to say. Still waiting someone who will solve it, while learning Python :)

  • @xdanic3
    @xdanic3 3 роки тому +1

    36:23 Even if it's not important I like the fact that you explain a line like that one

  • @Retrofresh
    @Retrofresh 2 роки тому

    i have no idea why, but hearing your voice just makes feel soothed.

  • @sannasedna8320
    @sannasedna8320 4 роки тому +2

    Thank you for this great introduction! Easy to follow, clear and well paced. I really appreciated it.

  • @wexoriann
    @wexoriann 4 роки тому +2

    Fantastic going to Dig in to the video when i'l get to home , keep it up :)

  • @marcoarena9066
    @marcoarena9066 4 роки тому +1

    This is GOLD! Thanks for this video mate

  • @RenderRides
    @RenderRides 4 роки тому +8

    44:34 ah yes, the classic *blender tutorial making* experience

    • @jegadeesankarthikeyan7517
      @jegadeesankarthikeyan7517 4 роки тому

      Are you the one who made the wndmill thing ?

    • @RenderRides
      @RenderRides 4 роки тому

      @@jegadeesankarthikeyan7517 Yeah :P

    • @JacobKinsley
      @JacobKinsley 4 роки тому

      @@jegadeesankarthikeyan7517 no he's the one that made the water turbine thing

  • @notpumkin
    @notpumkin 4 роки тому +3

    Excellent video, and excellent timing as I've been just been thinking of writing a simple addon the other day!

    • @fakecubed
      @fakecubed 4 роки тому +1

      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.

    • @notpumkin
      @notpumkin 4 роки тому

      @@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.

  • @aikidoshi007
    @aikidoshi007 3 роки тому +1

    Brilliant! thanks Curtis!

  • @davidmurphy563
    @davidmurphy563 Рік тому

    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.

  • @mdtapilatu
    @mdtapilatu 4 роки тому +1

    This is pure DIAMOND!!
    THANK YOU SIR

  • @medusa219
    @medusa219 4 роки тому +1

    Unbelievable. Good and fast tutorial.

  • @abedd370
    @abedd370 3 роки тому

    Now THIS is how you teach Python to dummies! Thank you Curtis!

  • @TobiaLaurentum
    @TobiaLaurentum 3 роки тому +1

    This was absolutely fantastic!! I need more.....

  • @patrickpope4655
    @patrickpope4655 2 роки тому

    Excellent primer. Thanks Curtis.

  • @yourfriendlygamedev
    @yourfriendlygamedev 3 роки тому +1

    I'm much more of an artist than a coder, but you made this super simple. Thanks so much!

  • @mertakbal3685
    @mertakbal3685 4 роки тому +1

    very clear and structured tutorial! thank you!

  • @davidcaro
    @davidcaro 4 роки тому +1

    Check! This one is pure gold thanks! Start right now on my add-on!

  • @rfpcs1
    @rfpcs1 4 роки тому +6

    I wish you would of had this when I started trying to figure BPY

  • @benjamindbailey
    @benjamindbailey 2 роки тому +2

    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. :(

    • @jmfs3497
      @jmfs3497 2 роки тому

      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.

  • @manimaranm4563
    @manimaranm4563 2 роки тому

    This was one of the BEST tutorials on Blender for python, I think Blender notebook for jupyter addon would be added advantage as well

  • @mappeof3400
    @mappeof3400 4 роки тому +1

    oh yes thank you!

  • @k3zenix
    @k3zenix 2 роки тому +1

    you are amazing! perfect teacher! thank you!

  • @chinyembasongiso9328
    @chinyembasongiso9328 4 роки тому +1

    I have to admit, I had no interest in coding but after watching this tutorial, my interest has been generated is ignited.

    • @arthatamayusuf8848
      @arthatamayusuf8848 4 роки тому

      if you want to try to understand blender python. www.amazon.com/Learning-Blender-Python-Beginners-Understanding-ebook/dp/B07SL5VDCJ

  • @henrides565
    @henrides565 3 роки тому +1

    Thanks Curtis, really usefull tutorial !

  • @scottlee38
    @scottlee38 4 роки тому +13

    I use python in Blender to build personal addons. So This'll be interesting

  • @TreyCoursey
    @TreyCoursey 3 роки тому +1

    Great video Curtis, thanks for sharing!

  • @asmodeus820
    @asmodeus820 2 роки тому +1

    Amazing tutorial/Crash course, thanks so much!!!

  • @darkcgi
    @darkcgi 4 роки тому

    FRAME 14:45 adding modifier in 2.9 auto updates 3d view now

  • @jwilliams8210
    @jwilliams8210 2 роки тому

    That was a fantastically well-done video!

  • @AlexGonzalez-bi6mv
    @AlexGonzalez-bi6mv 4 роки тому +1

    Thank Curtis! Very cool!

  • @powersprouter
    @powersprouter Рік тому

    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!

  • @aaronsteers
    @aaronsteers 4 роки тому +1

    So cool! Thanks for making this!

  • @eternalguy6023
    @eternalguy6023 4 роки тому +1

    Wow😵
    Thanks for such a beautiful tutorial

  • @ACatWithACrown
    @ACatWithACrown 2 роки тому

    Absolutely wonderful tutorial! Thank you brotha

  • @pyhack
    @pyhack 2 роки тому

    Probably the best tutorial on UA-cam...:)

  • @vilhelmlarsen9565
    @vilhelmlarsen9565 3 роки тому +2

    really good. thanks

  • @superwalnuts2855
    @superwalnuts2855 4 роки тому +11

    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**

  • @nonam3party
    @nonam3party Рік тому

    This was a great intro. Thank you!

  • @johntyler-ev9xc
    @johntyler-ev9xc Рік тому

    Hey, thanks so much for your content, it’s so helpful and inspiring.

  • @bohdanpolovinka178
    @bohdanpolovinka178 Рік тому +1

    How to assign IMAGE TEXTURE to Displace modifier using this metod???
    HELP !!! HELP !!! HELP !!!

  • @chirayu8210
    @chirayu8210 4 роки тому +1

    we need more tutorials like this

  • @dyllistan
    @dyllistan 4 роки тому +4

    thanks for the vid

  • @truthofeverything
    @truthofeverything 2 роки тому

    Terrific ! Thank you for such a clear totally working tutorial !!

  • @goviral3231
    @goviral3231 2 роки тому

    You will definitely become the top 1 who makes cracks

  • @jmfs3497
    @jmfs3497 2 роки тому +1

    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.

  • @MartynasMontrimas
    @MartynasMontrimas 2 роки тому

    You are an excellent instructor. I will stick with you.

  • @h4Q6e
    @h4Q6e 4 роки тому +1

    excellent tutorial, super clear!

  • @sobreaver
    @sobreaver 3 роки тому +1

    A good pro crash course, tks !!

  • @SujayAmberkar
    @SujayAmberkar 4 роки тому +1

    Always wanted to know how you make those generative add-ons. Thank you so much for such an amazing video.

  • @BooneyTune
    @BooneyTune Рік тому

    such a great video. Thanks for uploading this.