Create an Add Mesh Addon in Blender (Python tutorial)

preview_player
Показать описание
Really fast way to create an add mesh tutorial in blender.
Рекомендации по теме
Комментарии
Автор

I think this is the most game-changing Blender tutorial I have ever viewed. many thanks.

declarke
Автор

Brilliant!!!! If 10% of tutorials about coding were half as good as this one I would be a super programmer. Thanks so much!!!

anabelsa
Автор

Thank you very much, I was warry of getting into it at first but turned out to be simple enough thanks to you.

felixriano
Автор

Two useful commands from the video:
>>> verts = [vert.co for vert in C.object.data.vertices]

>>> faces = [[vert for vert in f.vertices] for f in C.object.data.polygons]

JavaScripting
Автор

Thank you for this... was not aware of that templates section.

AZTECMAN
Автор

Thank you so much, really. I've been looking for that type of informations for years.

triancey
Автор

<- Possibly the best tutorial I've ever seen on blender and python. I guess it's because this is Exact what I was searching for. "Wow" and "Thank You" doesn't cut it but Wow and Thank You. This tutorial is "Mind Blowing".

helpmenowmark
Автор

Excellent tutorial man, You added so many useful tricks in 1 video, it's incredible. I spent days searching for something like this

sashu
Автор

Thank you so much, there are so many great tricks all in one video. I doubt that i would ever have known where to even look for them. I didn't know that the console could interact with the text window like that.

davidmcsween
Автор

Awesome noobie friendly guide! Thank you

blakeXYZ
Автор

This is great! I do have a further question that I'm struggling with. If I wanted to instead save this custom mesh to a folder within blender called "My Assets, " how could the mesh's save location be changed to achieve that? I basically want to have a pack of my most used custom meshes organized into a folder.

Doffu
Автор

Love this tutorial, even makes python more understandable

artistCDMJ
Автор

How do you include the uv map layout in the addon if your object is uv unwrapped and you want it to be added like that in the scene ?

altronum
Автор

hej Urchin, hi would you do that by adding a .blend files instead of obj, I want to load meterials and textures in

semprepi
Автор

Excuse me, can you tell me which Blender theme are you using?

ampo
Автор

Question, what if the faces ar missing, ad how do we can ad the UV vert loc data

thierrymoreels
Автор

Can I ask you why there is wind in your video?

theblenderacademy
Автор

Hi Urchin ! I have a problem!! If you activate the script for the first time, my console says something is wrong. What did I do wrong?
The problem was found in the 80th line! Please help me! :)

jsgraphics
Автор

i have 1 question why 500 when u were typing in console is it 500 vertex or its a code for something? kind of new in pyton i m learning so if u could help me it ll be another plus for learning more
okay i did everything but its not coming right
Python script failed, check the message in the system console
this is what is showing i saw ur video 4th time not exaggerate really 4 time i watched ur video and now i cant run the addon

CopyCatBlack
Автор

ok one problem: when i finished making my humanoid mesh it rotated it on the x axis 90 degrees

would you happen to know what went wrong?

thechallenger
welcome to shbcf.ru