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.
@CGPython5 ай бұрын
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!
@kvdam88265 ай бұрын
Again a great video. Thanks. Waiting to see the next one that you mentioned in 8:10. 🙂
@CGPython5 ай бұрын
Awesome, thank you! Working on it! 🙂
@BlenderBash4 ай бұрын
@@CGPython Patiently waiting for that video. Thanks 😉
@TynkaTopi11 күн бұрын
I like also Node arrange addon :) I coded it around in 2015 and later added to support groups (inside groups arrange).
@cartoonforkids-usa7254 ай бұрын
can you answer wait for the video or look for other videos on other channels?
@CGPython4 ай бұрын
The video will be out within 6 h. :)
@CartoonTV-jt5li4 ай бұрын
Waiting to see the next one that you mentioned in 8:10
@CGPython4 ай бұрын
It will be out in about 6 hours
@youtubetv15934 ай бұрын
Жду следующего, о котором вы упомянули в 8:10 .
@cartoonforkids-usa7254 ай бұрын
When will your new video that you promised to release come out?
@CGPython4 ай бұрын
I have already sent it to my email list subscribers and will publish it in about 6 hours.
@ook_3D5 ай бұрын
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 😓
@CGPython5 ай бұрын
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.
@richardwilkerson16055 ай бұрын
Fantastic as always !
@CGPython5 ай бұрын
Thank you
@hyekyungchoi4 ай бұрын
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?
@CGPython4 ай бұрын
Thanks I need to do an update on the building block package. Some of the functionality might have gotten old.
@hyekyungchoi4 ай бұрын
@@CGPython Thanks a lot^^ I’m subscribing your email and waiting for your new videos.
@binatheis5 ай бұрын
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.
@CGPython5 ай бұрын
Yes, I have that planned
@ahmadabousettaАй бұрын
Thank you
@CGToonStudio5 ай бұрын
Hello Sir is there any way to use eevee next from 4.2 to earlier version of blender such as 4.0.
@CGToonStudio5 ай бұрын
kzbin.info/www/bejne/hmKslJR4o5iYoJIsi=wlLedmZJeab9DXMM Is there any way we can use this technique in Blender? If it is possible.
@CGPython4 ай бұрын
I don't think that would be possible 🤔
@CGToonStudio4 ай бұрын
@@CGPython okay no problem
@arturertel5 ай бұрын
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)
@CGPython5 ай бұрын
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!
@hamedmahrizi92374 ай бұрын
how u got the addon tab back in blender 4.2 ?
@Sonario6484 ай бұрын
It's there.
@CGPython4 ай бұрын
it should be there, you should get the official release. IIRC it was not available in the initial Beta
@bicukow5 ай бұрын
С++ support for extentions?
@CGPython5 ай бұрын
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
@bicukow5 ай бұрын
@@CGPython thanx god. If it happens, blender will be end
@hamedazhang19855 ай бұрын
Extension feature is messy
@CGPython5 ай бұрын
Could you share what part you find messy? Is it the UI updates or, the website or something else?
@Sonario6484 ай бұрын
"In this video right here, I'll be showing you how to do that." ...Uh, what video?
@CGPython4 ай бұрын
I am about to publish this video, it was a work in progress at the time I uploaded this video.
@bardiapirouzy86545 ай бұрын
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.
@CGPython5 ай бұрын
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