Blender 4.2 Extensions VS Add-ons Explained

  Рет қаралды 4,642

CG Python

CG Python

Күн бұрын

Пікірлер: 42
@SpencerMagnusson
@SpencerMagnusson 5 ай бұрын
Great overview - really good way of explaining extensions from user vs add-on dev perspectives. I've found it helpful to think of "Extensions" as a wrapper for add-ons and themes. It's adding features on top of the existing components (and extensions is a more familiar term, especially to those who use them in coding IDEs or web browsers). And they plan on supporting more components as extensions, such as node groups or other assets.
@CGPython
@CGPython 5 ай бұрын
Thank you!! > I've found it helpful to think of "Extensions" as a wrapper for add-ons and themes yeah, that is a great way to think about it!
@kvdam8826
@kvdam8826 5 ай бұрын
Again a great video. Thanks. Waiting to see the next one that you mentioned in 8:10. 🙂
@CGPython
@CGPython 5 ай бұрын
Awesome, thank you! Working on it! 🙂
@BlenderBash
@BlenderBash 4 ай бұрын
@@CGPython Patiently waiting for that video. Thanks 😉
@TynkaTopi
@TynkaTopi 11 күн бұрын
I like also Node arrange addon :) I coded it around in 2015 and later added to support groups (inside groups arrange).
@cartoonforkids-usa725
@cartoonforkids-usa725 4 ай бұрын
can you answer wait for the video or look for other videos on other channels?
@CGPython
@CGPython 4 ай бұрын
The video will be out within 6 h. :)
@CartoonTV-jt5li
@CartoonTV-jt5li 4 ай бұрын
Waiting to see the next one that you mentioned in 8:10
@CGPython
@CGPython 4 ай бұрын
It will be out in about 6 hours
@youtubetv1593
@youtubetv1593 4 ай бұрын
Жду следующего, о котором вы упомянули в 8:10 .
@cartoonforkids-usa725
@cartoonforkids-usa725 4 ай бұрын
When will your new video that you promised to release come out?
@CGPython
@CGPython 4 ай бұрын
I have already sent it to my email list subscribers and will publish it in about 6 hours.
@ook_3D
@ook_3D 5 ай бұрын
very straightforwards and informative, thanks. only thing i dont like about this new update, its a bit confusing that theres now a tab for 'Get Extensions' and 'Add-ons', confused me at first 😓
@CGPython
@CGPython 5 ай бұрын
Thank you! This was not an easy UI/UX change, but I am confident that with a little time, we will all adapt to it. 💪 I don't know how I would have solved this UI/UX problem differently. Initially, the Add-ons tab was removed and replaced by the Extensions tab, but after feedback from the community, the Blenders devs updated the UI to look how it is now.
@richardwilkerson1605
@richardwilkerson1605 5 ай бұрын
Fantastic as always !
@CGPython
@CGPython 5 ай бұрын
Thank you
@hyekyungchoi
@hyekyungchoi 4 ай бұрын
Hi, thank you for the video. I'm learning a lot from your tutorials. I'm trying to install your building block package. I can't install it my blender 4.2. Can I still install it?
@CGPython
@CGPython 4 ай бұрын
Thanks I need to do an update on the building block package. Some of the functionality might have gotten old.
@hyekyungchoi
@hyekyungchoi 4 ай бұрын
@@CGPython Thanks a lot^^ I’m subscribing your email and waiting for your new videos.
@binatheis
@binatheis 5 ай бұрын
Can you make a detailed tutorial or informative video about Python Wheels in Blender? For me it is something new and I would like to go deeper, however, there is not much information.
@CGPython
@CGPython 5 ай бұрын
Yes, I have that planned
@ahmadabousetta
@ahmadabousetta Ай бұрын
Thank you
@CGToonStudio
@CGToonStudio 5 ай бұрын
Hello Sir is there any way to use eevee next from 4.2 to earlier version of blender such as 4.0.
@CGToonStudio
@CGToonStudio 5 ай бұрын
kzbin.info/www/bejne/hmKslJR4o5iYoJIsi=wlLedmZJeab9DXMM Is there any way we can use this technique in Blender? If it is possible.
@CGPython
@CGPython 4 ай бұрын
I don't think that would be possible 🤔
@CGToonStudio
@CGToonStudio 4 ай бұрын
@@CGPython okay no problem
@arturertel
@arturertel 5 ай бұрын
Hello Victor, Thank you very much for the great content. I'm working on a plugin that accesses the library PIL. Could you give an example of how to get this to work? I always have difficulties when creating Blender addons with an external library. Since I would like to publish my plugin one day, I also have to deal with the legal side of it. If you make a video about it, I would also be grateful. (The link to the video you point to at the end doesn't seem to exist)
@CGPython
@CGPython 5 ай бұрын
Glad you liked it! Yes, this is what I plan to cover in the next video (the video that I pointed to). I am currently working on it 🙂 Stay tuned!
@hamedmahrizi9237
@hamedmahrizi9237 4 ай бұрын
how u got the addon tab back in blender 4.2 ?
@Sonario648
@Sonario648 4 ай бұрын
It's there.
@CGPython
@CGPython 4 ай бұрын
it should be there, you should get the official release. IIRC it was not available in the initial Beta
@bicukow
@bicukow 5 ай бұрын
С++ support for extentions?
@CGPython
@CGPython 5 ай бұрын
Great question! Unfortunately, Blender does not have a C++ plugin API. You can find the official answer here: developer.blender.org/docs/handbook/new_developers/faq/#can-a-c-plugin-api-be-added That said, you can write a C/C++ lib and create Python bindings for it. Then, create an add-on extension using the Python API and your custom C/C++ Python module. So, you will need to use the Python API to pass the data to the C/C++ part of your add-on extension. There is a Rust example that does what I mentioned. You can speed up geometry processing with Rust from the World Blender Meetup Day 2022 Part 3 (link with timestamp) kzbin.info/www/bejne/inu7pZylZr53edk
@bicukow
@bicukow 5 ай бұрын
@@CGPython thanx god. If it happens, blender will be end
@hamedazhang1985
@hamedazhang1985 5 ай бұрын
Extension feature is messy
@CGPython
@CGPython 5 ай бұрын
Could you share what part you find messy? Is it the UI updates or, the website or something else?
@Sonario648
@Sonario648 4 ай бұрын
"In this video right here, I'll be showing you how to do that." ...Uh, what video?
@CGPython
@CGPython 4 ай бұрын
I am about to publish this video, it was a work in progress at the time I uploaded this video.
@bardiapirouzy8654
@bardiapirouzy8654 5 ай бұрын
Who makes this ridiculous decisions? All the people who willing to use this 3d software it's about open source and free of any regulations of usage be sure with this decisions Blender Wil miss many of its users and supporters.
@CGPython
@CGPython 5 ай бұрын
What part of the Extensions you don't like? There was a public discussion about this devtalk.blender.org/t/2024-05-23-extensions-project/34787 devtalk.blender.org/t/changes-to-add-on-and-themes-bundling-4-2-onwards/34593/200
@samsungmobiletelefon7376
@samsungmobiletelefon7376 4 ай бұрын
Жду следующего, о котором вы упомянули в 8:10 .
TOP 7 issues with your Blender Extension
12:50
CG Python
Рет қаралды 631
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Blender 4.2 is a MASSIVE Update - This is why! ⭐️
21:16
Curtis Holt
Рет қаралды 32 М.
Blender 4.2 Extensions: The Definitive Guide
13:30
CGDive (Blender Rigging Tuts)
Рет қаралды 16 М.
8 Базовых Аддонов Blender 2024 (бесплатные)
12:20
Create a Simple Rig UI with Blender Python
24:29
CG Python
Рет қаралды 2,7 М.
BLENDER 4.2 - ШЕДЕВР!?
11:18
JCenterS - Компьютерная графика
Рет қаралды 94 М.
Blender Python: The most confusing part of BMesh
27:38
CG Python
Рет қаралды 3,8 М.
Blender 4.2: NEW Rigging and Animation Features
14:43
CGDive (Blender Rigging Tuts)
Рет қаралды 26 М.
5 Steps to setup VSCode for Blender Python (on Windows)
12:29
CG Python
Рет қаралды 29 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН