Great job of presenting kind of complex stuff in a simple way. Thank you for this!
@MikeShah Жыл бұрын
Thank you for the kind words! I'm glad you enjoyed! 🙂
@madamHermit8 ай бұрын
A fantastic intro vid, really manages to get a lot of concepts/tools across to help people figure things out on their own, even if some of the technical details are hand-wavy/swept under the rug.
@MikeShah6 ай бұрын
Thank you! Yes, I hope this gets folks started :)
Ай бұрын
Well done! Thanks.
@pmrowojАй бұрын
Great presentation. Thank you for sharing 💪
@Sharksleepy25 күн бұрын
thanks a lot👍👍👍
@adisage Жыл бұрын
Hey Mike, I have been using Blender Python for a couple of years now, and I was able to learn a lot of new tricks, thanks to your talk! Quick tip : It's more fun to see things happen than just hear about how it works. For example : at 32:24 , it would've been interesting to see the printed results of the calculated bounding box and match them with the object dimensions.
@MikeShah Жыл бұрын
Cheers! Agreed -- at some point I hope to chop this talk into smaller more interactive lessons and continue to expand on these lessons.
@adisage Жыл бұрын
@@MikeShah that'll be awesome!
@CGPython10 ай бұрын
Oh! This is awesome!! Thanks Mike!
@MikeShah6 ай бұрын
Cheers!
@evanmcarthur478 Жыл бұрын
Mike is a boss I’m still trying to get through this OpenGL videos they are great🙏🏾
@MikeShah Жыл бұрын
Thank you for the kind words!
@naninano88137 ай бұрын
13:50 'this is integer' - lol why does it have dot in there?
@MikeShah6 ай бұрын
Good catch -- indeed a floating point value representing number of seconds passed. I think I'm use to some APIs returning a 'long' representing some unit of time that has passed as an integer 😅
@HarvestrX2 ай бұрын
Mine doesn't create an accurate bounding box unless I keep the code in to create the cube as well. So I have a cube and a rectangular prism bounding box. If I take out the cube, I get points but they make some intertwined triangles. Also, it is merged with the original object I'm trying to make a bounding box around. I wouldn't recommend this as the intro to Blender Python to ANYONE!
@bakeer201811 ай бұрын
can You share the code please?, thanks for your great explanation
@justinmedeiros79888 ай бұрын
He references the GIT where it is available
@rodolflum3444 Жыл бұрын
little more direct approach on the presentation would be great, its kind of slow with a few redundant unnecesarry explanation. but great presentation a bit hanging on the end.
@MikeShah Жыл бұрын
Noted! I'd like to do a follow up talk (i.e. Day 2 of scripting) or otherwise I'll post more videos on my channel over time.