Blender 2.90 official release
The Blender 2.90 release is enabled for downloading on the official Blender site.
The Blender 2.90 release is enabled for downloading on the official Blender site.
Blender Python API autocomplete modules: fake-bpy-modules by Nutti update – added branch for Blender 2.90.
Last release: 2020.08.12.
Author GitHub: https://github.com/nutti/fake-bpy-module
Only files (without pip installation) https://github.com/Korchy/blender_autocomplete
BIS (Blender Interplanety Storage) updated to v.1.8.4.
In scripts and add-ons for importing-exporting files with formats that are not supported in Blender by default, we must give the user an ability to select files using the “FileBrowser” interface.
To open the file browser window, and after the user selects the necessary file, to return the path to it, we need to use the “ImportHelper” and the “ExportHelper” classes.
Using the FileBrowser interface window to opening and saving filesRead More »
In addition to the main release, Blender developers provide an opportunity to download daily Blender builds, to which they compile all the current changes, patches, and developments.
In these builds, users can try new features and enhancements that are not yet available in the main release. However, these builds can be very unstable and the developers themselves warn against using them in serious projects.
To download the current daily build do the following:
The Blender 2.83.5 release is enabled for downloading on the official Blender site.
25 bugs fixed in this version.
Why the Watermark Plus add-on is useful for a designer:
I use it like this: until the customer pays for the project in full, he has all the renders in final quality, in the final size, but with watermarks. The customer has access to the “Conform” folder. And after paying for the project, I just give access to download from the “Final” folder.
Very simple, very effective.
In Blender 2.83 in the EEVEE render engine the “Additive” and “Multiply” modes that were present in Blender 2.80 were removed from the possible transparency blending modes.
But if you need to use these transparency blending modes in Blender 2.83, you can get them with nodes.
Blender EEVEE transparency blend modes – Multiply and AdditiveRead More »
To add custom mesh to the scene through the Blender Python API we need to do the following:
Open the “Text Editor” window.
How to create mesh through the Blender Python APIRead More »